Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Accessing an array of anonymous hashes

by thezip (Vicar)
on Mar 26, 2007 at 18:14 UTC ( [id://606627]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $transaction_record_fields = {
      'Batch_Agency'         =>  { COL => 0, POS => [  1 ..   3] },
      'Batch_Date'           =>  { COL => 1, POS => [  4 ..  11] },
      'Batch_Type'           =>  { COL => 2, POS => [ 12 ..  12] },
    };
    
  2. or download this
    my $transaction_record_fields = {
      'Batch_Agency'         =>  { COL => 0, POS => [  1 ..   3], VALUE =>
    + "AAA" },
      'Batch_Date'           =>  { COL => 1, POS => [  4 ..  11], VALUE =>
    + "BBBBBBBB"},
      'Batch_Type'           =>  { COL => 2, POS => [ 12 ..  12], VALUE =>
    + "C"},
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found