Help for this page

Select Code to Download


  1. or download this
    $string =~ m#
                 (some pattern)
                #x;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $comments comment lines detected in $infile
        $code lines written to $outfile
    SUMMARY