Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Barstool Trivia

by redcloud (Parson)
on Dec 15, 2000 at 22:50 UTC ( [id://46887]=note: print w/replies, xml ) Need Help??


in reply to Barstool Trivia

Hmmm. What about package?

Replies are listed 'Best First'.
Re: Re: Barstool Trivia
by saucepan (Scribe) on Dec 15, 2000 at 23:51 UTC

    It's not clear that changing packages counts as a scope since it doesn't affect lexical variables:

    package SomePackage; my $foo = "bar\n"; package main; print $foo; # prints 'bar'

    I could be wrong about the formal definition of a "scope", though. We'll have to leave that up to the judge. :)

Log In?
Username:
Password:

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

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

    No recent polls found