Help for this page

Select Code to Download


  1. or download this
    for(my $str = 'vaction.msg'; $str; $str = substr($str, 1, length($str)
    +)) {
        $replace_on =~ s/$str//;
    }