Help for this page

Select Code to Download


  1. or download this
    # example.conf must sit beside this script
    # it contains :
    [settings]
    a : house
    b : room
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print STDERR "example.conf: ".$conf{settings}{a}."\n";