^Please contact the server administrator\,.*?and inform them of the time the error occurred\, and anything you might have done that may have caused the error\.
^\[.*?\]ERR\: 32\: Line 13\: Warning in Perl code\: Use of uninitialized value
^\[.*?\]ERR\: 32\: Line 14\: Warning in Perl code\: Use of uninitialized value
^\[.*?\]ERR\: 32\: Line 15\: Warning in Perl code\: Use of uninitialized value
^\[.*?\]ERR\: 32\: Line 16\: Warning in Perl code\: Use of uninitialized value
^\[.*?\]ERR\: 32\: Line 17\: Warning in Perl code\: Use of uninitialized value
^^\[.*?\]ERR\: 32\: Line 21\: Warning in Perl code\: Unquoted string "qqqqqqqqqqqqqq" may clash with future reserved word at .*? line \d*\.
^\[.*?\]ERR\: 24\: Line 21\: Error in Perl code\: syntax error at .*? line \d*\, at EOF
^\[.*?\]ERR\: 24\: Line 32\: Error in Perl code\: syntax error at .*? line \d*\, at EOF
^\[.*?\]ERR\: 24\: Line 32\: Error in Perl code\: Can.*?
^\[.*?\]ERR\: 32\: Line 32\: Warning in Perl code\: Use of uninitialized value
^^\[.*?\]ERR\: 32\: Line 46\: Warning in Perl code\: Bareword found where operator expected at .*?
^^\[.*?\]ERR\: 32\: Line 46\: Warning in Perl code\: \(Missing operator before is\?\)
^\[.*?\]ERR\: 24\: Line 46\: Error in Perl code\: syntax error at .*? line \d*\, near \"\;\$error is here \"\;
^
Missing right.*?bracket
^
syntax error at .*? line \d*\, at EOF
^\[.*?\]ERR\: 20\: Line 58\: \<\;\/tr\>\; without \<\;tr\>\;
^\[.*?\]ERR\: 45\: Line 58\: Unclosed HTML tag <table> at end of file
^ HTML\:\:Embperl.*?
All values should be undefined:
$a = (this is the value in $a)
$b = (this is the value in $a) äöü
$c = 57
$d = 1
$e = 2
Here we will see an error:
First of all assign a value:
Now we have some 'Umlaute':
Second Error:
And now a and b together: (this is the value in $a)(this is the value in $a) äöü
Here we have some HTML tags within the perl code, Embperl will delete them!
57
Embperl will also translate HMTL escapes to the right characters i.e. $a < 6 will get the perl expression $a < 6:
1
Now they should have a value
Tag missmatch: