in reply to export all symbols
-- Randal L. Schwartz, Perl hacker
our @EXPORT = do { no strict 'refs'; map { '$' . $_ } grep { m/^RGX/ } keys %{ 'MyRegex::' }; }; [download]