- or download this
my $balpar_re=qr{
(
...
\) # closing )
)
}x;
- or download this
#!/usr/bin/env perl
...
sub mung {
warn Data::Dumper->Dump([\@_],[qw(*_)]),' ';
}
- or download this
@_ = (
'(first_name,last_name)'
...
'(\'(and so on, \',\'and so forth);\')'
);
at perlmonks.pl line 25.