in reply to re: hello world execution error
perlintro, perlrun, Behind the GUI lives the Shell$ dir /b nofile.plx File Not Found $ perl nofile.plx Can't open perl script "nofile.plx": No such file or directory $ echo die 6; > nofile.plx $ dir /b nofile.plx nofile.plx $ perl nofile.plx 6 at nofile.plx line 1. $ del nofile.plx $ dir /b nofile.plx File Not Found $ perl nofile.plx Can't open perl script "nofile.plx": No such file or directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: hello world execution error
by kuladeep (Initiate) on Aug 12, 2011 at 04:41 UTC | |
by BrowserUk (Patriarch) on Aug 12, 2011 at 05:40 UTC | |
by armstd (Friar) on Aug 13, 2011 at 02:59 UTC | |
by BrowserUk (Patriarch) on Aug 13, 2011 at 03:44 UTC | |
by Anonymous Monk on Aug 12, 2011 at 04:52 UTC | |
by tej (Scribe) on Aug 13, 2011 at 07:02 UTC |