This chapter is brief, as there is only so much you need to know to install and use a Perl server. For the most part, most operations are simple and intuitively obvious.
Where’s Perl?
As mentioned in a previous chapter, the first line of any Perl script is called the shebang. It is the location on the hard drive of the Perl executables. On Linux operating systems, it’s usually #!/usr/bin/perl.
On the Windows operating system, the location of Perl is a little convoluted and not very intuitive. ...