Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

.htaccess for Locating Locally Installed Perl

by monkfan (Curate)
on Mar 28, 2007 at 06:22 UTC ( [id://606917]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $!which perl
    /home/rsch/bioinfo/.perl/bin/perl
    
  2. or download this
    SetEnv PATH /home/rsch/bioinfo/.perl/bin:/home/rsch/bioinfo/bin
    SetEnv PERL5LIB /home/rsch/bioinfo/lib/perl5/site_perl/5.8.7/sun4-sola
    +ris:/home/rsch/bioinfo/lib/perl5/site_perl/5.8.7
    
  3. or download this
    #!/home/rsch/bioinfo/.perl/bin/perl
    print "Content-type: text/html\n\n";
    print "Hello World !! It works.\n";
    
  4. or download this
    ld.so.1: /home/rsch/bioinfo/.perl/bin/perl: fatal: libc.so.1: version 
    +`SUNW_1.19' not found (required by file /home/rsch/bioinfo/.perl/bin/
    +perl)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-23 09:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found