Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl unable to locate my module

by ibm1620 (Hermit)
on May 22, 2013 at 23:50 UTC ( [id://1034830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $command = q{/usr/bin/perl};
    @arglist = q{-I /internal/charrison /internal/charrison/test -l /inter
    +nal/charrison -P /internal/charrison};
    exec $command @arglist;
    
  2. or download this
    exec "$command @arglist";
    

Log In?
Username:
Password:

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

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

    No recent polls found