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