RE: Off-Topic (200%) - Where are you from?

2001-11-13 Thread Dianne Van Dulken
(And just when you thought the thread was dead...) I'm in Sydney, Australia. Cheers Di -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Calling a module within another module

2001-09-18 Thread Dianne Van Dulken
Please ignore my previous problem. I was introduced to a function called Exporter. Not sure how general it is, but for those who want to know, this is the syntax use Exporter; @ISA= 'Exporter'; @EXPORT = qw (&showdays &showmonths &showyears ); sub sho

Calling a module within another module

2001-09-18 Thread Dianne Van Dulken
Hi, I have a bit of a problem, that I am SURE there must a simple solution for, but I can't work it out. I have a very simple module which just contains some subroutines to return a drop down list of days of the month, with the current day selected. This is going to be used in a few spots, so I

RE: very funny...

2001-08-07 Thread Dianne Van Dulken
[EMAIL PROTECTED] wrote: > During the short time I have been reading the messages in this list, I > have already noticed that there is a pretty large group of real Perl > experts (including of course Randal), who day after day take the time > and have the patience to correct, guide and instruc

Strict, require and hashes..

2001-06-12 Thread Dianne Van Dulken
ove the "use strict" line, but I have these terrible qualms of guilt and fear every time I do so. Thanks Di -- Dianne van Dulken E-commerce Analyst/Programmer OzEmail Phone: (02) 9433 2510

ENV HTTP_REFERER?

2001-06-06 Thread Dianne Van Dulken
Hi, I was hoping someone would be able to give me a clue how I could find the referer IP. If I use the Environment HTTP_REFERER, it will work in IE, but not in Netscape. Does anyone know of a method that allows me to read this? This is my first post, so I hope it is OK. Thanks Dianne