<html>
<body>
Recently I wrote a generic log checking script that runs
as a CGI on my linux box. I was showing my boss at work
and he asked me if I could modify it to run on his machine,
running NT 4, as at my workplace there are several flaky
servers running servlets, ftp, http and other services, and
having a centralised form for checking the logs of them all would be a
huge time-saver.
So I made some minor changes, but figured I didn't have to
do too many alterations, as I wasn't doing anything "weird"
in the script. Yet it refuses to work on NT.
I wrote some simple test scripts, and I believe I have tracked
down one of the problems. Is there a special module I need
to use to access files through the netBEUI protocol? I did a
couple of searches for one, but came up with nothing that really
answered my question.
As it stands now, my script fails on this line:
open(FILE,'\\server\path\to\file');
any ideas? or any favorite resources for CGI programming in win32?
any help would be appreciated
steve
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.