Help for this page

Select Code to Download


  1. or download this
    say for unpack '(VX2)*', "\1\1\1\1";    # why 2 items?
    say for unpack '(VX3)*', "\1\1\1\1";
    
    'X' outside of string in unpack         # how's that?