- or download this
use strict;
use warnings;
...
};
dance;
- or download this
$ curl localhost:3000/does_not_exist
- or download this
<!DOCTYPE html>
<html lang="en">
...
</div>
</body>
</html>
- or download this
use strict;
use warnings;
...
}
dance;
- or download this
$ curl localhost:3000/hello/lembark
- or download this
Hello, lembark
- or download this
$ curl localhost:3000/hello/nick
- or download this
<!DOCTYPE html>
<html lang="en">
...
</div>
</body>
</html>