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

I don't think that it's /usr/bin/perl on fedora 21, it's usually in /bin/perl.

run 'which perl' and it will tell you.

  • Comment on Re: Perl program does not seem to be understood by Fedora 21

Replies are listed 'Best First'.
Re^2: Perl program does not seem to be understood by Fedora 21
by swampyankee (Parson) on Apr 29, 2015 at 22:27 UTC

    Did that -- "which perl" returns /usr/bin/perl


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

      Try a shebang of #!/usr/bin/perl --