Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: install of perl 5.6.1 and new issues

by oakley (Scribe)
on Apr 14, 2001 at 00:22 UTC ( [id://72469]=note: print w/replies, xml ) Need Help??


in reply to Re: install of perl 5.6.1 and new issues
in thread install of perl 5.6.1 and new issues

You, sir, kick all nine kinds of ass! That worked perfectly! The version of perl that was in /usr/bin was 5.005_03, but was a symlink to /etc/alternatives/perl and nowhere else. Dont exactly understand that one, but hey... as long as things are back up and working, who cares?!. Thanks many many times over.

Now, anyone care to elaborate on how exactly @INC and perldoc play together? That doesnt make sense to me... does it (perldoc) call to the perl binary first to get the contents of @INC and thus the path to the modules??

-oakley
Embracing insanity - one twitch at a time >:)
  • Comment on Re: Re: install of perl 5.6.1 and new issues

Replies are listed 'Best First'.
Re: Re: Re: install of perl 5.6.1 and new issues
by sachmet (Scribe) on Apr 14, 2001 at 01:10 UTC
    Sure...
    tetsujin 13> /usr/bin/head -3 /usr/bin/perldoc #!/usr/bin/perl eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0;
    perldoc, oddly enough, is written in perl, and uses /usr/bin/perl to run itself. So when perl itself has issues, so does perldoc. Many of the additional tools that come with perl are written in perl, such as s2p. You can look through these to see some of Larry and Tom's coding styles, as well as Other Ways To Do It.

Log In?
Username:
Password:

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

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

    No recent polls found