Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Parsing and pushing

by bobf (Monsignor)
on Sep 19, 2006 at 15:33 UTC ( [id://573752]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my @matches = $data =~ m/VALUE: (.+?) OID/g;
    
    print "$_\n" for @matches;
    
  2. or download this
    I
    7557342
    ...
    TEST_GROUP
    TEST_APPLICATION
    TEST_JOB_NAME
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-25 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found