http://qs321.pair.com?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";