Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re^2: modify @INC

by mt2k (Hermit)
on Dec 26, 2002 at 17:40 UTC ( [id://222376]=note: print w/replies, xml ) Need Help??


in reply to Re^2: modify @INC
in thread modify @INC

Mmm... I just ran a test script and got a working version, but I can't get it to not display warning messages.

BEGIN { my $a = "c:/"; use lib "$a"; } use GetWords; print new GetWords;

The warning message (without -w swicth or 'use warnings'):

Empty compile time value given to use lib at C:\Documents and Settings\mt2k\De sktop\testing.pl line 3

-------------------------------------
eval reverse@{[lreP
=>q{ tsuJ\{qq},' rehtonA'
,q{\}rekcaH },' tnirp']}[1+1+
1,1-1,1+1,1*1,(1+1)*(1+1)];
-------------------------------------

Replies are listed 'Best First'.
Re^4: modify @INC
by Aristotle (Chancellor) on Dec 26, 2002 at 17:44 UTC
    Mm?
    my $somewhere; BEGIN { $somewhere = q(/over/the/rainbow) } use lib $somewhere;

    Makeshifts last the longest.

Re^4: modify @INC
by diotalevi (Canon) on Dec 26, 2002 at 23:02 UTC

    Oh yeah.. that's funny. Get this - right as soon as the implicit BEGIN (via the use) is parsed inside the currently-being-parsed BEGIN block it is executed. So you're attempting to use $a in your nested BEGIN block prior to defining it. See?

    BEGIN { my $a = "c:/"; BEGIN { require "$a"; import "$a"; } }

    Fun Fun Fun in the Fluffy Chair

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2025-07-08 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.