Re: Re: Need basic commands on perl programming

2001-12-07 Thread Mark Bergeron
9:43 PST 2001 Subject: Re: Need basic commands on perl programming >I personally really like this site as well > >http://www.cgi101.com/class/ > >It does a great job getting you set up and going. > >Have fun >Jeremy >[EMAIL PROTECTED] > >On Friday 07 December 2001 07

Re: Need basic commands on perl programming

2001-12-07 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Reggy Patagan) wrote: > Good day: > >What are the basic comands in creating a perl > programs, do i have to do it in a text editor or in a > /usr/bin directory where perl is installed. > >I have a perl here with Version 5.6.0 and can

Re: Need basic commands on perl programming

2001-12-07 Thread Jeremy Webster
I personally really like this site as well http://www.cgi101.com/class/ It does a great job getting you set up and going. Have fun Jeremy [EMAIL PROTECTED] On Friday 07 December 2001 07:06 am, you wrote: > Reggy, > > The first line is "#!/usr/local/bin/perl". You can add -w = warning or > -T

Re: Re: Need basic commands on perl programming

2001-12-07 Thread Mark Bergeron
: "reggy patagan"<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Fri Dec 07 04:06:47 PST 2001 Subject: Re: Need basic commands on perl programming >Reggy, > >The first line is "#!/usr/local/bin/perl". You can add -w = warning or >-T = taint (#!/usr/local

Re: Need basic commands on perl programming

2001-12-07 Thread Jerry Preston
Reggy, The first line is "#!/usr/local/bin/perl". You can add -w = warning or -T = taint (#!/usr/local/bin/perl -w) Then you can add 'use strict'. Jerry reggy patagan wrote: > Good day: > >What are the basic comands in creating a perl > programs, do i have to do it in a text editor o

Re: Need basic commands on perl programming

2001-12-07 Thread Stephan Tinnemeyer
You will find a good tutorial for the first steps in CGI-programming in Perl at http://www.lies.com/begperl/ Cheers Stephan -- Dipl.-Chem. Stephan Tinnemeyer Lindenallee 20 24105 Kiel Germany -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Need basic commands on perl programming

2001-12-07 Thread reggy patagan
Good day: What are the basic comands in creating a perl programs, do i have to do it in a text editor or in a /usr/bin directory where perl is installed. I have a perl here with Version 5.6.0 and can you give me a simple program for just a guide?.. Thank you and more power.