fork download
  1. #!/usr/bin/perl
  2. [0-9]+?(\.)\d+?9550(.)\d+?[06]{6}(.)\d+?[9]{5,6}(.)\d+?7{4}(.)\d+?[1-9]{67}(.)\d+?(.(?=5{3}1))\d+?061(.)3\8{3}3(.)\d+?9{2}8{3}(.)\d+?(.)(?=[7]{4})\d+
  3. N$2$9$9$7$1$3$9$8 E$6$10$2$6$1$6$7$11
Runtime error #stdin #stdout #stderr 0s 6056KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Number found where operator expected at prog.pl line 2, near "}8"
	(Missing operator before 8?)
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Use of ?PATTERN? without explicit operator is deprecated at prog.pl line 2.
Backslash found where operator expected at prog.pl line 2, near ")\"
	(Missing operator before \?)
Scalar found where operator expected at prog.pl line 3, near "$2$9"
	(Missing operator before $9?)
Scalar found where operator expected at prog.pl line 3, near "$9$9"
	(Missing operator before $9?)
Scalar found where operator expected at prog.pl line 3, near "$9$7"
	(Missing operator before $7?)
Scalar found where operator expected at prog.pl line 3, near "$7$1"
	(Missing operator before $1?)
Scalar found where operator expected at prog.pl line 3, near "$1$3"
	(Missing operator before $3?)
Scalar found where operator expected at prog.pl line 3, near "$3$9"
	(Missing operator before $9?)
Scalar found where operator expected at prog.pl line 3, near "$9$8"
	(Missing operator before $8?)
Bareword found where operator expected at prog.pl line 3, near "$8 E"
	(Missing operator before E?)
Scalar found where operator expected at prog.pl line 3, near "$6$10"
	(Missing operator before $10?)
Scalar found where operator expected at prog.pl line 3, near "$10$2"
	(Missing operator before $2?)
Scalar found where operator expected at prog.pl line 3, near "$2$6"
	(Missing operator before $6?)
Scalar found where operator expected at prog.pl line 3, near "$6$1"
	(Missing operator before $1?)
Scalar found where operator expected at prog.pl line 3, near "$1$6"
	(Missing operator before $6?)
Scalar found where operator expected at prog.pl line 3, near "$6$7"
	(Missing operator before $7?)
Scalar found where operator expected at prog.pl line 3, near "$7$11"
	(Missing operator before $11?)
Unknown regexp modifier "/9" at prog.pl line 2, at end of line
Unknown regexp modifier "/5" at prog.pl line 2, at end of line
Unknown regexp modifier "/5" at prog.pl line 2, at end of line
Unknown regexp modifier "/0" at prog.pl line 2, at end of line
syntax error at prog.pl line 2, near "?(\.)\d+?9550("
Unknown regexp modifier "/9" at prog.pl line 2, at end of line
Execution of prog.pl aborted due to compilation errors.