i want to extract everything from a particular line starting with a character * till end of file.
while ( <FILEHANDLE> ) { print if /\A\*particular line/ .. eof FILEHANDLE; }
In reply to Re: Extracting data from a particular line to end of the file
by jwkrahn
in thread Extracting data from a particular line to end of the file
by manne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |