On 2/19/09 Thu Feb 19, 2009 7:56 AM, "John W. Krahn" <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
