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


in reply to perl5 on iis5

Perl can't find your file, you have to tell perl where it is:
BEGIN { push @INC, 'path\\to\\usr_pin.conf.pl'; }
Please note: I noticed you are on windows, those double slashes are needed because otherwise you'll escape the letter following the slash.

Update:Oh, and listen to Nysus, he's right on the mark.

The 15 year old, freshman programmer,
Stephen Rawls