Help for this page

Select Code to Download


  1. or download this
    if ( /^$fname/ eq "s" )
    {
    # how do I do the substitution??
    printf "hello\n";
    }
    
  2. or download this
    $fname =~ s/^s/_S/;