On Thu, 13 Jul 2000, G.W. Haywood wrote:

> > httpd.conf
> 
> I see that %port is a lexical but $Port isn't.  Is that a clue?

I don't think so. Except if mod_perl does some very weird stuff they
should be all separate.

try:

$foo = "foo";   # no different with or without my
$Foo = "Foo";
%foo = (beep => "hash foo");

print "\$foo: $foo\n";
print "\$Foo: $Foo\n";
print "\$foo{beep}: $foo{beep}\n";


 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>

Reply via email to