On Thu, 27 Jun 2013 12:58:38 +0200 lee <l...@yun.yagibdah.de> wrote: > Ok, so perl has a totally broken design with variables :( What's the > solution to this problem?
The usual technique is to declare the configuration variables at the top, followed by the file-scoped variables. It is convention that these variable state with a capital letter to distinguish them. -- Don't stop where the ink does. Shawn -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/