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

2002-02-14 Thread SubbaReddy M
ot in command line paramenters list. => It is input redirection. <=> How to check the input direction is given or not in perl, @ = ; => like @ = if ( defined ); But this will not full fill the requirement, because, it's prompting for input, if redirection missing at comm

Re: how to access vars of global.asa from my.asp file

2001-11-12 Thread SubbaReddy M
Dear Joshua, > > How to access a scalar variable in *.asp file, which declared in global.asa file? > > Though it is declared as use vars($title) in global.asa, unable access the $title variable in *.asp file. > > > > # in global.asa > my $Var = "first project"; > > # in script > <% print $Var; %>

how to access vars of global.asa from my.asp file

2001-11-12 Thread SubbaReddy M
Hello Gurus,   How to access a scalar variable in *.asp file, which declared in global.asa file? Though it is declared as use vars($title) in global.asa, unable access the $title variable in *.asp file.   So, I tried to put in $Application{'title'} = "This is my 1st Apache::ASP project"; in g

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

2001-11-11 Thread SubbaReddy M
AIL PROTECTED]> To: "SubbaReddy M" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 10, 2001 2:24 PM Subject: Re: Internal server error on Refreshing mod_perl page ( Apache::ASP ) > > SubbaReddy M wrote: > > > &g

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

2001-11-11 Thread SubbaReddy M
e pre release. And I would like 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 PROT