I experience the following problem when using strict with perl 5.6 and asp, it complains about built in windows objects like $request and $session variables not being declared in my existing code, I know they exist because they are objects in iis and I can read their values without a problem I tried using the asp module but it still complains has anyone encountered this problem before? I tried using data dumper but I must be doing something wrong as it doesn't shed any light on what is wrong I get the same error no additional output.
I really need strict as I am a beginner.