Problem with use strict

2002-10-30 Thread Karl-Heinz Kuth
I have a problem with use strict: There are two files. The file test_template.pl calls the file test_modul.pl via a variable. I read this file name from an ini-file. But for the example I wrote it into a variable ($modul). File: test_template.pl: use strict; my $Simulation = y; my $modul = e

Re: Problem with use strict

2002-10-30 Thread $Bill Luebkert
Karl-Heinz Kuth wrote: I have a problem with use strict: There are two files. The file test_template.pl calls the file test_modul.pl via a variable. I read this file name from an ini-file. But for the example I wrote it into a variable ($modul). File: test_template.pl: use strict; my