Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Data Structures

by alexm (Chaplain)
on May 02, 2008 at 10:51 UTC ( [id://684132]=note: print w/replies, xml ) Need Help??


in reply to Re: Data Structures
in thread Data Structures

my( $x, $y, $z ) = $line{ $lineName }{ $stationName };
my( $x, $y, $z ) = @{ $line{ $lineName }{ $stationName } };
my( $x, $y, $z ) = $line[ $lineNo ][ $stationNo ];
my( $x, $y, $z ) = @{ $line[ $lineNo ][ $stationNo ] };

Replies are listed 'Best First'.
Re^3: Data Structures
by BrowserUk (Patriarch) on May 02, 2008 at 11:22 UTC

Log In?
Username:
Password:

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

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

    No recent polls found