Grant Byers wrote: > > Is there a simple way to unflatten @_ into a list within a subroutine? > ie: > > sub mySub(%); > mySub(arg1=>'val1',arg2=>'val2',arg3=>'val3') > > now i want to expand @_ back into a list.
Did you read the perlsub document that is supplied with Perl? perldoc perlsub John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]