Go Back   CodingForums.com > :: Server side development > Perl/ CGI

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-24-2002, 11:00 PM   PM User | #16
Feyd
Regular Coder


 
Feyd's Avatar
 
Join Date: May 2002
Location: Los Angeles, CA Maxim: Subvert Society
Posts: 404
Thanks: 0
Thanked 0 Times in 0 Posts
Feyd is an unknown quantity at this point
Unless it is a small bit of code, don't waste your time escaping...use qq instead:

Code:
print qq~
This is text<br>that does not need escaping, even if it is "quoted" or &quot;quoted&quot; or <quote>quote</quote><br><br>even email@resses~;
Note that it begins with print qq~ and ends with ~;, and will save you huge amounts of time when dealing with exceedingly large amounts of content.
__________________
Moderator, Perl/CGI Forum
shadowstorm.net - subvert society
Feyd is offline   Reply With Quote
Old 06-24-2002, 11:20 PM   PM User | #17
chaotic
New Coder

 
Join Date: Jun 2002
Location: chaoticrealities.com
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
chaotic is an unknown quantity at this point
is there a list of all the tags or what ever their called please ?
chaotic is offline   Reply With Quote
Old 06-24-2002, 11:57 PM   PM User | #18
chaotic
New Coder

 
Join Date: Jun 2002
Location: chaoticrealities.com
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
chaotic is an unknown quantity at this point
what do i need to put to make tables in the cgi file i am writing ?
chaotic is offline   Reply With Quote
Old 06-25-2002, 10:28 AM   PM User | #19
sir pannels
Regular Coder

 
Join Date: Jun 2002
Posts: 905
Thanks: 23
Thanked 5 Times in 5 Posts
sir pannels is an unknown quantity at this point
welll if your writing to a txt or html file just use html to make it the <table> and <tr> etc
sir pannels is offline   Reply With Quote
Old 06-25-2002, 11:24 PM   PM User | #20
chaotic
New Coder

 
Join Date: Jun 2002
Location: chaoticrealities.com
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
chaotic is an unknown quantity at this point
so i put it like this ? =

<table border=1 width=100% cellspacing=1 bgcolor="#cdcdcd">
<tr>

</tr>
</table>
chaotic is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:06 PM.


Advertisement
Log in to turn off these ads.