
jumaru
Deleted
Mar 17, 2000, 5:20 AM
Post #1 of 3
(1240 views)
|
Hi everybody look at this : <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> $reply = "<table width=\"502\" border=\"0\" cellspacing=\"2\" cellpadding=\"5\"><tr> <td width=\"166\" rowspan=\"3\" valign=\"top\" bgcolor=\"#0085A6\"><b><font color=\"#FFFFFF\">$nom</font></b></td><td width=\"310\" bgcolor=\"#00A5CE\"><i><b>$email</b></i></td></tr><tr><td width=\"310\" height=\"9\" rowspan=\"2\" valign=\"top\" bgcolor=\"#00A5CE\"> <p><font color=\"#FFFFFF\">$message</font></p></td></tr><tr></tr></table>\n<!--Reply here-->"; open (re, "<$count.html") or dienice("Couldn't open: $!"); $data = <re>; close (re); $data =~ s/<!--Reply here-->/$reply/; open (fin, ">$count.html") or dienice("Couldn't open: $!"); print fin $data; close (fin); </pre><HR></BLOCKQUOTE> instead of having $reply in the place of the comment I have this: <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> <table width="502" border="0" cellspacing="2" cellpadding="5"> </pre><HR></BLOCKQUOTE> what's wrong Thanks [This message has been edited by jumaru (edited 03-17-2000).]
|