On 2/19/09 Thu  Feb 19, 2009  7:56 AM, "John W. Krahn" <jwkr...@shaw.ca>
scribbled:

> Thank you for reading the documentation to me but '%1\$s' is not the
> same as '%1$s'.

True. However, I think the point should be made that "%1\$s" is in fact the
same as '%1$s' 

Rob is using double-quotes in his program.

I would suggest that Rob use single-quotes and avoid having to escape the
dollar-signs. The q() and qq() forms are also useful at times.

-- 
Jim Gibson



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to