hi this is regarding my last post .. there was this confusion about the suggested methoed which would work when we pass file desc as one of the input to a function. I amstill not clear about the concept.
is this ok: $file ="<somefile" ; file_read($file) sub file_read { open($_) while<$_> blah blah } will this work ? pravesh