Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

jimbus's scratchpad

by jimbus (Friar)
on Oct 25, 2005 at 11:47 UTC ( [id://502678]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print Dumper %matrix;
    print Dumper @dates;
    ...
      print "@dates[$ii], $matrix{youn}[$ii],  $matrix{anch}[$ii], $matrix
    +{baxt}[$ii], $matrix{chey}[$ii], $matrix{aggr}[$ii]\n";
    
    }
    
  2. or download this
    $VAR1 = {
              'ANCHSN15K01' => [
    ...
    18 Mar 07, ,  , , ,
    19 Mar 07, ,  , , ,
    20 Mar 07, ,  , , ,
    
  3. or download this
    tie my @lines, 'Tie::File', $data;
    my %matrix = ();
    ...
      }
      $matrix{$tmp[0]} = [@tmp[2..$#tmp]];
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-04-23 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found