Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Difference between exists and defined

by Veltro (Hermit)
on Apr 16, 2019 at 10:13 UTC ( [id://1232637]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
        print "3 exists\n" ;
    }
    print Dumper(\@ar) ;
    
  2. or download this
    0 exists
    2 exists
    
  3. or download this
    $VAR1 = [
              undef,
              undef,
              3
            ];
    

Log In?
Username:
Password:

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

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

    No recent polls found