Help for this page

Select Code to Download


  1. or download this
    
    package Config;
    ...
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    use Config;
    
    print $test;
    
  3. or download this
    Global symbol "$test" requires explicit package name at miFile.pl line
    + 10.
    Execution of backup.pl aborted due to compilation errors.