Re: getting $date
- From: Brian McCauley <nobull@xxxxxxxx>
- Date: Tue, 31 May 2005 17:54:04 +0100
optional wrote:
Consider:
chomp(my $date = `date +'%d%m%y'`); print "date = $date\n";
TIMTOWTDI, of course, but some are better and some are worse.
Spawing an external /bin/date process is definitely worse than a Perl solution.
.
- References:
- getting $date
- From: spam
- Re: getting $date
- From: optional
- getting $date
- Prev by Date: how to test if an element belongs to an array or hash
- Next by Date: Re: how to test if an element belongs to an array or hash
- Previous by thread: Re: getting $date
- Next by thread: Regex-Too much greedy
- Index(es):