Thread: Running a perl script
i installed perl sudo apt-get install perl, when try run perl script, opens text file.
have run perl scripts once perl installed?
make sure file executable with:
the top line of script should have shebang, like:code:chmod 755 perlscript.pl
which points perl executable.code:#!/bin/perl
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Running a perl script
Ubuntu
Comments
Post a Comment