hello, i want to make a sub that is to be used like this: my @array; open(INFILE, "blah"); ParseOneItem (INFILE, \@array);
i know how to pass the array reference, but how do i pass the file handle? can i do it just like that? thanks, christopher -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]