Help for this page

Select Code to Download


  1. or download this
    [User]
    lookup_uri = something
    
  2. or download this
    package App;
    our %config = ();
    ...
        bless $self;
        $self->{lookup_uri} = $App::config{lookup_uri};
    }