473,394 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

save the HTML result

Hi,

I have the result displayed in HTML format i.e i used tables to display information.

i.e. PATTERN COUNT (TABLE HEAD)

AAAAA 3 (TABLE DATA)

like this i have a table with this infomation.

I want to save this information along with THE table structure(HTML format) in to a file.

How do i do this in perl?

with regards
Archana
Sep 18 '07 #1
2 1092
KevinADC
4,059 Expert 2GB
Expand|Select|Wrap|Line Numbers
  1. open(FILE,">file.html") or die "$!";
  2. print FILE "all your html stuff here and table stuff";
  3. close FILE:
Sep 19 '07 #2
Expand|Select|Wrap|Line Numbers
  1. open(FILE,">file.html") or die "$!";
  2. print FILE "all your html stuff here and table stuff";
  3. close FILE:

THANK U.

IT worked.
Sep 19 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jim Rudnick | last post by:
I am generating a report in HTML, that my users can look over AND if they want to, store in their own Access dbase. Thing is, I do not know how to "read" that whole html page into a var and...
4
by: Zhou Lei | last post by:
Someone could give me a script so I can save the transformed XML result? I use IE6.0 and XSLT to transform the XML to HTML file and I want the HTML file. Thank you.
10
by: Prakashsir | last post by:
I have desgined script to show div at runtime. Now I want to copy that newly created div and/or to save in normal html file so that i can see later. 1. When I select all the content or view its...
0
by: THC | last post by:
What I am trying to achieve is to email an ASP.NET page from the server side. The page needs to be in its final result, meaning all server controls have been resolved and there's only straight...
0
by: COMantilles | last post by:
Hi, Hi created a simple function to open a word doc on server then save it to HTML, ok for the result except that i would like to save it to "filtered" HTML without office's tags (word 2002...
4
by: Glenn M | last post by:
I have a shared XML file on a server . i also have one xslt file that performs a simple transform on in to view the data. now i want to have another page that lets users modify the shared xml...
10
by: GJP | last post by:
Hello. Ive been asked to make my own notepade for college assignment. All ig going well, but i cant get the save to work. I can get Save a (shows dialog box), i can get it to just save too,...
1
by: vailayavenkatesh | last post by:
can any one tell me how to create an pdf file from the html page ? 1. I am querying the database. 2. The result is obtained in the file result.php 3. I want to give the user an option to save the...
1
by: cleary1981 | last post by:
Hi, I have this script for backing up a database that when it is run the option comes up to save the file. Can anyone show me how I would change this script so that the script automatically saves...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.