Help for this page

Select Code to Download


  1. or download this
    ### Config file
    /foo.html = Generator::Foo
    /bar.html = Generator::Bar
    /foo/bar  = Generator::Baz
    
  2. or download this
    # $generator is set by reading the above config file.
    my $g = $$generator->new( $r );