Hi all, I am trying to read from file handles in a loop. What I want to do is add a string to a file handle. Here is an example of what I am tryin to do. open FH1,"file"; open FH2,"otherfile"; ... ... foreach $Val (@F_handles){ @LINES=<FH$Val> # add $Val to handl name }
is it possible ?? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]