- or download this
print grep { !/process/ } <>;
- or download this
perl <script>.pl <input>.txt
- or download this
ksjhfk
kfh
- or download this
my @process = grep { !/process/ } <>;
- or download this
{
local undef $/;
print split /process \s \w+ (.+?) end \s process/xms, <>;
}