Help for this page

Select Code to Download


  1. or download this
    my ($offset, $length) = a_subroutine_call_that_returns_offset_and_leng
    +th(@some_args);
    substr('abcdefg', $offset, $length);