in reply to Re^3: perl null padding
in thread perl null padding
Right now its a pretty simple handler which simply prints out the length of the null-padded string. What I noticed from running the code was that the code immediately after the null-padding line is never reached. If I comment out this line then the code after it executes as expected.