Bob Showalter wrote:
>   set `cal 12 2004` && eval echo \${$#}

here's a simpler one that doesn't zap your parameters:

   : $(cal 12 2004) && echo $_

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to