While I'm not familiar with Sybase, so I don't know wether or not these scripts you speak of were bundled with the software (in which case there might be some unbelieveably slim chance that someone on the net had posted something about them) or whether they were custom writen for your company (in which case no, you won't be able to find any sort of documentation for them).

However, if you just wish to interpret them, there are several things you could do... The easiest would be simply to try to track down whomever wrote them originally and see if you can get them to explain it to you. Sometimes author's will put an email address in the headers of a script so they can be contacted if bugs are found.
short of that, you could learn perl, which, even if you had someone sit down and explain to you what the script did, is the only real way you're ever going to be able to actually understand the script. Perl isn't an easy language to learn if you have no expirence, but its a very valueable thing to know.

-Nakano


In reply to Re: Scripts to extract data.. by Nakano
in thread Perl scripts to do extraction into Sybase 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.