Graeme St. Clair wrote:
Is there any common convention governing names of variables defined in a
'require'd 'blah.pl'? I'd like to make use of such variables detectable to
the naked eye in the scripts that 'require blah.pl'.
Rgds, GStC.



Well you should consider using C<use> and making it a proper module. Then use the Exporter if you still have to pollute namespaces. Don't just throw everything in main::. Turn on 'strict' and 'warnings'.


To your question, check out:

perldoc perlstyle

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to