X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3d967be3d2f32e2b00f5f55769edcbf5be866ce6..76c486e3bf157e844b0cf11828d55dae2cb7e439:/SL/MoreCommon.pm diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 6c292bab8..48eef0cf9 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -1,15 +1,17 @@ package SL::MoreCommon; require Exporter; -@ISA = qw(Exporter); +our @ISA = qw(Exporter); -@EXPORT = qw(save_form restore_form compare_numbers any cross); -@EXPORT_OK = qw(ary_union ary_intersect ary_diff listify); +our @EXPORT = qw(save_form restore_form compare_numbers any cross); +our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify); use YAML; use SL::AM; +use strict; + sub save_form { $main::lxdebug->enter_sub();