Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Shebang behavior with perl

by McKreeger (Initiate)
on Mar 02, 2015 at 17:39 UTC ( [id://1118445]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    echo "This is shell"
    ...
    print "This is Perl\n";
    print "ARGV:".join(':',@ARGV)."\n";
    print "SPECIAL_VAR: $ENV{SPECIAL_VAR}\n";
    
  2. or download this
    sample -multi "hello there" -single one
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1118445]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-24 00:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found