Help for this page

Select Code to Download


  1. or download this
        use bytes;
        if (vec($s,3,2) < 3) {
    ...
                chop($s);
            }
        }
    
  2. or download this
        use bytes;
        if (vec($s,3,2) < 3) {
    ...
                chop($s);
            }
        }