Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: Data Structures

by BrowserUk (Patriarch)
on May 02, 2008 at 21:07 UTC ( [id://684256]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $line[ 1 ][ 2 ] = [ 3,4,5 ];;
    
    ...
    Use of uninitialized value in print at ...
    
    Use of uninitialized value in print at ...
    
  2. or download this
    my( $x, $y, $z ) = @{ $line[ 1 ][ 2 ] };;
    
    ...
    3
    4
    5
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 17:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found