in reply to Re: Bug in 'strict'??
in thread Bug in 'strict'??

Time to repeat my lastest rant: If you put a variable inside of a regex because you want to match that variable as a string (which is usually what you want to do), then you need to tell the regex that: /\Q$CGI::SL\E/

        - tye (but my friends call me "Tye")