in reply to Re: Re: Re: VI VI VI - the number of the beast
in thread VI VI VI - the number of the beast
Here's an example:
#!perl use strict; package First; $x = 1; package Second; $y = 2; __END__ Global symbol "$x" requires explicit package name at - line 7. Global symbol "$y" requires explicit package name at - line 11. Execution of - aborted due to compilation errors.
|
|---|