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


in reply to The Perl Diner

my @ingre = (\@tomatoes, \@lettuce, \@cheese, \@cucumbers); sub make { my @making = (@_); for (@making) { @making = @making[2,1,3,0]; } return @making; } @done = make(@ingre);
Answer:(Tossed Salad)

Will try more tomorrow at work, sleep is iminent.

__________________________________________________
<moviequote name="The Whole Nine Yards">
Jimmy T: Oz, we're friends, friends do not engage in sexual congress with each others wives.
</moviequote>

%mexnix = (email = > "mexnix@hotmail.com", website => "http://mexnix.perlmonk.org");