Help for this page

Select Code to Download


  1. or download this
    #!perl -T
    use strict;      # !!!IN DEVELOPMENT ONLY!!!
    use warnings;    # !!!IN DEVELOPMENT ONLY!!!
    
  2. or download this
    sub CONFIG() { '../data/conf/site.conf' }
    my $config = do( CONFIG );