Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: [OT] 'perl' is not the 'perl' reported by 'which perl'

by kcott (Archbishop)
on Aug 22, 2020 at 01:55 UTC ( [id://11120983]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ which perl
    /.../perl
    
    $ type perl
    perl is /.../perl
    
  2. or download this
    $ ls -l `which perl`
    -rwxr-xr-x 2 ken None 169225 Jun 23 20:35 /.../perl
    ...
    ls: cannot access 'perl': No such file or directory
    ls: cannot access 'is': No such file or directory
    -rwxr-xr-x 2 ken None 169225 Jun 23 20:35 /.../perl
    
  3. or download this
    $ which perle
    which: no perle in (...)
    
    $ type perle
    perle is aliased to `perl -Mstrict -Mwarnings -Mautodie=:all -MCarp::A
    +lways -E'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-18 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found