On Sat, Mar 29, 2003 at 06:26:50AM -0500, [EMAIL PROTECTED] wrote: > Does this work as required? > > $ perl -wle "print [EMAIL PROTECTED]" """<foo>""" > > I expect that might work only with a very recent perl 5.8.1 > candidate (e.g. [EMAIL PROTECTED] or later).
With 5.8.0: $ perl -wle "print [EMAIL PROTECTED]" """<foo>""" "<foo>" -- We don't know. But if we did, we wouldn't tell you.
