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

Re: Re: Re: undef'ing @arrays caveat

by Kanji (Parson)
on Apr 21, 2002 at 01:16 UTC ( [id://160830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    my @array = ( );
    ...
            emptied:  false  defined    <-- ** HUH?! **
            undefed:  false  undefined      ***********
      emptied again:  false  undefined
    
  2. or download this
    defined(@array) is deprecated
    (Maybe you should just omit the defined()?)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found