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;
    }