G
Great Deals
I know how to use the sub now. My sub is using my and global
veriables. I want to know how I can put the sub in an outside file. If
I put
in main.pl if i put
use mysub.pl
I know the my in mysub will be fine, but how can the sub in mysub.pl
use the global verible in main.pl?
by the way, it is just copy and paste the whole sub into a seperate
file and just use it in the main file? do i need to package it or
something? any reference on how to pack them? thanks
veriables. I want to know how I can put the sub in an outside file. If
I put
in main.pl if i put
use mysub.pl
I know the my in mysub will be fine, but how can the sub in mysub.pl
use the global verible in main.pl?
by the way, it is just copy and paste the whole sub into a seperate
file and just use it in the main file? do i need to package it or
something? any reference on how to pack them? thanks