Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

perl -e problem

by dantheman1210 (Beadle)
on May 20, 2005 at 20:59 UTC ( [id://459131]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    root# perl -e 'print"Hello World\n";'
    Hello World
    root#
    
  2. or download this
    cnow> perl -e 'print "hello world\n";'
    Can't open perl script "-e": Permission denied
    cnow>
    
  3. or download this
    ls -al /usr/local/bin/perl 
    -r-xr-xr-x   1 root     other     818096 Jan 24 2002 /usr/local/bin/pe
    +rl*
    
  4. or download this
    cnow> cat testPerl.pl
    #!/usr/local/bin/perl -w
    
    ...
    cnow> ./testPerl.pl
    This is a test
    cnow>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://459131]
Approved by samtregar
Front-paged by holli
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found