lowhourpilot has asked for the wisdom of the Perl Monks concerning the following question:

So sorry.

I've been out of the perl programming business for 10 years, a php programmer by demand. I'm going to create a new place using perl. In the last job I had which used 'perl', all our pages started with #!/user/local/bin/perl asp; code following an obligatory <% appearing below it.

I've got the #!/user/local/bin/perl, but what is the asp (apache module?)

$Response-> constructs are apache... right? How can I forget everything .... AAAAAAAAAAAAA

Please, I'll do the work, but just basically what is going on here? A couple of links would help (Sever is a linux box)

Thank you.

Replies are listed 'Best First'.
Re: #!/usr/local/bin/perl asp
by karlgoethebier (Abbot) on Jun 19, 2023 at 02:48 UTC
Re: #!/usr/local/bin/perl asp
by marto (Cardinal) on Jun 19, 2023 at 09:01 UTC
      I'll second this. If you're going to make something new from scratch, and you've forgotten the old stuff anyway, use the state-of-the-art stuff. Mojo also has very nice documentation.
Re: #!/usr/local/bin/perl asp
by hv (Prior) on Jun 19, 2023 at 00:29 UTC

    Here's a clue for the first bit: ASP.

    Not something I ever used, but I recognise the abbreviation.

A reply falls below the community's threshold of quality. You may see it by logging in.