[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: [OT] Re: Perlscript



It's worth noting that $response->write("blah"); is perfectly legal plain
ol' perl too. What does perlscript do that perl doesn't?

----------------------------------------------------------------------
Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology  
Chapel Hill, North Carolina, USA - http://demog.berkeley.edu/~aperrin
        aperrin@socrates.berkeley.edu - aperrin@igc.apc.org

On Tue, 23 Jan 2001, Joris Lambrecht wrote:

> indeed, that link and i believe one other does not work, in fact
> documentation on perlscript is that sparse i'm writing my own. However, you
> can learn it fast by converting javascript/vbscript you know to perlscript
> code.
> 
> javascript/vbscript in asp does
> 	response.write ("blah")
> perlscript does
> 	$response->write ("blah");
> 
> there are minor differences but you have for more features using perlscript,
> AND it's multiplatform i believe.
> 
> Joris
> 
> -----Original Message-----
> From: Dave Sherohman [mailto:esper@sherohman.org]
> Sent: Tuesday, January 23, 2001 4:12 PM
> To: debian-user@lists.debian.org
> Subject: Re: [OT] Re: Perlscript
> 
> 
> On Tue, Jan 23, 2001 at 03:26:03PM +0100, Joris Lambrecht wrote:
> > There are numerous advantages for using this. The number one plus for me
> is
> > that i only have to learn perl/perlscript and not javascript/perl or any
> of
> > the other combinations. This is great when developing on IIS with perl
> > installed.
> > 
> > 
> > More info ? http://perl.about.com/compute/perl/cs/perlscript/
> 
> Went there, thought, "OK, so how is perlscript different from real perl and
> why on the gods' green earth would you want to use it instead of real
> perl?"  So I clicked on the link for one of the introductory texts.
> 
> The server said:
> 
> ---
> Active Server Pages error 'ASP 0129' 
> 
> Unknown scripting language 
> 
> /PerlScript/Introduction/Default.asp, line 1 
> 
> The scripting language 'perlscript' is not found on the server. 
> ---
> 
> This is Not A Good Sign.
> 
> -- 
> SGI products are used to create the 'Bugs' that entertain us in theatres
> and at home. - SGI job posting
> Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++>++++ E- W--(++) N+ o+
> !K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI++++ D G e* h+ r y+
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: