ormy $date = `date +%Y%m%d`;
ormy $date = system "date +%Y%m%d";
Each of the above returns yyyymmdd\n. Am I going about this the wrong way. Right now, the only way I am correctly populating $date is by passing yyyymmdd as a command line argument.my $date = qx (date +%Y%m%d);
In reply to System call problem by Tuna
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |