in reply to Re: Re: Back compatibility from v5.6.1 to v5.004_02
in thread Back compatibility from v5.6.1 to v5.004_02
use strict; use warnings; use vars "$varname", "@varname"; __END__ Possible unintended interpolation of @varname in string at - line 3. Global symbol "$varname" requires explicit package name at - line 3. Global symbol "@varname" requires explicit package name at - line 3. BEGIN not safe after errors--compilation aborted at - line 3.
|
|---|