ramki067,
Continued wishes for a good day to you.
We're getting closer.
So your Perl script creates the HTML file and puts it someplace on the server. Excellent.
Your next step is to display that file on a web page.
I need a little bit more information so I can translate that into something I understand; these questions should help:
- What causes the Perl script to be run?
- Is it like a CGI script that runs when a user hits a web page?
- Is it run from a local computer but on an unscheduled, ad hoc basis?
- Does it run on a schedule from some kind of cron or similar tool?
- Where does the HTML file need to end up?
- Does it need to be moved from this server to another one?
- Does it need to be copied to some other location on the server where the script ran?
- Does it need to be displayed to the current user (sort of like a CGI response)?
- If the file is being posted to a different server, how would you get it there by hand?
- NFS file copy?
- Samba Share file copy?
- FTP? SFTP?
- HTTP POST?
Here's hoping that next round of messages we will start diving toward a solution.
Best Regards,
- Steve M.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.