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

Re (tilly) 1: OK... I am confused and lost :( Editing FlatFile

by tilly (Archbishop)
on Aug 28, 2001 at 21:14 UTC ( [id://108508]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @fields = qw(
      viewpositionid institution department confirstname
    ...
      budgetsalary statefundsources fedfundsources
      statebudgetcat priclass subip thetime approved
    );
    
  2. or download this
    foreach my $rec (@ODB) {
      chomp($rec);
    ...
      print DATABASE join "\t", @db_rc{@fields};
      print DATABASE "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 09:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found