There are several possibilities. Which one is the case will depend on many variables -- including how well-informed the user is, what sort of code you write, and how secure you are that your configuration is correct.

The first possibility is that the user was incorrect, and the code in question was not perl at all, but javascript, and the debugger was Microsoft Visual InterDev, or Microsoft Visual Script Editor, not Visual Basic. (It's possible that VS 2003 has unified them, but last I looked, they were sepperate tools.)

The second possibility is that you're writing an ASP-based (or similar -- I forget what the look-alike Apache-based framework is called, or even if there is one) page, and somehow your script got through to the browser, and was interpreted as incorrect javascript (see above).

The third is that he's just rattling your chain.

The fourth is that you aren't using a CGI-ish script at all, but rather are using a local script, and somehow, interdev, or even VB, managed to notice that it died, and debug it.

Note that all of the above cases contain at least one miscommunication, so you may be best getting him to repeat it with you there, or at least take a screenshot.


In reply to Re: VB debugging my Perl Scripts on user comp? help! Security issue! by theorbtwo
in thread VB debugging my Perl Scripts on user comp? help! Security issue! by Stenyj

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.