in reply to Re: Regexp::Grammars parser from scalar
in thread Regexp::Grammars parser from scalar

thanks, i found that i couldn't use form like
my $str = " ^ <$start_rule> \$ $rules "; $parser = qr{$link }ixs;
because of a bug :)