Help for this page

Select Code to Download


  1. or download this
    $opt->{doc} || ' ', # FIXME new GLD shouldn't need this hack
    
  2. or download this
    #!/usr/bin/perl --
    BEGIN {
        package My::App;
    ...
    #!/usr/bin/perl --
    use My::App;
    my $app = My::App->new_with_options();