in reply to Re: Re: is "/" a special character when using substrings??
in thread is "\" a special character when using substrings??
C:\>perl -v This is perl, version 5.005_02 built for MSWin32-x86-object ... C:\>perl print 'hello\n'; print "hello\n"; ^D hello\nhello C:\>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: is "/" a special character when using substrings??
by tye (Sage) on Jun 19, 2001 at 02:15 UTC |