- or download this
:\Users\500000001\Documents>curl https://testchandan.com:5001/dev
<!DOCTYPE html>
<html lang="en">
...
</div>
</body>
</html>
- or download this
#!/usr/bin/env perl
...
webapp->to_app;
- or download this
package webapp;
use Dancer2;
use Op;
...
template result2 => { title => 'webapp', result2 => $r2 }
};
true;