#!/usr/bin/perl use POSIX 'strftime'; #my $date = strftime "%x_%T", localtime; my $date = strftime "%x", localtime; $date =~ tr#/#-#; print "$date\n";
In reply to Re: How to use use the days date to read a dir?
by zentara
in thread How to use use the days date to read a dir?
by lomSpace
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |