Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Query about regular expression

by Perl300 (Friar)
on Sep 24, 2015 at 15:36 UTC ( [id://1142928]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $form_dump_after =~ m{(<li>average_)(.*?)(</li>)}s ) {
            $inside_li = "average_".$2;
            print $fh "Value of \$inside_li: \n$inside_li \n";
        }
    
  2. or download this
    average_speed_answer  25 60 30 60 ^M<br />
     calls_waiting  300 500 300 500 ^M<br />
     many more rows here
     post_ivr_calls_handled Wisconsin 50 100 50 100 ^M<br />
     post_ivr_calls_handled Wyoming 50 100 50 100 ^M<br />
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 02:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found