[ create a new paste ] login | about

Link: http://codepad.org/IqmYnpsb    [ raw code | output | fork ]

Perl, pasted on Apr 22:
1
2
3
4
5
6
7
8
9
C:\Users\hualdo\Desktop>perl x.pl
Bareword found where operator expected at x.pl line 8, near "$my line"
        (Missing operator before line?)
Unquoted string "line" may clash with future reserved word at x.pl line 8.
Unquoted string "txt" may clash with future reserved word at x.pl line 26.
Unquoted string "txt" may clash with future reserved word at x.pl line 27.
Unquoted string "txt" may clash with future reserved word at x.pl line 28.
syntax error at x.pl line 8, near "$my line "
Execution of x.pl aborted due to compilation errors.


Output:
1
2
3
4
5
6
Backslash found where operator expected at line 1, near "Users\"
Backslash found where operator expected at line 1, near "hualdo\"
String found where operator expected at line 2, near "near "$my line""
	(Do you need to predeclare near?)
syntax error at line 1, near "Users\"
Search pattern not terminated at line 3.


Create a new paste based on this one


Comments: