Return-Path: Delivered-To: apmail-perl-asp-archive@www.apache.org Received: (qmail 64666 invoked from network); 9 Dec 2003 08:31:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Dec 2003 08:31:59 -0000 Received: (qmail 72190 invoked by uid 500); 9 Dec 2003 08:31:34 -0000 Delivered-To: apmail-perl-asp-archive@perl.apache.org Received: (qmail 72176 invoked by uid 500); 9 Dec 2003 08:31:34 -0000 Mailing-List: contact asp-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list asp@perl.apache.org Received: (qmail 72157 invoked from network); 9 Dec 2003 08:31:33 -0000 Received: from unknown (HELO mail.netpath.net) (209.107.223.193) by daedalus.apache.org with SMTP; 9 Dec 2003 08:31:33 -0000 Received: from gig100 (node201-116.netpath.net [209.107.201.116]) by mail.netpath.net (Postfix) with SMTP id C41F0201994 for ; Tue, 9 Dec 2003 03:31:45 -0500 (EST) Message-ID: <000a01c3be2f$3f5b6340$74c96bd1@netpath.net> Reply-To: "D. L. Fox" From: "D. L. Fox" To: References: <200312090205.hB925atC029485@pegasus.ecite.com.au> <8010000.1070952514@localhost> Subject: Re: Virtual host Date: Tue, 9 Dec 2003 03:33:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Howdy Shannon, In addition to what Helmut said, it might also help if you include a bit of code from one of your ASP pages that you've tried without success. It doesn't have to be anything elaborate. Maybe just a bit of test code you've written. In keeping with the traditional "Hello World" theme, I usually try stuff like: # begin code <% my $welcome = "Hello World!"; print "

$welcome

\n"; $welcome = uc $welcome; %>

For those hard of hearing, I said <%=$welcome%>

# end code Darren --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org For additional commands, e-mail: asp-help@perl.apache.org