in reply to Re: what is the difference between perl scripting in windows and linux
in thread what is the difference between perl scripting in windows and linux
This is true, but I'd like to point out that on Windows, the switches will be processed although the path to Perl is ignored. eg #!/usr/bin/perl -w will turn on warnings, but the path part is meaningless.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: what is the difference between perl scripting in windows and linux
by cdarke (Prior) on Aug 05, 2010 at 09:03 UTC |