I'd recommend you go to the appropriate CPAN page (sorry, having trouble inserting a link, try http://search.cpan.org/doc/AVATAR/Config-Ini-1.08/Ini.pm
), print out the documentation on Config::Ini and
read it. Then try a few examples, using a real script and not a one-liner.
If a couple of the simple functions fail, then there may well be something wrong with your installation.
I'm not perfect either -- I have resisted using the debugger, not because I'm lazy but because I'm a little reluctant to learn yet another debugger's cryptic commands. I took the plunge recently and while I am a little klutzy right now (you should have seen me the first year I used vi) I got the job done. <aside> Use the debugger religiously and "the truth shall set you free" -- paraphrasing, the debugger tells the truth to any whose ears are open. If you can't be bothered to use the debugger, it will most likely take you much longer to solve your problem.</aside>
--t. alex
"Of course, you realize that this means war." -- Bugs Bunny.
ps When you ask a question on CB (like you did around 11am ET Saturday), it's considered a courtesy to stick around for an answer. :)
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.