![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^2: REGEX Non-Destructive Flagby quester (Vicar) |
on Jan 11, 2012 at 06:09 UTC ( [id://947293]=note: print w/replies, xml ) | Need Help?? |
Data::Dump::Streamer can do that:
prints $VAR1 = "cr-\r, lf-\n, tab-\t, bs-\b";or as a one-liner, perl -MDDS -wE 'say Dump "cr-\15, lf-\12, tab-\11, bs-\10";'
In Section
Seekers of Perl Wisdom
|
|