in reply to typglobs and filehandles
If you replace the consecutive classHash tests with an if/elsif/else die, you should catch this.open(TEST, ">>test.html") || die; my $outhandle = undef; $outhandle = *TEST; print $outhandle "test\n"; close($outhandle);
|
|---|