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


in reply to mapcar -- map for more than one list

This is now on CPAN as Maptastic

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Replies are listed 'Best First'.
Re: Re: mapcar -- map for more than one list
by Anonymous Monk on Jan 07, 2004 at 07:22 UTC

    Let me guess: You didn't follow the standard protocol of bringing this module up on the modules list for naming / namespace approval before polluting CPAN with it, did you?