http://qs321.pair.com?node_id=254315


in reply to Re: Re: Re: Re: a simple include....
in thread a simple include....

The perl way to do this is to isolate the common code in a module that exports symbols into the user's namespace. Look into Exporter and its various clones for packages that will assist you in setting this up.

90% of every Perl application is already written.
dragonchild
  • Comment on Re: Re: Re: Re: Re: a simple include....