Help for this page

Select Code to Download


  1. or download this
    if ((my $index = rindex( $name, q{.replaced})) > -1 ) {
        $name = substr $name, 0, $index;
    }