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 :
#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);
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
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
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
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
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
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
--
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
%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
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
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
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
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
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]
.
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
16 matches
Mail list logo