Dear all: is there a way I can make the perl interpreter more forgiving and ignore certain syntax errors?
for example:
print "fox':
would still run correctly! and print literally "fox".
I don't even care if it can give me exactly what I want.
for example printing "foxxy" would be fine.
thanks in advance!
al