http://www.perlmonks.org?node_id=648925


in reply to Re^2: problem with strict in perl 5.6 and asp
in thread problem with strict in perl 5.6 and asp

Can't you just declare the (not quite) "built-in" variables with our?

use strict; # with impunity our( $Response, $Session, $Request );

(our should be usable with 5.6 and later; otherwise the vars pragma could be an alternative.)

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!