in reply to Re: C pre-processor in Perlin thread C pre-processor in Perl
BEGIN { use vars qw($FOO); $FOO = ... # some slow action here } if ($FOO) { } [download]