Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
PERL: hashes example 8: how to handle \n in a browser session?
+9
votes
I can't get past
http://code.he.net/interactive_mline.php?type=perl&ex=8
-- I feel like it has something to do with the newlines. I tried <br> instead of \n which gives a visually pleasing result but still the script won't accept it.
posted
13 years
ago
in
Perl
by
DavidRabahy
(
8,440
points)
2 Answers
0
votes
It turns out it works just fine in Chrome; the problem appears to be with IE.
answered
13 years
ago
by
DavidRabahy
(
8,440
points)
+1
vote
Thanks for trying out our code.he.net Beta.
Everything should work properly with IE now.
If you need other assistance, feel free to send email to code@he.net
answered
13 years
ago
by
codeadmin
(
113,880
points)
Related questions
+8
votes
1
answer
how do you change colors of a text or backround
posted
12 years
ago
in
Perl
by
aronkaufman12
(
1,220
points)
programming
+11
votes
0
answers
How can I create a blog using XML in XHTML web site?
posted
13 years
ago
in
XML
by
Sreemonta
(
700
points)
+3
votes
1
answer
How to create a 5x4 (5 rows, 4 columns) table with one of rows having a column span set to 4 (colspan="4")?
posted
12 years
ago
in
HTML
by
yende
(
9,130
points)
+1
vote
1
answer
How to insert a record into 'employees' table?
posted
12 years
ago
in
SQL
by
yende
(
9,130
points)
+11
votes
1
answer
How to understand easily the terms of your exercises as a new student who had not such kind of knowledge before?
posted
12 years
ago
in
Exercises
by
chanmg84
(
1,860
points)
programming-code
programming
html
php