RE: To create a hash of lists

2002-02-22 Thread William . Crain
Thanks for the quick and excellent response. I quoted your answer for the benefit of others. Perl's syntax to work with references is giving me a few "growing pains" I suppose, though I'm not opposed to working with it once I get it through my head what is required to make Perl understand what

To create a hash of lists

2002-02-21 Thread William . Crain
Using the following code, I want to create a hash or individual lists. Of course, this code doesn't work What do I need to change to correct my error? --- Code follows --- #!/perl/bin/perl use strict; my %printQueue; push($printQueue{A}, 'This is the first line in A')

RE: Sending mail on a Win32 system.

2001-11-29 Thread William . Crain
When I did this, I used the Net:SMTP module that comes with the ActiveState distribution. Of course, you need access to an SMTP server. Otherwise, it was very easy to use. > I've seen all sorts of ways to send mail on a *nix system, but I can't >find a good module to use with Win32. Do

SQL for DBI

2001-11-28 Thread William . Crain
Ok, I've been with the list now on and off for about 4 months. I've seen some DBI examples, but most only deal with extracting info from a database. I want to create one. Here's what I have: I have a current shell script using SQLPlus that creates the database within Oracle on our primary syste