Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Clearing Array Values

by Parham (Friar)
on Feb 09, 2002 at 13:38 UTC ( [id://144350]=note: print w/replies, xml ) Need Help??


in reply to Clearing Array Values

this is a very iffy subject i couldn't find clear documentation on with examples. from the documentation i've read on undef(), doing this:
UPDATE on the following code
undef @array; #@array undefined undef $scalar; #$scalar will be undefined
will clear those datatypes.. whereas
@array[2] = undef; #pick element number to undefine $scalar = undef; #$scalar will exist, but with no value
would assign undefined values to the datatypes. The biggest use for this would be assigning $variables to some array elements.. ie:
($value1,undef,undef,$value2,$value3,undef) = @array;
(thank you crazyinsomniac)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2025-04-25 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.