What exactly is happening? I'm not sure how familiar you are with perldoc, or even what OS you're using.
It took me a while to figure out how to use perldoc on Windows. It isn't a search tool, you have to know what doc you want to read. For example,
"perldoc File::Spec" returns the doc for the File::Spec module, but
"perldoc while" doesn't find anything, because while doesn't have it's own pod.
In many cases searching perlfunc will return you're looking for. For example, perldoc -f chomp gives you help on the chomp function. Use perldoc perldoc for information on perldoc options.
It's probably best if you browse the online versions of the docs and become familiar with the way things are organized. I use Active State's version extensively. There are others out there, like the documentation on perl.com.
Ardemus
"This, right now, is our lives."
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.