Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $path->edit_lines( sub { s/^(?=(foo_))/join '', map "$1$_\n", 1..3/e }
    +);
    
    print $path->slurp;
    
  2. or download this
    hello world
    foo_1
    ...
    foo_3
    foo_ foo
    abc def