Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    builder {
        mount '/' => $app;
    };
    
  2. or download this
    plackup -s Starman --workers 2 11130232.pl
    
  3. or download this
    for i in {1..100} ; do curl http://localhost:5000 & done
    
  4. or download this
    $ curl [HTTP://localhost:5000]
    55
    $ curl [HTTP://localhost:5000]
    47