I like the option you suggest yourself, svsingh.

Not only does this accomplish the desired result of sharing the script among your team, it has the secondary effect of leaving team members with a functional Perl environment. So, perhaps a couple people will think "Hey, this is neat but...it would be better if..." and then start coding. Or maybe they think of another CUFP and get started that way--this is how I got started with Perl.

With any luck, since your manager feels the script is useful and wants you to share it, (s)he will also be understanding if you spend a little time helping get everyone up and running. Here we have the added benefit that both you and the people you help will learn something useful. (I recently wrote a script for a friend and, in the process of getting his machines set up to run Perl and the requisite mods, we both learned a lot and had a good time.)

++ to you!


In reply to Re: Distributing or Sharing Perl Scripts by porkpilot
in thread Distributing or Sharing Perl Scripts by svsingh

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.