in reply to Re: Circular usagein thread Circular usage
package bspace; use strict; use warnings; use Exporter 'import'; BEGIN { our @EXPORT = qw(bgo bhelp); } [download]