Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Importing vars from one script to another

by edbewald (Beadle)
on Dec 11, 2012 at 23:52 UTC ( [id://1008431]=note: print w/replies, xml ) Need Help??


in reply to Re: Importing vars from one script to another
in thread Importing vars from one script to another

That did it! I thought I had tried everything but I was missing the '1'. Now it works.

And I agree 100% that these are hardly constants. I usually use Readonly module for that and will do so with this.

Thanks for all the answers everyone gave. I really appreciate it

Replies are listed 'Best First'.
Re^3: Importing vars from one script to another
by rovf (Priest) on Dec 12, 2012 at 09:51 UTC
    That did it! I thought I had tried everything but I was missing the '1'. Now it works.
    Whatever was the reason, this one can't be it.

    If you require a file, the last expression in the included file must return a value which evaluates to true, otherwise your program dies. Therefore: If you had a value which evaluated to false in your earlier version, your program would not have executed, and you would have got an error message pointing out the problem. But if it already evaluated to true in your earlier version, adding a 1 doesn't change anything.

    -- 
    Ronald Fischer <ynnor@mm.st>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found