Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Use of uninitialized value in array element

by TexasTess (Beadle)
on Jul 12, 2002 at 21:35 UTC ( [id://181404]=note: print w/replies, xml ) Need Help??


in reply to Use of uninitialized value in array element

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Use of uninitialized value in array element

Replies are listed 'Best First'.
Re: Re: Use of uninitialized value in array element
by DamnDirtyApe (Curate) on Jul 13, 2002 at 20:45 UTC

    There is, in fact, such a thing as an uninitialized variable. Try the following code:

    #! /usr/bin/perl -w my $var = undef ; print "\$var is $var.\n" ;

    More discussion on this can be found here.


    _______________
    D a m n D i r t y A p e
    Home Node | Email

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found