Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    our %CONFIG = (key => 'value');
    require 't57.pl';
    
  2. or download this
    warn "\$CONFIG{key}: $CONFIG{key}\n";
    1;