Re: Get html page title and make a temporary variable

2003-08-14 Thread Mark Stosberg
In article <[EMAIL PROTECTED]>, Rich wrote: > --=_NextPart_000_00BF_01C35E82.8A144710 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Beginners, > I'm about to write my first Perl script that will function to send this = > page. When

Re: Get html page title and make a temporary variable

2003-08-14 Thread R. Joseph Newton
Rich wrote: > I think I have a good idea how to do this except for one thing. How do I get the > page from the html page the script is being called from and then > create temporary variable that I can print the title on /send_this_page.pl and also > make it the subject of the outgoing email?

Get html page title and make a temporary variable

2003-08-09 Thread Rich
Beginners, I'm about to write my first Perl script that will function to send this page. When the user clicks 'send this page' button I'm going to open a script generated html page called /send_this_page.pl where the user can fill out the email address(es) to send the page to. I think I have