#!/usr/bin/perl print "Hello World\n"; #### Backslash found where operator expected at hello.pl line 1, near "rtf1\" Backslash found where operator expected at hello.pl line 1, near "ansi\" Backslash found where operator expected at hello.pl line 1, near "ansicpg1252\" Backslash found where operator expected at hello.pl line 1, near "cocoartf1038\" Backslash found where operator expected at hello.pl line 2, near "fonttbl\" Backslash found where operator expected at hello.pl line 2, near "f0\" Backslash found where operator expected at hello.pl line 2, near "fmodern\" Backslash found where operator expected at hello.pl line 3, near "red255\" Backslash found where operator expected at hello.pl line 3, near "green255\" Backslash found where operator expected at hello.pl line 4, near "margl1440\" Backslash found where operator expected at hello.pl line 4, near "margr1440\" Backslash found where operator expected at hello.pl line 4, near "vieww9000\" Backslash found where operator expected at hello.pl line 4, near "viewh8400\" Backslash found where operator expected at hello.pl line 5, near "viewkind0 \" (Missing semicolon on previous line?) Backslash found where operator expected at hello.pl line 6, near "deftab720 \" (Missing semicolon on previous line?) Backslash found where operator expected at hello.pl line 6, near "pard\" Backslash found where operator expected at hello.pl line 6, near "pardeftab720\" Backslash found where operator expected at hello.pl line 6, near "ql\" Backslash found where operator expected at hello.pl line 8, near "qnatural \" (Missing semicolon on previous line?) Backslash found where operator expected at hello.pl line 8, near "f0\" Backslash found where operator expected at hello.pl line 8, near "fs24 \" (Do you need to predeclare fs24?) Backslash found where operator expected at hello.pl line 9, near "cf0 #!/usr/bin/perl -w\ \" (Missing semicolon on previous line?) syntax error at hello.pl line 1, near "rtf1\" syntax error at hello.pl line 3, near "red255\" syntax error at hello.pl line 4, near "margl1440\" "use" not allowed in expression at hello.pl line 10, at end of line "use" not allowed in expression at hello.pl line 11, at end of line syntax error at hello.pl line 14, near "}" Execution of hello.pl aborted due to compilation errors.