Urgent IIS server - File Upload problem.

2001-11-11 Thread Rajeev Rumale
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. with regards Rajeev Rumale -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: $variable manipulation question

2001-10-02 Thread Rajeev Rumale
Wow !, And I never thought we can use "split //" This solution print join ' ', split //, $input; shows the beauty of Perl :-) Rajeev - Original Message - From: "Bob Showalter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 9:06 PM Subject: RE: $vari

Re: $variable manipulation question

2001-10-02 Thread Rajeev Rumale
Thats Great ! Yes this is infact helped me. I was trying it in a much complicated way. regards Rajeev Rumale - Original Message - From: "Shannon Murdoch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 6:50 PM Subject: Re: $variable

Re: Stylesheet line not working

2001-10-01 Thread Rajeev Rumale
Yeup ! The the "TYPE" declaration is very important !. We tend to ignore such things when we use MS platforms...:-( Thanks for correcting me Michael . with Regards Rajeev Rumale - Original Message - From: "Michael D. Risser" <[EMAIL PROTECTED]> To: <[E

Re: formating variables again...

2001-10-01 Thread Rajeev Rumale
tterns and subsititution. with regards Rajeev Rumale - Original Message - From: "Wagner Garcia Campagner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 9:18 PM Subject: formating variables again... > Hi, > > I have a va

Re: Stylesheet line not working

2001-10-01 Thread Rajeev Rumale
"styles"). Then you can write this should work perfectly. Rajeev Rumale - Original Message - From: "Brett W. McCoy" <[EMAIL PROTECTED]> To: "Gary L. Armstrong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001

Re: processing/displaying data within

2001-09-29 Thread Rajeev Rumale
L specific for example. "&" to "&" and if there are multiple consecutive spaces then replace them with " " But you need to very careful with "<" and ">" as they would corrupt the HTML code. Just change them ">" to

Re: Boolean operators...

2001-09-28 Thread Rajeev Rumale
t; and "user2". Well may in some multiuser programs this may be required, but don;t have much experience with that. I would not be surprised if this not what you were looking for. Actaull you should elaborate the problem to a greater extent, then only you can expect correct anwers Raje

Re: Volunteer Project

2001-09-20 Thread Rajeev Rumale
Hi Teresa, Can include me also in your list. Rajeev Rumale - Original Message - From: "Bradley M. Handy" <[EMAIL PROTECTED]> To: "Teresa Raymond" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 7:47 PM Subject: RE: Vol

Re: upload file

2001-09-10 Thread Rajeev Rumale
do it in many ways." Rajeev - Original Message - From: "Konstantin" <[EMAIL PROTECTED]> To: "Rajeev Rumale" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 4:46 PM Subject: Re: upload file > Thank you very much. N

Re: upload file

2001-09-09 Thread Rajeev Rumale
Check out your form tag in the html page. does all the params set properly it should be something like this. The last param "enctype" is a must for file input type. which is genrally not their for normal forms let me know if you get it. regards Rajeev - Original Message - Fro

Urgent !!! installing Storable.pm

2001-09-06 Thread Rajeev Rumale
Hi, I need to install and use the Storable.pm in my machine. I am useing Active Perl on Win2k machine. I have not done this before. Its urgent, kindly let me know the procedure for same. rajeev

Script compliation Sequence.

2001-09-06 Thread Rajeev Rumale
nd will also avoid unnecessary compilation time. with regards Rajeev Rumale That means I Since not every sub routine is required -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Extened - Re: securing sensitive information in CGI scripts

2001-09-05 Thread Rajeev Rumale
case of shared servers. Regards Rajeev - Original Message - From: "Curtis Poe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 11:53 PM Subject: Re: Extened - Re: securing sensitive information in CGI scripts > --- Rajeev Rumale &

Extened - Re: securing sensitive information in CGI scripts

2001-09-04 Thread Rajeev Rumale
s submited are confidential info We need to protect it from people directly accessing the files depending upon the ownership rights (the actual owner, site admin, site operator, other authorised user). Any suggestions for same . Thanking in advance. Rajeev Rumale -- To unsubscribe, e-ma

Http Session - cookie Problem

2001-08-28 Thread Rajeev Rumale
practically. But since the cookie is not passed on to the server even if the brower is close and a new session is started. This causes a data mix-up. Can I somehow make the cookie expire if the browser instance is shut down. with regards Rajeev Rumale

Re: getting the calling function name.

2001-08-06 Thread Rajeev Rumale
ER "\n"; close LOGGER; } So if the sub "someSub" is called The information I expect in the file is . called from someSub Here is the message. ---- -

getting the calling function name.

2001-08-06 Thread Rajeev Rumale
ide x \n $debug_message"); I feel it would be better as a prgramming style if sub debugLog is able to find the name of the "calling function" or the name of the function "calling" this sub and genrate the appropriate m

Re: CGI : Netscape and IE difference.

2001-08-05 Thread Rajeev Rumale
is laughter." *** - Original Message - From: "fliptop" <[EMAIL PROTECTED]> To: "Rajeev Rumale" <[EMAIL PROTECTED]> Cc: "Beginners-Cgi (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, August 03, 2001 8:04 PM Subject: Re: CGI : Ne

Re: Sub String extraction

2001-08-02 Thread Rajeev Rumale
l be benifited by the info. regards Rajeev Rumale - Before you spend, earn: Before you speak, listen, before you write, think before you criticize, wait, before you pray, For

Sub String extraction

2001-08-01 Thread Rajeev Rumale
) ? $1 : 'No Title'; print $title; I am working on Active Perl on Win2K machine. thanks in advance Rajeev Rumale ** "The human race has one really effecti

Re: Regrex - ignoring the boundaries

2001-07-11 Thread Rajeev Rumale
Sorry ! some how did not get both the attachments. send as zip again. regards Rajeev Rumale ___ Yesterday is history. Tomorrow a mystery. Today is a gift. That's why it's call

Regrex - ignoring the boundaries

2001-07-11 Thread Rajeev Rumale
ems for webdesingers while debuggin html code. Can we do this without removing "\n" char? I am attaching both perl code and html file. Please check out and let me know where I am wrong. with regards Rajeev Rumale patterns.pl

Re: newbie question

2001-07-06 Thread Rajeev Rumale
Sorry I forgot mention the same. But you gussed it write, I am using IIS on win2k wiht MYSQL as database. ofcourse with Active Perl. regards Rajeev Rumale - Original Message - From: "fliptop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTE

Re: newbie question

2001-07-06 Thread Rajeev Rumale
yes that will also keep you away for the various assumptions very one would be makeing, and you get a correct answer early. with regards Rajeev Rumale ~~~ Rajeev Rumale MyAngel.Net Pte Ltd

SQL - Multiple Updates ?

2001-07-05 Thread Rajeev Rumale
04') or (industry_id='005'))" 2. $dbh = DBI->connect($site{dsn}); $sql .="update industry_list set deleted='y' where industry_id = ?"; my $sth = $dbh->prepare($sql); @del_list = split(",", $in{del_industry}); foreach $del_id (@del_list

SQL - Multiple Updates ?

2001-07-05 Thread Rajeev Rumale
04') or (industry_id='005'))" 2. $dbh = DBI->connect($site{dsn}); $sql .="update industry_list set deleted='y' where industry_id = ?"; my $sth = $dbh->prepare($sql); @del_list = split(",", $in{del_industry}); foreach $del_id (@del_list

Again : Including other files

2001-06-27 Thread Rajeev Rumale
ce problem compared to writing the subs directly in "main". 3. Is there any better approch. with regards Rajeev Rumale ~~~~~~~ Rajeev Rumale MyAngel.Net Pte Ltd.,Phone : (65)8831530 (office

Re: Including other files

2001-06-27 Thread Rajeev Rumale
ce problem compared to writing the subs directly in "main". 3. Is there any better approch. with regards Rajeev Rumale ~~~~~~~ Rajeev Rumale MyAngel.Net Pte Ltd.,Phone : (65)8831530 (office

Pooling of objects and session data

2001-06-21 Thread Rajeev Rumale
Hi, I need to know if there is any easiest way to keep session data or object accross the scripts. Basically I would like to pool Database connections so that Parrallel running scripts don't open multiple connection with the database. with regards Rajeev Rumale - Original Me