How to step over the STDIN, while input redirection is not given at commandline

2002-02-14 Thread SubbaReddy M
direction is given or not in perl, @ = STDIN; = like @ = STDIN if ( defined STDIN ); But this will not full fill the requirement, because, it's prompting for input, if redirection missing at commandline. Please, kindly give me suggestions to proceed. Thanks in advance. Regards, ~ SubbaReddy .M Sr

how to access the perl file from palm top

2001-12-27 Thread SubbaReddy M
and if any examples. Thanks in advance. ~ SubbaReddy .M

Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread SubbaReddy M
I found and working comfortably with the one, having debug feature: http://open-perl-ide.sourceforge.net/ Best of luck ~ SubbaReddy .M - Original Message - From: Chris Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 25, 2001 2:46 PM Subject: Re: PerlEditor

Re: mod_perl.so not built after building mod_perl

2001-11-14 Thread SubbaReddy M
You need select the option for dso on configuring. See the docs for your required installation, may help you. http://perl.apache.org/guide/install.html#Build_mod_perl_as_a_DSO_inside_t http://httpd.apache.org/docs/dso.html Currently, i am doing it for Linux 6.2 (Redhat). Best of luck.

how to install the XML::LibXSLT along with libxslt?

2001-11-14 Thread SubbaReddy M
I am very sorry to apache mail list, becuase of posting the not related query. So, i am epxecting help from successfully work one. And Daniel is the author of this, so i am directly posting him. I apologise for inconvenience. I am trying to install XML::LibXML but for that, first I need

Re: Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-12 Thread SubbaReddy M
to have the Apache::ASSP(2.29) MLDBM::Sync(.25). because I want to work with Apache::ASP, by having the PerlTaintCheck On. Please give me guidance. Once again thanks. -SubbaReddy - Original Message - From: Joshua Chamas [EMAIL PROTECTED] To: SubbaReddy M [EMAIL PROTECTED] Cc: [EMAIL

Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-10 Thread SubbaReddy M
Hello Gurus, Here is my first step with mod_perl after so many strugles. Please help me: 1.asp !-- sample here --htmlbodyFor loop incrementing font size: p% for(1..5) { %!-- iterated html text --font size="%=$_%" Size = %=$_% /font br% } %/body/html!-- end sample here -- 1.asp

Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M
M [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 09, 2001 12:21 AM Subject: Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS On Fri, 9 Nov 2001, SubbaReddy M wrote: Hello Gurus, please help me to get update for mod_perl. [...] PLEASE -don't

Re: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M
Oh, thank you very much hamptone, I am really waitinting for replies. This is type encouragement is require for new bies. thank you and let you know the progress. -SubbaReddy But, - Original Message - From: hamptone [EMAIL PROTECTED] To: SubbaReddy M [EMAIL PROTECTED] Sent: Friday

Re: [JOB] OpenInteract developer wanted

2001-11-09 Thread SubbaReddy M
You can check on this link for required info: http://perl.apache.org/guide/ best of luck. -SubbaReddy - Original Message - From: Chris Winters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 09, 2001 10:35 AM Subject: [JOB] OpenInteract developer

Here is my backtrace, please solove my problem

2001-11-09 Thread SubbaReddy M
) status Undefined command: status. Try help. (gdb) q The program is running. Quit anyway (and detach it)? (y or n) y Detaching from program: /usr/sbin/httpd, Pid 14947 - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: SubbaReddy M [EMAIL PROTECTED]; modperl list [EMAIL

with backtrace Fw: Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-09 Thread SubbaReddy M
for Apache::Table Writing Makefile for Apache::URI Writing Makefile for Apache::Util Writing Makefile for mod_perl Thanks inadvance -SubbaReddy - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: SubbaReddy M [EMAIL PROTECTED]; modperl list [EMAIL PROTECTED] Sent: Friday, November

Re: Here is my backtrace, please solove my problem

2001-11-09 Thread SubbaReddy M
PROTECTED] To: SubbaReddy M [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 09, 2001 10:09 PM Subject: Re: Here is my backtrace, please solove my problem [Note the Reply-To] You're getting closer. Unfortunately, the backtrace you sent says that gdb attached to a running httpd

Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-08 Thread SubbaReddy M
, it has some many loaded module. I am facing so many problem to get work with new apache + mod_perl. So I want to continue with existing Apache and new mod_perl environment. Thanks in advance. -SubbaReddy M

Proble by Build mod_perl as a DSO outside the Apache Source Tree via APXS

2001-11-08 Thread SubbaReddy M
loaded module. I am facing so many problem to get work with new apache + mod_perl. So I want to continue with existing Apache and new mod_perl environment. Thanks in advance. -SubbaReddy M

How to update the httpd env for mod_perl

2001-11-07 Thread SubbaReddy M
Nov 7 07:48:51 2001] [error] Undefined subroutine Apache::ASP::handler called. Please help me to up the Apache with Apache::ASP with mod_perl. Thanks in advance. -SubbaReddy M

FCGI = CGI::FastCGI

2001-11-07 Thread SubbaReddy M
What is difference between FCGI and CGI::FastCGI?I installed FCGI,but tried for CGI::FastCGI module, not able to find.Where do I get CGI::FastCGI?thanks inadvance.-SubbaReddy