in reply to Re^2: Returning the value generated in package/module problem
in thread Returning the value generated in package/module problem
Thank you so much for the above.
use vars qw @ISA @EXPORT_OK $amastringsent $amastringsentback ;
@ISA = qw Exporter ;
@EXPORT_OK = qw $amastringsent $amastringsentback ;
cleared everthing right up.
Thank you for your help and your easy to follow example.
God bless you :)
|
|---|