|
|
| Just another Perl shrine | |
| PerlMonks |
Re: storing date into variableby kyle (Abbot) |
| on Nov 11, 2009 at 04:40 UTC ( #806405=note: print w/ replies, xml ) | Need Help?? |
|
If you want to get the output from a shell command, use backticks or the qx form of quotation.
As others have noted, this may not be the best way to get the date and time, but it is how to do what you were trying to do. Note that what's returned will typically have a newline at the end, and it behaves differently in list context. For the full scoop on qx, see perlop in the section "Quote and Quote-like Operators".
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||