Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Welcome to the Monastery
 
PerlMonks  

Re: Opensuse 12.2 how can i check if i do run one or two versions of Perl?!

by tobyink (Monsignor)
on Oct 30, 2012 at 21:25 UTC ( #1001559=note: print w/ replies, xml ) Need Help??


in reply to Opensuse 12.2 how can i check if i do run one or two versions of Perl?!

This will find all executable files called "perl" on your system...

locate -br '^perl$' | perl -nle'print if -x and not -d'
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'


Comment on Re: Opensuse 12.2 how can i check if i do run one or two versions of Perl?!
Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (14)
As of 2013-06-20 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (682 votes), past polls