Can someone remind me why the tmp var is needed in something like,

  my $q = new CGI;
  sub popup_menu_factory { sub { my @tmp=@_; $q->popup_menu(@tmp) } }

(I'm trying to hack some form persistence with HTML::Template)

Cheers,
Paul

-- 
Paul Makepeace ....................................... http://paulm.com/

"If you lick in a circular pattern, then the devil will eat grass."
   -- http://paulm.com/toys/surrealism/

Reply via email to