Help for this page

Select Code to Download


  1. or download this
    This is line one.
    Line Two is this.
    ...
    This is line six.
    This is the seventh line.
    This is line eight.
    
  2. or download this
    use strict;
    use warnings;
    ...
            print "line is: $_\n";
        }
    }
    
  3. or download this
    >perl regex.pl
    line is: Third line starts here.
    line is: This is line four.
    
  4. or download this
    This is line one.
    Line Two is this.
    Third line starts here.
    This is line four