Help for this page

Select Code to Download


  1. or download this
      $ sudo cpan Pod::Server
    
  2. or download this
      $ squatting Pod::Server -p 8088
    
  3. or download this
      $ pod_server
    
  4. or download this
      $ catalyst.pl Propaganda
    
  5. or download this
      $ cd Propaganda
      $ $EDITOR lib/Propaganda/Controller/Root.pm
    
  6. or download this
      use Pod::Server ’On::Catalyst’;
      Pod::Server->init;
      Pod::Server->relocate(’/pod’);
      $Pod::Simple::HTML::Perldoc_URL_Prefix = ’/pod/’;
      sub pod : Local { Pod::Server->catalyze($_[1]) }
    
  7. or download this
      $ script/propaganda_server.pl