Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Archive::Zip: Passing members to subroutines

by Corion (Patriarch)
on Feb 01, 2018 at 15:38 UTC ( [id://1208257]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Archive::Zip: Passing members to subroutines
in thread Archive::Zip: Passing members to subroutines

Converting something to a string is mostly a one-way road.

You can only interchangeably use a string as a number or a string. There is no (sane) way to convert a string back to a reference in Perl.

The process of converting something to a string is called "stringification" in Perl. I'm not sure what you mean by "how does that happen" - I could explain to you how Perl constructs a string in which you use variables, or I could guess about how you wrote code that did that, but I'm not sure that any of these would give you the information you really seek.

  • Comment on Re^3: Archive::Zip: Passing members to subroutines

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found