Re: require and true value

2005-08-17 Thread gui
I've been manipulating an old file while the main program was loading different one... so no matter how hard I try, the program still load a bad file I hate it when I do stupid things like that sorry for wasting your time over a stupid error, and thanks again for helping me! John Doe wrote: > gu

Re: require and true value

2005-08-17 Thread John Doe
gui am Mittwoch, 17. August 2005 14.53: > hi, [...] > pb arrives when I'm using require, I keep getting a "tools.pl did not > return a true value" message. In the archives I noticed that everybody > is saying that "you must not forget to add à '1;' at the end of your file". correct. > I did that,

require and true value

2005-08-17 Thread gui
hi, I've looked in the archive but somehow my pb isn't solved. I've started to create a file that will containes a bunch of subroutines (file called "tools.pl"), which I intend to use later in my upcoming programs. I wanted to try out the require function, so I just put one subroutine in the tool