Help for this page

Select Code to Download


  1. or download this
    package MODPERL::SausageGrinder;
    
    $MODPERL::SausageGrinder::foo = "bar";
    our $foo;    # Associates $foo with $MODPERL::SausageGrinder::foo
    print $foo;  # bar