Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: How to differentiate an empty array from an unitialized one?

by haukex (Archbishop)
on Jul 09, 2018 at 09:13 UTC ( [id://1218149]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to differentiate an empty array from an unitialized one?
in thread How to differentiate an empty array from an unitialized one?

it would be incorrect for Perl to consider an uninitialized value to be an empty string

That is quite incorrect. Perl's undef (the default value for uninitialized scalars) evaluates to an empty string (or zero in numeric context). If warnings are enabled, this will usually warn, but only to indicate that the programmer may have made a mistake, not because it's inherently wrong.

  • Comment on Re^3: How to differentiate an empty array from an unitialized one?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found