[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#583587: RFP: libposix-strptime-perl -- POSIX::strptime - Perl extension to the POSIX date parsing strptime(3) function



Package: wnpp
Severity: wishlist


* Package name    : libposix-strptime-perl
  Version         : 0.09
  Upstream Author : Philippe M. Chiasson <gozer@cpan.org>.
* URL             : http://search.cpan.org/~gozer/POSIX-strptime-0.09/lib/POSIX/strptime.pm
* License         : Artistic
  Programming Lang: Perl
  Description     : POSIX::strptime - Perl extension to the POSIX date parsing strptime(3) function

NAME

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

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

Perl interface to strptime(3)
METHODS

strptime

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

    Returns undef for any value not successfully extracted

SEE ALSO

strptime(3)
AUTHOR

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

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

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.

See http://www.perl.com/perl/misc/Artistic.html



Reply to: