in reply to Re: perl -d hanging on some input
in thread perl -d hanging on some input

The critical difference:
($a,$b) = chop($c='hello'); # $b ($a, b) = chop($c='hello'); # just b -> hang
Please try the second and let me know what happens.