how can i pass a hash variable to a subrotine?
such as
%a=(m=>1,n=>2);
%b=(k=>4,j=>6);
sub givename(%a)
{
#here how can make %c get the subroutine argument(a hash variable))
my %c=???;
print %c;
}
---------------------------------
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com
