Help for this page

Select Code to Download


  1. or download this
    use vars qw($scalar @array %hash);
    
  2. or download this
    package MyVars;
    our @ISA = qw(Exporter);
    our @EXPORT = qw($scalar @array %hash);
    
    [...]