Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: perl5 on iis5

by srawls (Friar)
on Jun 16, 2001 at 18:37 UTC ( [id://89052]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://89052]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-29 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found