Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
"be consistent"
 
PerlMonks  

Re: Clearing Array Values

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.