- Original Message -
From: "Mario R. Sanchez, Ph.D." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Monday, April 03, 2006 7:36 PM
Subject: CSS via CGI dynamically called
the linked style sheet in an html object that is read and "displayed"
dynamically via a perl script is not
- Original Message -
From: "jase1979" <[EMAIL PROTECTED]>
To:
Sent: Monday, April 03, 2006 4:15 PM
Subject: Dialing out in using active perl on windows
I have activeperl 5.8.8 installed in windows xp sp2. How can I dial a
phone
number using a modem in activeperl 5.8.8?
Look for W
Mario R. Sanchez, Ph.D. wrote:
> the linked style sheet in an html object that is read and "displayed"
> dynamically via a perl script is not being considered. its as if its not
> there.
[snip]
> is i just invoke the htm directly - as it - the css works. but through the
> perl script, it does not.
the linked style sheet in an html object that is read and "displayed"
dynamically via a perl script is not being considered. its as if its not
there.
THE SCRIPT
#!/usr/bin/perl
use CGI;
open (THENEWS, "news.htm");
print "Content-type: text/html\n\n";
while ($record = ) {
print $record;
I have activeperl 5.8.8 installed in windows xp sp2. How can I dial a phone
number using a modem in activeperl 5.8.8?
--
View this message in context:
http://www.nabble.com/Dialing-out-in-using-active-perl-on-windows-t1387162.html#a3726320
Sent from the Perl - ActivePerl forum at Nabble.com.
___
[EMAIL PROTECTED] wrote on 04/02/2006 03:05:08
PM:
> Today's Topics:
>
>1. renaming file - not so simple? (Gerald Preston)
> --
>
> Message: 1
> Date: Sat, 1 Apr 2006 16:43:48 -0600
> From: "Gerald Preston" <[EMAIL PROTECTE