Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: perl unable to locate my module (errno)

by Anonymous Monk
on May 21, 2013 at 22:58 UTC ( [id://1034634]=note: print w/replies, xml ) Need Help??


in reply to perl unable to locate my module

To diagnose try
#!/usr/bin/perl -- open my( $fh ), '/home/charrison/bin/IPC.pm' or die Fudge(); sub Fudge { my @r; while( my($k,$v)=each %!){ $v and push @r, $k } join qq/\n/, int($!).q/ /.$!, int($^E).q/ /.$^E, @r, q/ / } __END__

Replies are listed 'Best First'.
Re^2: perl unable to locate my module (errno)
by ibm1620 (Hermit) on May 21, 2013 at 23:25 UTC
    No output, which I guess means no error in open?

      No output, which I guess means no error in open?

      Yup, means no error

Log In?
Username:
Password:

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

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

    No recent polls found