Help for this page

Select Code to Download


  1. or download this
    sub substr {
        my($what,$where,$howmuch) = @_;
        unpack("x$where a$howmuch", $what);
    }