
POSIX::strptime - Perl extension to the POSIX date parsing strptime(3) function

($sec, $min, $hour, $mday, $mon, $year, $wday, $yday) = POSIX::strptime("string", "Format");

Perl interface to strptime(3)

($sec, $min, $hour, $mday, $mon, $year, $wday, $yday) = POSIX::strptime(string, format);
Returns undef for any value not successfully extracted

strptime(3)

Philippe M. Chiasson <gozer@cpan.org> Kim Scheibel <kim@scheibel.co.uk>

http://svn.ectoplasm.org/projects/perl/POSIX-strptime/trunk/

Copyright 2005 by Philippe M. Chiasson <gozer@cpan.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.