Um, lol, where to begin....

Well, like I mentioned, I am pretty new. I am literally on page 36 of 'Learning Perl, 5th Edition'. And I did use -w in my code when trying out different things, yet I still received the same message as I showed in my original post. Read below, though.

As for the / before usr, I didn't mean to sound like I was completely dismissing the idea, but I knew it wasn't that because all of my other programs work without it. If there is a reason why it would be different for one program and not the others, please tell me.

Ikegami, sorry about the semicolon. I have a tendency to overview my posts, and I thought I had accidentally missed it. Turns out I did on the program, too. :P. But, this introduces a new problem. Hello world only prints once, but I want it to print 20 times and then the program to say "Wait...".

Ig, I am running Ubuntu 11.04 and when I want to run a program I type in 'perl name.plx'.

Also, thanks JavaFan and Ig for "defending" me, but the last thing I want to do is create hostilities between people.


In reply to Re: Re: It LOOKS right... by BIOM01
in thread It LOOKS right... by BIOM01

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.