in reply to #!/usr/local/bin/perl asp

If you are building something new have you considered a modern framework such as https://mojolicious.org/?

Replies are listed 'Best First'.
Re^2: #!/usr/local/bin/perl asp
by NERDVANA (Priest) on Jun 21, 2023 at 04:30 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.