ok, here is the output now:

name: package_name
$VAR1 = 'DBI';
name: cmd
$VAR1 = 'require DBI;';
name: version
$VAR1 = 0;

does that help?

tsahi

 --
The day Micro$oft sells something that doesn't SUCK
is the day they start selling vacuum cleaners.
http://www.geocities.com/tsahi_75



----- Original Message ----
From: Kristis Makris <[EMAIL PROTECTED]>
To: Tsahi Asher <[EMAIL PROTECTED]>
Cc: scmbug-users <[email protected]>
Sent: Tuesday, August 26, 2008 2:47:38 AM
Subject: Re: Re[2]: [scmbug-users] cannot install glue

On Mon, 2008-08-25 at 12:46 -0700, Tsahi Asher wrote:
> hi,
> i added the following sub to Common.pm (the one in Program Files. the
> problem, I remind you, is that the daemon won't start):
> 
> sub debug_tsahi {
>     my ($varName, $varValue) = @_;
>     open OUTFILE, "> C:/Temp/debug_info.txt";

I mislead you here. This should be :

open OUTFILE, ">> C:/Temp/debug_info.txt";

instead of 

open OUTFILE, "> C:/Temp/debug_info.txt";

> as if the other calls where ignored somehow. Am I doing something
> wrong?

The result was that the ">" operator kept overwriting the file instead
of appending to it. I'm sorry :)



      
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to