in reply to Re: Re: date problem with movie script
in thread date problem with movie script
Usually I get this error when I have use strict; and then the line in question doesn't have a conditional like:
print $this if ($this); ## if $this has some value...
|
|---|