X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eeadb745e5eb55be9e7601cd223f685e6eebb6ef..3ca17b1b1db28ea6b1ddbb90b68d6a580f5fee87:/SL/MoreCommon.pm?ds=sidebyside diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 9f4fae601..b1ea817e4 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -6,6 +6,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(save_form restore_form compare_numbers cross); our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode); +use Encode (); use List::MoreUtils qw(zip); use YAML;