Help for this page

Select Code to Download


  1. or download this
    sub xxx {
        my $string = shift;
    ...
        $_++ for @indices;
        return @indices;
    }