Help for this page

Select Code to Download


  1. or download this
    use Path::Tiny qw/ path /;
    my $raw   = path( $file )->slurp_raw;
    my $re = qr{
    ...
        my( $id, $tidy ) = ( $1, $2 );
        ...
    }