Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Reading and storing multiple lines from a file

by shewang (Initiate)
on Feb 19, 2013 at 17:40 UTC ( [id://1019629]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -----
    SECTION=cr
    ...
    NX_NTF_PRODUCER_ID=cnt
    NX_NTF_PERSISTENT_ID=cnt:F9F342055699954C93DE36923835A182
    NX_NTF_LAST_MOD_DT=02/04/2013 13:52:27
    
  2. or download this
    my $input = "..//NX.env";
    open(NX_ENV, "<", $input) or die "Can't open input file $input\n";
    ...
            $NX_NTF_vars{$key} = $value;
        };
    };
    
  3. or download this
    my $NTF_ID = $NX_NTF_vars{'NX_NTF_ID'};
    my $NTF_PROD = $NX_NTF_vars{'NX_NTF_PRODUCER'};
    my $NTF_PID = $NX_NTF_vars{'NX_NTF_PERSISTENT_ID'};
    

Log In?
Username:
Password:

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

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

    No recent polls found