Thread Variablen global bei require
(49 answers)
Opened by freddy at 2009-08-24 13:38 2009-08-24T21:14:55 LanX- Ich hatte das so getestet: testvar.pl: Code (perl): (dl
)
1 2 3 4 5 6 7 8 #!/usr/bin/perl -w use strict; use warnings; no strict 'refs'; require 'testvarsub.pl'; my $test = 'hallo'; testsub(); testvarsub.pl: Das schlägt bei mir fehl. |