Help for this page

Select Code to Download


  1. or download this
    
    #Content of the file test.txt
    ...
    // another single line c++ comment
    blah blah blah
    
  2. or download this
    use strict;
    
    ...
            print "Line $linenum\t$match\n";
            $linenum += $match =~ tr/\n/\n/;
    }
    
  3. or download this
    Line 12        //Hello
    Line 23        // single line c++ comment
    ...
    Line 46          multi line
    Line 47                  c style comment */
    Line 58        // another single line c++ comment
    
  4. or download this
    Line 12        //Hello
    Line 23        // single line c++ comment
    ...
        multi line
        c style comment */
    Line 58        // another single line c++ comment