>
> 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
>[
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
ent: Friday, June 02, 2000 10:18 AM
To: [EMAIL PROTECTED]
Subject: Embperl struggles
Hello,
trying to develop with Embperl I encounter the following
problems:
1. Using a sequence of statements like
[-
open LOG, ">/tmp/logfile.txt";
print LOG "some debug info: $var\n";
Hello,
trying to develop with Embperl I encounter the following
problems:
1. Using a sequence of statements like
[-
open LOG, ">/tmp/logfile.txt";
print LOG "some debug info: $var\n";
close LOG;
-]
ever gets me the following error:
error in Perl code: Can't locate object metho