RE: Embperl struggles

2000-06-04 Thread Gerald Richter
> > 2. requrire'ing a file that defines some functions sometimes gives me >an error that the functions in that file are _not_ defined... > I append you a mail I write last month that should explain what happens... > 3. I have a hard time understanding when to use [- -] and when to use >[

Re: Embperl struggles

2000-06-03 Thread Toni Mueller
Hello all, On Fri, Jun 02, 2000 at 04:17:38PM +0200, Toni Mueller wrote: > trying to develop with Embperl I encounter the following > problems: > [ stuff deleted ] before reading _all_ your kind answers gently pushing me in the right direction I wanted to thank you for that and excuse myself f

RE: Embperl struggles

2000-06-02 Thread Greg Estep
The LOG filehandle is predefined by Embperl. Anything written to it is put into Embperl's log file (usually /tmp/embperl.log). If you use a different name, you will probably be OK. On the other hand, you can just delete the call to "open" (and "close) and use the log file Embperl already provi