Re: crash course recommendations

2002-06-10 Thread Kamali Muthukrishnan
Hi , there is one I use as a resource - www.wdvl.com/Authouring/Languages >>> "Sol" <[EMAIL PROTECTED]> 06/09/02 05:42AM >>> Hi there, I've inherited an intranet server run interactive pages with perl-cgi scripts, one of which I need to edit in a hurry, which is a bit of a problem considering

This is what I am doing to connect toa database :

2002-05-02 Thread Kamali Muthukrishnan
This is what I am doing to connect toa database : #Windows-based Perl/DBI/MS Access access use DBI; #open connection to Access database $dbh = DBI->connect('dbi:ODBC:MSMuseum'); #prepare and execute SQL statement $sqlstatement="SELECT * FROM Product"; $sth = $dbh->prepare($sqlstatement);

Re: pattern matching for serial number

2002-04-26 Thread Kamali Muthukrishnan
Sorry, while typing I missed the slash, it is there in my code as - if ($serial !~ m/[0-9]{3}[A-Z]{2}[0-9]{3} /) Is there any thing wrong with this ? Kamali >>> fliptop <[EMAIL PROTECTED]> 04/26/02 08:54AM >>> Kamali Muthukrishnan wrote: > Hi guys : > I have ser

pattern matching for serial number

2002-04-26 Thread Kamali Muthukrishnan
Hi guys : I have serial numbers with a pattern : 3 numbers followed by 2 capital letters followed by 3 numbers. To validate this - if ($serial !~ m/[0-9]{3}[A-Z]{2}[0-9]{3} ) { # display error ; } I get a syntax error. Can you help me , please ? Kamali -- To unsubscribe, e-mail: [EMAI

RE: conecting cgi and mdb? help please:)

2002-04-19 Thread Kamali Muthukrishnan
Thank you once again. I am on Win32 machine using ActivePerl. I had been doing Google search for the past few hours. There, sometimes you hit dirt ( like in my case for the past 5 hours) and sometimes gold . I hit one site which seems to give a lot of information on this - http://www.wdvl.com

RE: conecting cgi and mdb? help please:)

2002-04-19 Thread Kamali Muthukrishnan
Hi : Thanks a bunch. For the first module, I would do - install dbi For the second module for the Open DB Connectivity , will I do something similar like this ? - install dbd::odbc "need to create an ODBC data source referring to the database file" - could you please explain th

Re: conecting cgi and mdb? help please:)

2002-04-19 Thread Kamali Muthukrishnan
I would like to know what all needs to be done to connect to a Microsoft Access database using perl script. Can somebody guide me please ? One of the perl books' website has some information , but I think the server where the document resides has problems and so I am not able to get to it. Any w

Re: Windows 98 - PWS and Perl

2002-04-12 Thread Kamali Muthukrishnan
to be executed. Again go to the properties of PWS. Go to the Advanced section and click in your cgi folder (if you don't have this folder create one). With this selected, click "Edit Properties" and see the Access to this folder. This should be Execute & Script. J. Garayua --

Re: Windows 98 - PWS and Perl

2002-04-11 Thread Kamali Muthukrishnan
address localhost/cgi-bin/first.cgi This have to work. Josue Garayua - Original Message - From: "Kamali Muthukrishnan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 6:07 AM Subject: Re: Windows 98 - PWS and Per

Re: Windows 98 - PWS and Perl

2002-04-10 Thread Kamali Muthukrishnan
%s %s. Boot your Machine and call your cgi script in your browser like: localhost/cgi-bin/yourscript.pl and have fun. I hope this work for you. "Kamali Muthukrishnan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi : I installed actives

Re: asp from perl

2002-04-08 Thread Kamali Muthukrishnan
I could be wrong, but I feel that your - my @input ; should not be an array declare, but a hash, as in - my %input ; Kamali >>> Hernan Marcelo Salvarezza <[EMAIL PROTECTED]> 04/08/02 11:00AM >>> hello everyone,i am trying to execute an asp script from a perl cgi and i have the following probl

Windows 98 - PWS and Perl

2002-04-06 Thread Kamali Muthukrishnan
Hi : I installed activestate perl in windows 2000 and added the settings in IIS and it works. But in Windows 98 I installed the PWS, but don't know where to look for the PWS default website properties, to direct the .cgi files to the perl.exe Can somebody help me , please ? Kamali -- To unsub

Can someone explain the difference ?

2002-03-19 Thread Kamali Muthukrishnan
Hi : I have the following perl-script , which gives the user ( supposedly a first or second grader) a problem in addition or subtraction by generating random numbers. The random numbers generated are between 1 and 10 for first graders and 10 and 100 for second graders. I am trying to just exe

small projects

2002-03-06 Thread Kamali Muthukrishnan
I have been learning Perl-CGI and is a beginner. I would like to try small projects. Are there any books/tutorials/web sites where I can find small projects, so that I can try these exercises ? Kamali -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

How do I configure....

2002-01-30 Thread Kamali Muthukrishnan
There is information available at http://support.microsoft.com/default.aspx?scid=kb;EN-US;q231998 for windows 98 and PWS at this site which helps you with the server side settings. Kamali -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Windows XP

2002-01-11 Thread Kamali Muthukrishnan
. Which is the corresponding one in the XP system ? Can someone help me please ? Kamali Kamali Muthukrishnan Computer Science Western Iowa Tech Community college 4647 Stone Avenue Sioux City IA 51102 Tel 712 274 8733 extn.1291 [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For