Help for this page

Select Code to Download


  1. or download this
    C:\>perl -E "sub strinc {
               $strToBeInc = shift; 
               $strToBeInc++; 
    ...
    my $foo = strinc($str); 
    say $foo;"
    b