Help for this page

Select Code to Download


  1. or download this
    sub ConfigRead {
        my %hArgs = @_;
        
        # stick some cool stuff in their variables
    }
    
  2. or download this
    die "horribly" if $hArgs{sFILE} eq 'BAD';
    
  3. or download this
    die "horribly" if !exists $hArgs{sFILE};
    
  4. or download this
    $hArgs{sFILE} //= 'default.sFile';