I'm evidently doing something stupid. I have about 2 dozen working perl programs on my laptop (Fedora 21) which work.

And one that doesn't in ways that I don't quite understand. First, it compiles fine: perl -c tells me the syntax is ok. Second, it runs when I use it as an argument to perl: perl inv (inv is the program's name). When I try to run it by using inv, I get this:

/home/emc/bin/inv: line 1: #!/usr/bin/perl: No such file or directory /home/emc/bin/inv: line 4: use: command not found /home/emc/bin/inv: line 5: use: command not found /home/emc/bin/inv: line 7: my: command not found /home/emc/bin/inv: line 9: my: command not found /home/emc/bin/inv: line 11: my: command not found

I'm stumped. I basically use the same few header lines for all my perl programs: the shebang line, use warnings, and use strict.

I know somebody here has a clue, so hit me with those clue-bats.


Information about American English usage here and here. Floating point issues? Please read this before posting. — emc


In reply to Perl program does not seem to be understood by Fedora 21 by swampyankee

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.