Help for this page

Select Code to Download


  1. or download this
    cd
    mkdir pm-1116108
    cd pm-1116108
    mkdir cgi
    
  2. or download this
    catalyst.pl MyCatalystApp
    
  3. or download this
    <?php print "Hello, World!"; ?>
    
  4. or download this
    #!/usr/bin/env perl
    use strictures;
    ...
        start_html("HAI"),
        h1("DERP!"),
        end_html();
    
  5. or download this
    use Mojolicious::Lite;
    
    ...
    };
    
    app->start;
    
  6. or download this
    use strictures;
    use utf8;
    use Plack::Builder;
    ...
    };
    
    __END__
    
  7. or download this
    env CATALYST_DEBUG=0 plackup -r
    Watching ./lib pm-1116108.psgi for file updates.
    HTTP::Server::PSGI: Accepting connections at http://0:5000/