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