Help for this page

Select Code to Download


  1. or download this
    package My::DataBase::Variables;
    use base qw(Exporter);
    ...
        );
    }
    use vars @EXPORT;
    
  2. or download this
    use My::DataBase::Variables;
    print "$this is not $that nor $theOther\n";