Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl without webserver in windows

by alexander_lunev (Pilgrim)
on Jul 08, 2019 at 12:26 UTC ( [id://11102548]=note: print w/replies, xml ) Need Help??


in reply to Perl without webserver in windows

If you're really asking "Can I run Perl CGI scripts on Windows without CGI-capable HTTP web server software?", then answer will be - of course - YES! You have many options here.

  1. You can write your own HTTP web server in Perl from scratch using IO::Socket::INET.
  2. You can use some of already written HTTP server Perl modules from MetaCPAN.
  3. Or you can use web framework from MetaCPAN.org, many of them includes HTTP server (I prefer Mojolicious, it's simple but powerful)
In any case all you need is Perl and MetaCPAN.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11102548]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-19 22:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found