Anyone know of a one-liner I can use to serve some static docs via http over some high-numbered port?
In Python I can do:
python -m SimpleHTTPServer $portnum > ~/temp/little-web-server.log 2>& +1 &
(serves documents in the cwd where it was run)
Is there an equivalent for that in Perl?
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |