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

Re: Parsing a log file

by Nkuvu (Priest)
on Nov 27, 2007 at 17:03 UTC ( [id://653312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $msg;
    if (/msg=(.*?) Src/) {
        $msg = $1;
    ...
    #else {
    # possible error message here, whatever is appropriate
    #}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 13:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found