Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: I am Getting an Error like this Can't locate pathUtil.pm in @INC

by ikegami (Patriarch)
on Nov 21, 2022 at 22:57 UTC ( [id://11148295]=note: print w/replies, xml ) Need Help??


in reply to I am Getting an Error like this Can't locate pathUtil.pm in @INC

Is there a pathUtil.pm in the same dir as pod_check.pl? If so, the script is missing

use FindBin qw( $RealBin ); use lib $RealBin;

Replies are listed 'Best First'.
Re^2: I am Getting an Error like this Can't locate pathUtil.pm in @INC
by Anonymous Monk on Nov 22, 2022 at 06:01 UTC

    This solution has helped me. Thanks

Log In?
Username:
Password:

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

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

    No recent polls found