Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Can't find function in @INC

by sundialsvc4 (Abbot)
on May 05, 2014 at 14:58 UTC ( [id://1085081]=note: print w/replies, xml ) Need Help??


in reply to Can't find function in @INC

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Can't find function in @INC
by DrHyde (Prior) on May 06, 2014 at 10:48 UTC

    Except that if you do that you won't be told "Can't find function in @INC", you'll be told something like ...

    $ perl -E 'use Gargh' Can't locate Gargh.pm in @INC (@INC contains: ...)

    The question is wrong. If it were a closed-book test I'd write something like that I've never seen it before but would guess at it being some kind of mal-formed subroutine reference that got pushed into @INC.

    After RingTFM the closest I can get is this, although I don't recall ever seeing this construction in real life:

    $ perl -E 'push @INC, bless({}, "Foo");require Gargh' Can't locate object method "INC" via package "Foo" at -e line 1.

Log In?
Username:
Password:

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

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

    No recent polls found