Re: Webhosting that supports mod_perl

2002-10-11 Thread William McKee
On 11 Oct 2002 at 1:09, Ramon Hildreth wrote: > Hi, Does anyone know of a good web host that > Supports mod_perl? Ramon, >From my experience, you're going to have a hard time finding a host that offers shared hosting with mod_perl due to the was mod_perl shares scripts globally. Hopefully this

RE: Printing in while loops

2002-10-11 Thread Kipp, James
I am not quite sure what you want to do here, but here is what i see: the scalar your assining to the fh is being overwritten at each iteration $tmp = ; all you need to do is open each file, and operate on the $_ var, you don't need to assign the FH to a variable (unless you want to slurp it in

Re: css in cgi generated page

2002-10-11 Thread fliptop
On Thu, 10 Oct 2002 at 22:01, Ian Watt opined: IW:is there some special trick to linking a style sheet to your page when IW:the page is generated by a cgi script? IW:I have this sub routine that prints the header of a html page: IW: sub write_html_header IW: { IW:print "Content-type: text/

[Re:Webhosting that supports mod_perl]

2002-10-11 Thread Todor Todorov
I think www.host.sk offers whatever you need. But it`s in Slovakian :) Óíèêàëíî ïðåäëîæåíèå! Àëáóì íà Åëâèñ '30 # 1 HITS' - 30 çëàòíè õèòà íà Êðàëÿ íà ðîêà. Äîñòàâêà äî äîìà èëè îôèñà CD - 11 ëâ. MC - 7 ëâ. îò BMG/AveNew Productions http://www.kefche.com/

Printing in while loops

2002-10-11 Thread Tracey Bedford
Hi Everyone, I am new to this list and have a strange question for you. I am calling a subroutine in a while loop. However in the output only one line is printed. If I print to screen all information prints out. Here is the code The line print "$tmp[0]\n"; prints all out put to screen. ope

Webhosting that supports mod_perl

2002-10-11 Thread Ramon Hildreth
Hi, Does anyone know of a good web host that Supports mod_perl? thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]