Hi ...found the problem
the scrip from the guide is missing some characters
the line
@lines =STDIN;
should be
@lines =<STDIN>;
for anyone with same issue
Hi ...found the problem
the scrip from the guide is missing some characters
the line
@lines =STDIN;
should be
@lines =<STDIN>;
for anyone with same issue