in reply to Re^2: Simple http server one-liner for some static files?
in thread Simple http server one-liner for some static files?
Because I don't want to spend time and energy configuring CPAN, accounting for the company proxy, downloading a module, finding somewhere to put it, worrying about accidentally installing files in the wrong place, making the perl command refer to that location, etc. for every temporary webserver I want to make.
While you may think all that is "easy", you can't honestly think it's as easy, fast and convenient as typing "python -m SimpleHTTPServer" or any other built-in one-liner?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Simple http server one-liner for some static files?
by bcarroll (Pilgrim) on Oct 01, 2016 at 00:27 UTC | |
by afoken (Chancellor) on Oct 01, 2016 at 07:14 UTC | |
Re^4: Simple http server one-liner for some static files?
by Anonymous Monk on Mar 21, 2016 at 11:51 UTC |