adamsj, while the issue hasn't come up here before, I have used Perl on MVS (posting DB2 data to an intranet).

Since the Perl will be running in Open Edition (now "Unix System Services"), you will not see all that much difference from using it on another Unix, aside from experiencing all the joy that is the unix "shell" on mvs. ( a glorified SPF...for those not familiar with SPF, think 80 character punch cards bolted onto a monitor).

I used Perl mostly as callout functions inside of IBM's Net.Data (PHP/ASP-like tagging using REXX) to accomplish string thingies that were excessively ugly in REXX.

I was not involved in setting it up directly, so I can't speak to the technical difficulties that may be involved in compiling site-specific modules (I suspect there are many workaround-like issues here), but my recolection is that all the builtin perl functions behaved as they would on any "normal" unix system (after we resolved what were mostly "environment" issues). For instance, you could open a partition dataset member just as any other file on a unix system, with normal open syntax.

good luck with your project! Feel free to email or /msg me for more information, although keep in mind it had been 3 years since my experience, so I what I know is likely pretty dated by now.


In reply to Re: Perl and MVS by wardk
in thread Perl and MVS by adamsj

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.