HI,
If my CGI program have only 1 file, then
use Strict
would signals un-defined variables
However, if I have several code library that will be imported via the `use` statement, use Strict wont work on that sense
So How do I strict programs that have several libraries.
kevin
If my CGI program have only 1 file, then
use Strict
would signals un-defined variables
However, if I have several code library that will be imported via the `use` statement, use Strict wont work on that sense
So How do I strict programs that have several libraries.
kevin