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]
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
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
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
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
"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
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
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
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
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
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
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
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]
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 &
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
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
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.
----
-
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
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
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
) ? $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
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo