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 17:14 UTC ( [id://684213]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while( <FILE> } {
        my( @attributes = unpack '...', $_;
    ...
        
        ## Now what?
        ## ???
    
  2. or download this
        ### IN A HASH OF COURSE!!!!
        $lines{ $object->getLineNo() }{ $object->getStnNo() } } = $object;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-24 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found