Ummmm...you really need to give some more info here, Falazar. I tried it, and it worked fine. Try these steps:

1) Run with #!/usr/bin/perl -w to turn on warnings from Perl.

2) Put use strict; at the top of your code (after the #!/usr/bin/perl -w bit).

3) you need to use the CGI::Carp module; put  use CGI::Carp qw(fatalsToBrowser); at the top, and read up on it, as it will oftentimes tell you exactly what error Perl sees.

This does not look like a Windows 2000 problem, but without any error messages from you, or any idea what's going on except it fails (and works when I copy/paste the code for my WinNT/IIS combo here), I cannot help very much. Please let us know the details of where it is failing, and what the errors at are reports from the above procedures are. Also, are you using Apache, IIS, or another Web Server, as they have difference configuration issues.

----Asim, known to some as Woodrow.


In reply to Re: Need upload Help for win 2000 by Asim
in thread Need upload Help for win 2000 by Falazar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.