#!/usr/bin/perl -w use strict; #### #!/usr/bin/perl -w use strict; package Routines; #File is Routines.pm IMPORTANT! use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); use Exporter; our $VERSION=1.0; our @ISA = qw(Exporter); our @EXPORT = qw( clear_config load_config show_config command_showconfig ); our @EXPORT_OK = qw();