in reply to Re^3: -e on windows giving error
in thread -e on windows giving error
The solution BrowserUk rarely works. It requires an absolute path when launching the script
No it does not!
C:\Perl64\bin>p1 [0] Perl> print $0;; C:\Perl64\bin\p1.pl [0] Perl> Terminating on signal SIGINT(2) C:\Perl64\bin>.\p1.pl [0] Perl> print $0;; C:\Perl64\bin\p1.pl [0] Perl> Terminating on signal SIGINT(2) C:\Perl64\bin>cd \test C:\test>p1 [0] Perl> print $0;; C:\Perl64\bin\p1.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: -e on windows giving error
by ikegami (Patriarch) on Nov 18, 2011 at 00:05 UTC |