I use Winnperl to run the cript and it says " EOF in string at line13".(which is the second "print<<text"

Please let me know how to do

###here is a part of my script###

open(FILE,">>/home/mombuddy/www/htdocs/sendpic.txt"); print FILE <<text; <p><font face='CordiaUPC'color='#993399'><b> $input{picname}</b></p></ +font> <p>ชื่อ : $input{name} อายุ : $input{age}</p> text print FILE"<p><font color='#0000A0'><strong>ส่งภาพวันที่ : $time[3]/$m +onth[$time[4]]/$ps เวลา: $time[2].$time[1] น.</strong></font></p>\n\ +n\n"; close FILE; print<<text; <body bgcolor="#FFFFFF"> <p>&nbsp;</p> <blockquote> <p><img src="file:///C|/access/flash/mombuddy/index/index_html/image +/baby/baby4.JPG" width="85" height="114"> <font color="#993399"><b><font size="4">ได้รับรูปเรียบร้อยแล้วค่ะ +</font></b></font></p> <blockquote> <p><font size="4" color="#993399"></font></p> </blockquote> </blockquote> </body> </html> text


In reply to EOF in string by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.