http://www.perlmonks.org?node_id=62523


in reply to multi.pl

You might also look at the implementation of xargs in the Perl Power Tools project.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: multi.pl
by fundflow (Chaplain) on Mar 06, 2001 at 22:25 UTC
    merlyn, are you running a popularity test with your links? :)
      Nope. I wanna see if what I'm saying is useful to people. And one way to do that more-or-less transparently is to know how many people clicked on a link, which my /cgi/go framework will tell me.

      Of course, it's been a long time since that URL actually fired off a separate process on my server: it's now a nice mod_perl handler very early in the Trans phase, but the URL is mnemonic enough that I stayed with it. {grin}

      For more details on what /cgi/go is and how to code it, see my WT column where I introduced it to my site.

      -- Randal L. Schwartz, Perl hacker

        When I saw the title for this node, my first thought was:

        You should use /cgi/g instead, the /o is pointless when the regex is constant.

        :D

        I love it, but are you sure that this isn't the link to it? :)

        Hmm, had to hard code the link - the [ ] regex doesn't like it


        $ perldoc perldoc
Re: Re: multi.pl
by premchai21 (Curate) on Mar 10, 2001 at 00:42 UTC
    Well what do you know -- there's a Perl version.

    And I thought xargs was only a Unix thing...