Declaring that you are going to export a variable isn't the same as declaring a variable. Under use strict; you get an error when a global variable is used without being first declared. You can declare the variables with our (i.e. something like our $TestCase;) or use vars (i.e. something like use vars qw( $TestCase );)
-sauoq "My two cents aren't worth a dime.";
In reply to Re: Problem with Perl Modules.
by sauoq
in thread Problem with Perl Modules.
by nisha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |