Re: non-OO module problem -> other packages variables

2004-03-01 Thread James Edward Gray II
On Mar 1, 2004, at 7:22 AM, Gary Stainburn wrote: Hi folks, I'm trying to move my debug and validate modules to a seperate package. However, I'm having trouble. I've created a new empty module/package direct from the perldocs and then put my debug routine in. So far, so good. I then created m

Re: non-OO module problem -> other packages variables

2004-03-01 Thread Gary Stainburn
On Monday 01 March 2004 1:22 pm, Gary Stainburn wrote: > Hi folks, > > I'm trying to move my debug and validate modules to a seperate package. > However, I'm having trouble. I've created a new empty module/package > direct from the perldocs and then put my debug routine in. So far, so > good. > >

non-OO module problem -> other packages variables

2004-03-01 Thread Gary Stainburn
Hi folks, I'm trying to move my debug and validate modules to a seperate package. However, I'm having trouble. I've created a new empty module/package direct from the perldocs and then put my debug routine in. So far, so good. I then created my program to use it, but I'm having trouble acce