Re: How to pass perl variables between files

2003-03-03 Thread david
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

How to pass perl variables between files

2003-03-03 Thread Madhu Reddy
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: