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

Re: Quick help about install perl module

by tuxz0r (Pilgrim)
on Nov 22, 2007 at 19:18 UTC ( [id://652434]=note: print w/replies, xml ) Need Help??


in reply to Quick help about install perl module

Based on your prompt, it looks like you're using the Slax Live CD distribution. I'm not sure if 'make' comes installed, but I think it would. It might just not be in your PATH since you're logged in as root. Do a find to look for it, then add it to your path, e.g.:
$ find / -name 'make' /usr/bin/make $ export PATH=$PATH:/usr/bin

---
echo S 1 [ Y V U | perl -ane 'print reverse map { $_ = chr(ord($_)-1) } @F;'
Warning: Any code posted by tuxz0r is untested, unless otherwise stated, and is used at your own risk.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://652434]
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: (3)
As of 2024-04-26 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found