Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

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

by Kanji (Parson)
on Apr 21, 2002 at 01:16 UTC ( #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? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2023-09-25 10:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?