The 'perldoc' command, despite sometimes being split out from the distribution of Perl in some OS packages and/or core OS installs, is important to have installed. It provides access to documentation about the core language as well as to the included libraries (modules). While it's entirely possible to program Perl on a system that doesn't have perldoc installed, it's pretty darn near impossible for someone to program effectively and efficiently without some type of access to perldoc's functionality. (and hence to easily accessible and readable documentation in general)

In short, having access to the proper documentation for your language should fall under 'having the appropriate tools to work effectively' and is the responsibility of your employer to provide.

At the risk of making an assumption about your current situation, I can't help but find it somewhat sadistic that your employer both does not provide the documentation for a language they've assigned a task for and also will not provide the required tools to do your work when requested with the vague reasoning of 'not enough disk space'. Surely you can approach your employers and request that you either be permitted to have access to the documentation for the version of Perl you're working with, possibly on your workstation itself, or possibly via access to a website that has them. You should pay keen attention to finding the documentation appropriate for the version of Perl that you are working with as the language has changed quite significantly in its lifetime.

In addition, although the pointers to documentation that you've received were in response to your original request for information related to 'goto', however I would expect that you'll be very likely to require additional information that is clearly illustrated in the documentation in the future. I hope that you are able to acquire what you need.

Good luck!


In reply to Re^7: Go to? by m.att
in thread Go to? by Ronnie

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.