hai monks
the way i execute my code looks something like this
zcat file | head -5000 | tail -1000 | ./program.pl
when i do this the die statement in the program dosent work
or in other words the statement works but the program
dosent stop executing and it reads in all the 1000 lines
i wld like to know the reason
thanks in advance