From: rudra on
dear friends,
can i write to a single file from two different subroutine?
From: Arjen Markus on
On 15 apr, 15:47, rudra <bnrj.ru...(a)gmail.com> wrote:
> dear friends,
> can i write to a single file from two different subroutine?

Yes, the logical unit number by which you open a file
is a _global_ property of the program. It can be used
anywhere within your program.

Regards,

Arjen