Help for this page

Select Code to Download


  1. or download this
    print encode_entities do {
        open my $fh, '<', 'two-lines-with-one-slash-each.txt' or 
    ...
        local $/;
        <$fh>;
    };
    
  2. or download this
    print encode_entities do { local (@ARGV,$/)='two-lines-with-one-slash-
    +each.txt'; <> };