in reply to Problem with basic import/export variables

Add:

our @ISA = ('Exporter');

after the use vars


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Problem with basic import/export variables
by Solak (Novice) on Sep 10, 2007 at 01:11 UTC
    It works. Thanks.