Benjamin Jeeves wrote: > Hi All > > I have a require statement that is run by my main program but I get a error > "did not return a true value at ./connecttime.pl line 26, <filein> line > 11811302." connecttime.pl is the main program and the script it is executing > this to do pattern matching on the file that is passed to connecttime.pl can > oneone tell me were I have gone wrong please > -- > Thank You > > Benjamin Jeeves
You did not send any of your code, so I am going to base my guesswork on what is before me: connecttime.pl is the main program and the script it is executing this to do pattern matching on the file that is passed to connecttime.pl can oneone tell me were I have gone wrong please You have not said anything here. I would suggest that you turn your code editor off for awhile, and concentrate on re-writing your plain-language description of what your program should do. Write it one sententce at a time. Then, and only then, try to write this as program code. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]