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. Cheers, Grant -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]