G'day Raymond,

"Wide character ..."

I provided you with examples of ways to deal with this warning less than a fortnight ago; now you claim it's an issue you can't solve. Please go back and read what I wrote.

"No such script: 'CYRILIC' ..."

charnames shows "use charnames qw(cyrillic greek);". If you read the documentation, you should be able to fix this yourself.

"Global symbol "%s" requires explicit package name"

Search for that string in perldiag - Perl diagnostic messages to find out how to deal with it. I recommend you read perlintro - Perl introduction for beginners and use the diagnostics pragma while the meaning of these errors continues to elude you (they were explained to you in example 7.pl).

"No such class chr at 18.pl line 8, near "my chr""

Look at what you wrote at line 8; then look at the my documentation for the correct syntax.

"syntax error at 19.pl line 11, near "//,""

Look at line 11; then look near //. Can you spot the error?

-- Ken


In reply to Re: Help on 16/17/18/19/20 dot pl by kcott
in thread Help on 16/17/18/19/20 dot pl by Raymond

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.