in reply to Embed Unix command inside unix command in perl
Although spawning two child process and using another language (the shell) to do a bit of string handling with a date is rather over the top. Wouldn't it be better done in Perl?`echo /tmp/filename.\$(date +%Y%m%d)`
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Embed Unix command inside unix command in perl
by Xilman (Hermit) on May 21, 2010 at 06:46 UTC |