Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: perl unable to locate my module

by Khen1950fx (Canon)
on May 21, 2013 at 22:17 UTC ( [id://1034626]=note: print w/replies, xml ) Need Help??


in reply to perl unable to locate my module

Have you tried require?
#!/usr/bin/perl use strict; use warnings; require '/home/charrison/bin/IPC.pm';

Replies are listed 'Best First'.
Re^2: perl unable to locate my module
by ibm1620 (Hermit) on May 21, 2013 at 23:12 UTC
    I got further using 'require'! (Of course, IPC.pm has its own 'use' statement that choked, but I think we're onto something.)

    Will now read up on require.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found