in reply to Re: Re: localtime array slice problem
in thread localtime array slice problem

Can't use string %s as %s ref while "strict refs" in use is a runtime error. -c is only for catching compile-time errors.

There are many, many errors that can occur when a script is running but don't prevent the script from compiling. Here's another example:

$x = 0; $y = 7 / $x;