in reply to
system call (backticks) with pipes
I don't have an account yet, but for what it's worth, why not use the date command's output format syntax? Example to get day of the month output from date: /bin/date '+%d'
Comment on
Re: system call (backticks) with pipes
In Section
Seekers of Perl Wisdom