Help for this page

Select Code to Download


  1. or download this
    # perl -e "\$_='qwerty';\$v='_MATCH_'; s/r/print \$v/; print \"\n\".\$
    +_;";
    
    ...
    _MATCH_
    qwe_MATCH_ty
    
  2. or download this
    perldoc -f print
           print FILEHANDLE LIST
           print LIST
           print   Prints a string or a list of strings.  Returns true if
                   successful.  ...