Perl tips, one liners, some insights in the language.
use POSIX;my $today = POSIX::strftime('%Y%m%d', localtime);
Post a Comment
No comments:
Post a Comment