/usr/bin/per bad interpreter: No such file or directory #### #!/usr/bin/perl #### #!/usr/bin/perl use strict; use warnings; use Cwd qw(abs_path); my $path = abs_path(); print "Path: $path\n";