i agree with pschoonveld on making sure that the script is exe by all but on some machines you will have to chmod 755 'scriptname'. the hp-ux system that i have dealings with doesnt understand something like chmod a+x 'scriptname' another thing to keep in mind is that when you xfer files to a system you may need to be in ASCII instead of BINARY mode to do the xfer properly you can do this by typing in asciiENTER from the command line - if you do commanline ftping - ftp>ascii (you will then get a message that your are in ascii mode as opposed to binary. i hope that this wasnt a waste of anyones reading time... these are just some things i have found along the way - keeps you from kicking yourself for spending hours debugging when it wasnt you codes fault. oh one last thing... i know Mindspring (a client has his site there) has a book they can send you or an online section for help for this kind of thing... you may want to check with your host for some of this kind of information, but MSpring makes you use this line: use (cgi-lib.pl); -> def. make sure you know which release you are dealing with on the server. s. "do || (!do): try command not found" -/home/yoda/.plan

In reply to Re: How can I check web server permissions for 'cgi-bin' directory ? by Anonymous Monk
in thread How can I check web server permissions for 'cgi-bin' directory ? by Anonymous Monk

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.