in reply to Re: Let's face it, Perl *is* a scripting language
in thread Let's face it, Perl *is* a scripting language

#!/bin/bash is not my preferred way to start building large scale tools, but I've heard about people building Web sites that way (well, back in the 90s).

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^2: Let's face it, Perl *is* a scripting language

Replies are listed 'Best First'.
Re^3: Let's face it, Perl *is* a scripting language
by Fletch (Bishop) on Aug 08, 2006 at 18:16 UTC

    Thanks, I thought I'd repressed all memory of an ancient version of the Remedy "web interface" but this remark brought it all back. A whole bunch of little CGI shell scripts which all sourced one mongo common file which defined shell functions to implement all the different behaviors (all of which had to be parsed for every single invocation).

    (Rewrote most of it in Perl and it went from 5+ seconds to generate a page to ~2 seconds; moved to Apache::Registry under mod_perl and got that down to actually useable).

    *shudder*

Re^3: Let's face it, Perl *is* a scripting language
by DrHyde (Prior) on Aug 09, 2006 at 09:49 UTC
    I take it we're all familiar with the dd/sh language, from the same warped genius as perlfs?
Re^3: Let's face it, Perl *is* a scripting language
by samizdat (Vicar) on Aug 10, 2006 at 02:24 UTC
    having just completed a stint updating a website -- very elaborate -- built in ksh in that time period, I just say "one page at a time..." :D

    Don Wilde
    "There's more than one level to any answer."