where is perl installed

by default its installed in linux

/usr/bin/perl

in scripts you have to write #!/usr/bin/perl to tell the script that it is perl interpreter.

sometimes the path is

/usr/local/bin/perl

Explore posts in the same categories: perl

Comment: