dtharby has asked for the wisdom of the Perl Monks concerning the following question:
thanks for your time. UPDATE:open(OUTPUT, $outputFile); # Send content-type print "content-type: text/html \n\n"; # OUPTUT Header Section # print OUTPUT "<html>\n"; print OUTPUT "<head>\n"; print OUTPUT "<title>Created By Perl<\title>\n"; print OUTPUT "</head>\n"; # HTML Body # print OUTPUT "<body>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Create html file from script
by liverpole (Monsignor) on Jul 18, 2006 at 14:57 UTC | |
by ww (Archbishop) on Jul 18, 2006 at 17:14 UTC | |
|
Re: Create html file from script
by explorer (Chaplain) on Jul 18, 2006 at 14:59 UTC | |
|
Re: Create html file from script
by davorg (Chancellor) on Jul 18, 2006 at 14:42 UTC | |
|
Re: Create html file from script
by philcrow (Priest) on Jul 18, 2006 at 14:43 UTC | |
|
Re: Create html file from script
by marto (Cardinal) on Jul 18, 2006 at 14:48 UTC | |
|
Re: Create html file from script
by Ieronim (Friar) on Jul 18, 2006 at 17:14 UTC | |
|
Re: Create html file from script
by explorer (Chaplain) on Jul 18, 2006 at 18:59 UTC |