Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Yet another question about reading in data from a file for use in another file

by poolpi (Hermit)
on Dec 15, 2007 at 16:05 UTC ( [id://657203]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    
    Data Collected for SA222:Prct Dirty Cache Pages =            17
    
  2. or download this
    $VAR1 = {
              ' SA220' => '            0',
    ...
              ' SA121' => '            1',
              ' SA120' => '            0'
            };
    
  3. or download this
    /.+(SA\d{3}).+?(\d+)(?{$data{$1}=$2})/ for <DATA>
    

Log In?
Username:
Password:

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

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

    No recent polls found