http://qs321.pair.com?node_id=1108183


in reply to Re: Circular usage
in thread Circular usage

Nowadays, it is recommended to import 'import' from Exporter instead of inheriting it, so:
package bspace; use strict; use warnings; use Exporter 'import'; BEGIN { our @EXPORT = qw(bgo bhelp); }