Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl Module install help

by Corion (Patriarch)
on Sep 06, 2013 at 09:57 UTC ( [id://1052684]=note: print w/replies, xml ) Need Help??


in reply to Perl Module install help

Are you on a case-sensitive file system?

The file system (and Perl) make a distinction between

Sys::RunALone # upper case "L"
and
Sys::RunAlone # lower case "l"

Once you fix that in your script, you'll find that error gone.

You could also have found that yourself from the error message:

Can't locate Sys/RunALone.pm in @INC (...)

If you search for the file RunALone.pm, you will find that in fact it is not there, which should have told you that there is a subtle difference in what you ask for and what actually exists.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2025-12-06 15:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (85 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.