Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Push function

by manoj_speed (Prior)
on Apr 06, 2009 at 05:36 UTC ( [id://755638]=note: print w/replies, xml ) Need Help??


in reply to Push function

You can use this to achieve it.
use Data::Dumper; my @arr = ([11,22,[[]]],[333,444,[]],[6666,7777,[]]); push(@{$arr[0][2][0]},3); print Dumper @arr;

Replies are listed 'Best First'.
Re^2: Push function
by boom (Scribe) on Apr 06, 2009 at 05:50 UTC
    Hi manoj_speed,

    Is it possible to push a value into anonymous array without dereference it

      No.

      "How do I make a phone call to England?" - "Here you go, you take the phone and dial..." - "can I do that without a phone?".

Log In?
Username:
Password:

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

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

    No recent polls found