where is perl installed

By pravin2006

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

Leave a Reply