in reply to Re: Optimise Perl code pl file
in thread Optimise Perl code pl file
While some pragmas are known to work, including use vars, problems may pop up with others. In particular, use strict and no strict pragmas are removed from the resulting source, because their scoping changes in a single-file context, usually with fatal results.That sounds like a major limitation to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Optimise Perl code pl file
by simonm (Vicar) on Nov 29, 2003 at 01:38 UTC |