in reply to Re: Re: Cropping the output of the pattern matcher
in thread Cropping the output of the pattern matcher
is that changing the final print might make the point clearer.....
print "numboer of array elements==". scalar(@bits_and_pieces)."\n"; print join("\n",@bits_and_pieces);
|
|---|