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
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