>I need to pass an command-line arg that is a string which contains the '@'.
Is there any way to do this and also 'tell' Perl not to interpret this as
other than a '@' character?
>
>Thx.
Hi,
Perl would not do anything with command-line arguments unless you tell it
otherwise. Check if you are
On 12/9/09 Wed Dec 9, 2009 6:01 PM, "Tony Esposito"
scribbled:
> I need to pass an command-line arg that is a string which contains the '@'.
> Is there any way to do this and also 'tell' Perl not to interpret this as
> other than a '@' character?
The '@' character is only special in Perl sourc
I need to pass an command-line arg that is a string which contains the '@'. Is
there any way to do this and also 'tell' Perl not to interpret this as other
than a '@' character?
Thx.