.. but it doesn't work like this, looks like, as you said, more configuration is to be done. :(#!/usr/bin/perl -Twl use strict; use Text::Balanced qw(extract_quotelike); { local undef $/; my $string = <DATA>; my ($extracted, $remainder) = extract_quotelike($string); print $extracted; }
In reply to Re: •Re: matching single-quoted-like strings (q{}, q//)
by AltBlue
in thread matching single-quoted-like strings (q{}, q//)
by AltBlue
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |