RE: small script needed

2001-08-20 Thread Michael Lambert
Pavan, I get the impression that this list is not for people to ask for a script to be designed for them Anyway, if your using a un*x box you will find that diff will already do that for you. If this is the case maybe it's worth asking if the wheel needs re-inventing :) Hope this is of so

Help on script

2001-08-20 Thread Sunthari
Dear List, I am new to programming and currently looking into Perl. I am going thru the available Perl tutorial in the net but there are less examples especially on how to use modules. I have wrote this simple script of match word and count it for a text file (well, did some cut-n-paste here and

Re: small script needed

2001-08-20 Thread Justin Simoni
There's a UNIX utility called diff that will do what you want and oh, so much more man diff -- justin simoni personal musings ~ http://skazat.com The only possible ETHIC is to do what one wants to do.

small script needed

2001-08-20 Thread Pavan Kumar Hotha
HI all, Can I have a script which compares two lists in two files and outputs the difference in them. Thanks Pavan. This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify us immediately. You should not copy it or use it for any

Re: Turning off warnings causes scripts to fail

2001-08-20 Thread Brett W. McCoy
On Mon, 20 Aug 2001, Curtis Poe wrote: > Just verified that there *is* a ^M at the end of the shebang (seems > that someone unzipped a script rather than using FTP), but then our > colo went down, so I can't test that this is causing the problem. > However, I just tested it under Cygwin and the ^

Re: Turning off warnings causes scripts to fail

2001-08-20 Thread Curtis Poe
--- Jeff 'japhy/Marillion' Pinyan <[EMAIL PROTECTED]> wrote: > I'd say that you've got a ^M at the end of the line. > > cat -vet somescript.cgi > > will tell you for certain. Just verified that there *is* a ^M at the end of the shebang (seems that someone unzipped a script rather than using

Turning off warnings causes scripts to fail

2001-08-20 Thread Curtis Poe
Time for me to ask a question instead of answering one. I'm having a problem with a shebang line and multiple versions of Perl. One of our scripts runs fine from the command line but wouldn't run through the browser. We'd type perl somescript.cgi and everthing would run fine. However, w

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
At 02:41 AM 08/20/2001, Mel Matsuoka wrote: >td( [ 'First Name', $hashref->{'Firstname') ] ), >td( [ 'Last Name', $hashref->{'Lastname') ] ), >td( [ 'Phone Number', $hashref->{'Phonenum') ] ), Of course that should read: td( [ 'First Name', $hashref->{'Firstname'}

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
At 05:08 AM 08/20/2001 -0700, Keith & Rachel Murphy wrote: >## fetch results and print > >while ( my @row = $sth->fetchrow_array() ) { > >($id,$first_name, $last_name, $phone_number, $street_address, $city, $state, $zip, $email) = @row; >print center table ({-border=>5}, >Tr({-valign=>

Re: dynamic table help

2001-08-20 Thread Maxim Berlin
Hello Keith, Monday, August 20, 2001, Keith & Rachel Murphy <[EMAIL PROTECTED]> wrote: KRM> Need a little help. I have a problem that I have been banging my KRM> head on all weekend and I am more than a little frustrated. KRM> Basically, I want to pull data from a database and display it

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
At 05:08 AM 08/20/2001 -0700, Keith & Rachel Murphy wrote: >Basically, I want to pull data from a database and display >it in the form of a table, with a row in the table for >each row from the database. What happens is each row from the >database ends up as its own seperate table. The curren

dynamic table help

2001-08-20 Thread Keith & Rachel Murphy
Everyone, Need a little help. I have a problem that I have been banging my head on all weekend and I am more than a little frustrated. Basically, I want to pull data from a database and display it in the form of a table, with a row in the table for each row from the database. What happens is

SMTP

2001-08-20 Thread Helen Dickey
The top of my e-mailed web page has From - Thu Aug 16 07:28:43 2001 Received: from freya.domainnameservers.net (freya.domainnameservers.net [208.165.79.5]) by mail.his.com (8.9.3/8.9.3) with ESMTP id HAA19218 for ; Thu, 16 Aug 2001 07:25:01 -0400 (EDT) on it. This looks