That's not substantially different from what you have, so you should probably post the code you're using so we might have more detail.my @ids; while (<LOG>) { if (/id\+(\d+)/) { push @ids, $1; } }
In reply to Re: Logfile parsing (Moved from Q&A)
by chromatic
in thread Logfile parsing (Moved from Q&A)
by Russ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |