X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/55b5d8b2c5b2d13e40ed37f37ef54f0e1f37af4b..7e6bbd1c2d57c1129f58d79e21943a26e931c0d3:/PLP.pm diff --git a/PLP.pm b/PLP.pm index 12abc1f..2df9c3b 100644 --- a/PLP.pm +++ b/PLP.pm @@ -8,7 +8,6 @@ use PLP::Tie::Headers; use PLP::Tie::Delay; use PLP::Tie::Print; -use Symbol (); #use strict; our $VERSION = '3.10'; @@ -231,8 +230,9 @@ sub start { } PLP::sendheaders() unless $PLP::sentheaders; select STDOUT; - # undef *{"PLP::Script::$_"} for keys %PLP::Script::; - Symbol::delete_package('PLP::Script'); + undef *{"PLP::Script::$_"} for keys %PLP::Script::; +# Symbol::delete_package('PLP::Script'); +# The above does not work. TODO - find out why not. } # This is run by the CGI script.