Madhu Reddy wrote:
> Hi,
>I want to find out how to pass perl variables
> between files and functions...
> in C, we declare with "extern" to work in different
> files how to do in perl...
> between files means , i declare variable in file1 and
> file2 will
Hi,
I want to find out how to pass perl variables
between files and functions...
in C, we declare with "extern" to work in different
files how to do in perl...
between files means , i declare variable in file1 and
file2 will update those variables and want to access
in file1
Ex: