in reply to Re: Parse backup log
in thread Parse backup log
and i still get no matches in the html form?sub match { while (<IMAGES>) { if ($_ =~ /^(\s+)MVA/o) { $_ =~ s/(\s+)//o; chop; #my ($tape_id, $expiration, $date, $time, $sta +tus) = split (/ /); my ($blank, $tape_id, $expiration, $date, $tim +e, $status)=split(/\s+/); #create_entry($tape_id, $expiration, $date, $t +ime, $status) create_entry($blank, $tape_id, $expiration, $d +ate, $time, $status) if ($status eq "(FROZEN)"); #if ($status eq /FROZEN/); } } }
Edited by theorbtwo to add code tags, and remove br tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ^3 Parse backup log
by Belgarion (Chaplain) on Apr 20, 2004 at 19:56 UTC | |
by mrbbq (Sexton) on Apr 20, 2004 at 20:04 UTC | |
by Belgarion (Chaplain) on Apr 20, 2004 at 20:18 UTC | |
by mrbbq (Sexton) on Apr 20, 2004 at 20:44 UTC | |
by mrbbq (Sexton) on Apr 20, 2004 at 20:53 UTC | |
by Belgarion (Chaplain) on Apr 20, 2004 at 21:18 UTC | |
|