TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [TCLUG:9439] Perl - RH5.2




> I'm trying to run Perl script(s) ... and each has the first line
> of:    #! /usr/bin/perl   but the script still requires that I
> use the syntax    perl <filename>   Oh, perl is in the right place.


Lose the space between #! and /usr/bin/perl.  Also, make sure your scripts
are set executable (chmod 755 filename)