CodeHound has asked for the wisdom of the Perl Monks concerning the following question:
c:\>perl '#!usr/bin/perl print "\nhello, world!";'
NOTE: if you are new to perl inline compile, typing perl into the command line (when perl exe is in your system path) executes the shell, from where you can type perl code and execute it after you press CTRL+Z followed by returnAm I asking something possible, or I am simply in delirium?
EXAMPLEC:\>perl print "\nHello world. Hope it's not rainy today!"; ^Z Hello world. Hope it's not rainy today!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command line perl 'compile'
by japhy (Canon) on Jul 08, 2002 at 16:05 UTC | |
by CodeHound (Beadle) on Jul 08, 2002 at 16:23 UTC | |
|
Re: Command line perl 'compile'
by flounder99 (Friar) on Jul 08, 2002 at 17:20 UTC |