I'm trying to pass an array into a subroutine, but though the routine is small ... @ref = 1..5; @rray = &check(\@ref, "Apple"); sub check { $temp = shift; ...
確定! 回上一頁