Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: path to perl interpreter

by rnahi (Curate)
on Sep 29, 2005 at 07:36 UTC ( [id://496006]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     $ cat whichperl.pl
    #!/usr/bin/perl
    
    printf "operating system: %s\n executable: %s\n", $^O,  $^X, ;
    
  2. or download this
     
    $ perl whichperl.pl
    operating system: linux
    ...
    $ ./whichperl.pl
     operating system: linux
     executable: /usr/bin/perl
    
  3. or download this
    $ perl whichperl.pl
     operating system: freebsd
     executable: /usr/local/bin/perl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-19 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found