Re: Script's Name

2003-07-17 Thread Kristofer Hoch
--- Nigel Peck - MIS Web Design <[EMAIL PROTECTED]> wrote: > Can someone please remind a forgetful idiot how to get the name of > the script being run (the file itself)? > > Cheers, > Nigel > > MIS Web Design > http://www.miswebdesign.com/ > print "Full File name: $0\n"; Forgetfulness does not

Re: Variable "$q" will not stay shared at

2003-07-17 Thread Kristofer Hoch
B, Please post the entire code base of envir.pl. Feel free to obfuscate any data that it requires. I cannot get the code you posted to fail. There is something amiss, and we need to see the code to help. Kristofer. --- "B. Fongo" <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm working on m

Re: More subroutine confusion

2003-06-08 Thread Kristofer Hoch
Rob, Have you considered useing the object oriented method? It is a little bit more complicated, BUT it will work. use strict; use warnings use CGI; my $CgiObject = new CGI; my $STRING = "There are not any trains running on thi day.Use the date dropdowns above to select adifferent day."; my