The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Timestamp::Simple - Simple methods for timestamping

SYNOPSIS

    use Timestamp::Simple qw(stamp);
    print stamp, "\n";

DESCRIPTION

This module provides a simple method for returning a stamp to mark when an event occurs.

METHODS

stamp()

This method returns a timestamp in the form yyyymmddHHMMSS.

AUTHOR

Steve Shoopak <shoop@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Steve Shoopak

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.