use Path::Tiny qw/ path /; dd( path( shift )->slurp_raw ); sub dd { use Data::Dumper; print Data::Dumper->new([@_])->Sortkeys(1) ->Indent(1)->Useqq(1)->Dump . "\n"; }
In reply to Re: How to include escape sequence characters in regular expressions? (ddumper)
by Anonymous Monk
in thread How to include escape sequence characters in regular expressions?
by pat_mc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |