Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: perl21
  • Content: Threads
  • Order by date
  1. perl21

    Will someone start a new group for mod_perl?

    Hi All, I was looking for a more appropriate place to post my questions since I am a mod_perl user. This is the closest thing. Some people have replied to my posts so I know some mod_perl users are in here. Will someone start a group for mod_perl? I would but I don't want to be the...
  2. perl21

    mod_perl variable sharing problem

    I have mod_perl 2.1 installed with Apache 2.5.3. In a library called, standard.pm, I have a sub routine sub GetCookies{ undef(%Cookies); undef(@ReturnCookies); shift; @ReturnCookies = @_; $cookie_flag = 0; if ($ENV{'HTTP_COOKIE'}) { if ($ReturnCookies[0] ne '') {...
  3. perl21

    Strange Apache2 errors

    Hi Guys, This is a very very strange occurance. I have a system in place so that when Apache2 has an error it pulls up a cgi which emails me the environment information and details of the error. I mostly focus on 500 errors. Since I upgraded my site to run on mod_perl 2.0.0 I have been getting...
  4. perl21

    Google & Alexa?

    Does anyone know for sure if google is still factoring in data from Alexa to calculate a sites rank? Everytime I get my Alexa rank to go up, my listing in google goes up as well. I used to be on the first page until a few years ago. Then It was rumored that Alexa was the reason. I had no rank...
  5. perl21

    Perl Strict and my $var

    Hey everyone. I was chasing down a bug in my mod_perl site and thought initially a variable was being undesirably cached because of my use of the my $var style code with use strict; Instead of saying my %Cookies = $standardLibrary->&GetCookies('CookieName'); I used, my %Cookies...
  6. perl21

    mod_perl DBI question

    Hi All, I had to go live with a well tested mod_perl system this morning and after enough people got on it started to give internal server errors because a DBI connection couldn't be found anymore. Offline it never did that I guess because it was just me testing it. I am reading through my...
  7. perl21

    mod_perl subs

    Hi all, Just started with mod_perl a month ago and still wondering about something. I had to move my code from my .pm files because when I required them the sub routines weren't accessible from the main program I had now run in mod_perl I moved them into a library and brought the code in...

Part and Inventory Search

Back
Top