Re: Can Perl be used to develop test scenarios?

2001-08-01 Thread Chuck Ivy
On Wednesday, August 1, 2001, at 04:29 PM, beginners-digest- [EMAIL PROTECTED] wrote: > Whilst this could be done in Perl, I don't think it has been, and I > don't think it's a task for a beginner. > > I would take a look at comp.software.testing > > Point a browser at http://www.testingfaqs.org/

Re: Converting Unix paths to windows

2001-06-27 Thread Chuck Ivy
On Wednesday, June 27, 2001, at 08:59 AM, [EMAIL PROTECTED] wrote: Hi, I am writing a script to be used on Windows and many different flavors of Unix. I am looking for a good way to convert Unix paths to Windows. Any Ideas? Not exactly an answer to your question, but perhaps someth

Re: Noobie question

2001-06-13 Thread Chuck Ivy
On Wednesday, June 13, 2001, at 12:05 PM, Ward, Stefan wrote: > Does anyone have an example of a way to write a perl script that will > go out > hit a data base table, pull in a column for that table and use that > column > in a dropdown list? I know what to do once I get that variable > sel

Re: help!

2001-06-05 Thread Chuck Ivy
On Tuesday, June 5, 2001, at 07:37 AM, Randal L. Schwartz wrote: > That's why I bring it up as a meta-topic. We've had > to deal with the same thing on perlmonks.org Randal, no offence meant, but I was under the impression that the purpose of this list was to answer questions, and not say tell

looping over an array of hashes

2001-06-01 Thread Chuck Ivy
First post, quick question: I've got an array of hashes that I'm defining the most basic way I can... my $gSeasonID; my @season_list = ''; while (@fields = $sth->fetchrow_array) { $gSeasonID = $fields[0]; $season_list[$gSeasonID]{number} = $fields[1]; $season_list[$gSeaso