in reply to Re^3: Bug with "last successfully matched regular expression" (empty regex)
in thread Bug with "last successfully matched regular expression" (empty regex)

You can also use scalar to force scalar context:
grep { ff(scalar(/DBIC/ .. /DANCER/)) } @list;

Replies are listed 'Best First'.
Re^5: Bug with "last successfully matched regular expression" (empty regex)
by LanX (Saint) on Feb 24, 2012 at 15:48 UTC