in reply to Post back values using Perl and jQuery.
Also, please use a here-doc so you don't have to have all those unsightly \$s all over the place, or even better, store all that html in a separate file.
# a here-doc approach my $html_code = <<'EOF'; <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE> <html> ... the rest ... EOF <html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Post back values using Perl and jQuery.
by Anonymous Monk on Jan 02, 2014 at 23:36 UTC |