Help for this page

Select Code to Download


  1. or download this
    package prefs;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -I.
    
    ...
    use prefs;
    
    my $inifile = new prefs;
    
  3. or download this
    #!/usr/bin/perl -I.
    
    ...
    use prefs;
    
    our $inifile = new prefs;