Hi!

I have the follwing code:

while (<FILE>)
{
        push @line, $_ if(m/^<a name/);
}

I don't exactly want that.
I would like to push the line whitch is immediately after $_.

How can I do ?

Thanks

Franck

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to