|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: ActiveState Perl: Forward or Backward Slash?by polypompholyx (Hermit) |
| on Sep 20, 2005 at 09:51 UTC ( #493390=note: print w/ replies, xml ) | Need Help?? |
|
Just to make it even more confusing, you can happily mix up backslashes and forward slashes within Perl... print "Yes\n" if -e "C:\\WINNT/System32\\cmd.exe"; Yes Although, as other posters have said, running system with anything other than pure backslashes is likely not to work.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||