On 2/20/02 9:37 AM, "Bruce Ambraal" <[EMAIL PROTECTED]> wrote:
> 3.Why does'nt this coding return anything2 Well, for starters, looking at the code below, you assign to $retun_me, but try to return $return_me. See the difference? "retun" vs. "retuRn"? > sub routine { > my @arr = (0, 'a' 1, 'b'); > @_ = @arr; > my $retun_me = shift; > return( $return_me ) > }; - geoff -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]