Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: computed symbol references

by broquaint (Abbot)
on Jul 13, 2004 at 13:23 UTC ( [id://373972]=note: print w/replies, xml ) Need Help??


in reply to computed symbolic references

  1. The first concatenates $x and the string ::VERSION then symbolically dereferences, the second symbolically dereferences $x::VERSION
  2. $y is undefined because $x::VERSION is undefined, perhaps you meant ${ $y = ${ $x . '::VERSION' } }
  3. because you're passing it as the first argument to print which is expected to be a filehandle if it is not preceded by a comma
If you're interested in dynamically accessing the $VERSION package variable then check out UNIVERSAL::VERSION.
HTH

_________
broquaint

Log In?
Username:
Password:

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

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

    No recent polls found