#!/bin/perl -w use strict; use Memoize; memoize('rvg'); # now all calls to rvg are memoized my @rnd_names= qw( foo bar baz); $/=""; while() { s/(?