Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $file->edit_lines(sub{s/bar/baz/});
    
    say $file->slurp;
    
  2. or download this
    foo baz
    foo baz