Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    };
    
    dance;
    
  2. or download this
    $ curl localhost:3000/does_not_exist
    
  3. or download this
    <!DOCTYPE html>
    <html lang="en">
    ...
    </div>
    </body>
    </html>
    
  4. or download this
    use strict;
    use warnings;
    ...
    }
    
    dance;
    
  5. or download this
    $ curl localhost:3000/hello/lembark
    
  6. or download this
    Hello, lembark
    
  7. or download this
    $ curl localhost:3000/hello/nick
    
  8. or download this
    <!DOCTYPE html>
    <html lang="en">
    ...
    </div>
    </body>
    </html>