The following program has 7 errors, find them and fix the program so it prints the following:
This program works perfectly
There is nothing wrong here
There's nothing wrong here either
Hand in the list of errors along with the corrected program.
The Program:
#/usr/bin/perl5
print(This program works perfectly\n)
print "There is nothing wrong here\n;
prnt "There's nothing wrong here either/n";