OOPs! 
I meant 
Fwd: What is the value of @_$_[0], and $return_me? (see below)
--- Begin Message ---
Hi 

1. (see subject)
2. Explain  lines 3 , 4
3.Why does'nt this coding return anything2

sub routine {
my @arr = (0, 'a' 1, 'b');
@_ = @arr;
my $retun_me = shift;
return( $return_me )
};


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--- End Message ---
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to