Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    use v5.14;
    ...
    path($in)->copy($in =~ s/(\.\w+)?$/.out/r);
    
    __END__
    
  2. or download this
    #!/bin/perl
    use v5.14;
    ...
        $out->append("$line\n");
    }
    __END__