in reply to Re: Perl : Convert a monolithic code to a function
in thread Perl : Convert a monolithic code to a function

Thanks for the reply. Pardon my ignorance. 1)Does $var1, $var 2 refer to the config file ? 2)And why & before mysub &mysub($var1, $var2);

  • Comment on Re^2: Perl : Convert a monolithic code to a function