Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

capturing from Input file

by Anonymous Monk
on Dec 12, 2007 at 21:49 UTC ( [id://656720]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    end
    sleep 10
    ...
    No commands have a syntax error.
    All valid MQSC commands were processed.
    
  2. or download this
    
       foreach my $line (<INPUT>) {
    ...
        my ($queue) = ($line =~ $match_queue);
        my ($rname) = ($line =~ $match_rname);
        my ($qmname) = ($line =~ $match_qmname);
    

Log In?
Username:
Password:

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

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

    No recent polls found