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]
- RE: the line whitch follows $_ COLLINEAU Franck FTRD/DMI/TAM
- RE: the line whitch follows $_ Wagner-David
- RE: the line whitch follows $_ Bob Showalter