From: Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> > On Feb 6, John said: > > >#!/usr/bin/perl -w > > > >use Strict; > > You are using Windows (sorry). Please change that line to > > use strict; > > Because Windows is case-INsensitive, 'use Strict' loads strict.pm, but > because Perl is case-sensitive, the effects of strict.pm are never > enabled.
I wish perl would issue a warning if it loads the file for module "Foo", doesn't find package "Foo", but finds a package "foo". (That is it finds only a package that differs from the requested only in the case.) :-( This is too easy to fall into ... with less common modules of course. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]