Re: tutorials

2002-11-25 Thread Geraint Jones
On Saturday 23 November 2002 10:25 pm, [EMAIL PROTECTED] wrote: > does anybody have any really good sites or books that deal just with CGI as > in applications to web programming. Almost all i have found in the book > area is how to code perl in the command line interface. I looking for just > web

Re: clarification scrolling list (code incl)

2002-11-25 Thread Christopher G Tantalo
not that i know how to do this... but arent you passing a reference to hash there and not an array like flip mentioned? (dont have cgi installed here at work, so i cant check the docs.. no web access either...just going off of basic perl knowledge) chris -- --- Just Your

Re: Re: tutorials

2002-11-25 Thread Ovid
--- Mark Bergeron <[EMAIL PROTECTED]> wrote: > Yes, it's pretty good but, the font sizes on the page are too big. Someone may >consider changing > them to font size 2. Other then that it's an informative site. Heh :) I used to have people complaining that the font was too small (on earlier incar

Re: Re: tutorials

2002-11-25 Thread Mark Bergeron
Yes, it's pretty good but, the font sizes on the page are too big. Someone may consider changing them to font size 2. Other then that it's an informative site. -Original Message- From: "Ovid"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Sun Nov 24 13:55:12 PST 2002 Su

Re: Re: tutorials

2002-11-25 Thread Mark Bergeron
I really like your ideas and the examples. I just have a hang up with having to scroll to the left on pages. Hey, It's me not you (-8 -Original Message- From: "Ovid"<[EMAIL PROTECTED]> To: "Mark Bergeron"<[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Mon Nov 25 09:05:47 P

Re: tutorials

2002-11-25 Thread Ambrose007
The www.cgi101.com site is awsome i read the first 6 chapters of the book online yesterday and bought the book today, Anyone with knowledge of html can write cgi with this book, with no prior knowlege of any programmin, it is a must for begginger thanks everyone Ambrose

Re: tutorials

2002-11-25 Thread Ovid
--- [EMAIL PROTECTED] wrote: > The www.cgi101.com site is awsome i read the first 6 chapters of the book > online yesterday and bought the book today, Anyone with knowledge of html can > write cgi with this book, with no prior knowlege of any programmin, it is a > must for begginger Hi Ambrose,

deleting a directory

2002-11-25 Thread Ambrose007
I need to delete a directory and all the dir's and file below it can somebody help me with that

Re: deleting a directory

2002-11-25 Thread Wiggins d'Anconia
You want rmtree which is part of File::Path ... perldoc File::Path http://danconia.org [EMAIL PROTECTED] wrote: I need to delete a directory and all the dir's and file below it can somebody help me with that -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: tutorials

2002-11-25 Thread Octavian Rasnita
Yes, but a good tutorial for beginners doesn't include all the advanced things. It should be the simplest possible. It should be not fully correct for all the cases but simple to understand. The reason most people that want to start programming in Perl change their mind and use another programming