Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my @lines = split $/, $file;
    
    print "$_\n" for @lines;
    
  2. or download this
    foo
    bar
    qux
    foo foo foo