On Wed, 26 Sep 2001, alan burlison wrote:
> our $VERSION = '0.01';
> use Inline (
> C => 'DATA',
> VERSION => $VERSION,
> NAME => 'Elf',
> );
Looks like a run-time versus compile-time problem. Does it work if you
write:
BEGIN { our $VERSION = '0.01'; }
?
-sam
- Re: Neopyte problems Ken Williams
- Re: Neopyte problems Neil Watkiss
- Sam Tregar
