Alright, looking at how I did it the last time, I noticed a missing ">" at the 
"open" statement, so I wrote it like

    open OUTFILE, "> D:/debug.txt";
    print OUTFILE Dumper( @INC );
    close OUTFILE;

and got this at debug.txt:

$VAR1 = 'C:/Program Files (x86)/Apache Software 
Foundation/Apache2.2/htdocs/bugs';
$VAR2 = 'C:/Program Files/Scmbug/share/scmbug/lib';
$VAR3 = 'C:/Perl/site/lib';
$VAR4 = 'C:/Perl/lib';
$VAR5 = '.';


 
does this 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: Sunday, February 8, 2009 9:09:09 PM
> Subject: Re: [scmbug-users] Scmbug error 79: Package 'Bugzilla' not found
> 
> On Fri, 2009-02-06 at 14:13 -0800, Tsahi Asher wrote:
> > hi,
> > i still get the same error message in activity.log. the c:\debug.txt file 
> wasn't created (i modified the file C:\Program 
> Files\Scmbug\share\scmbug\lib\Scmbug\Daemon\Bugzilla.pm).
> 
> You should be able to at least have that piece of debugging code
> executed and produce c:\debug.txt.
> 
> Try 
> 
> open OUTFILE, 'C:\debug.txt';
> 
> or
> 
> open OUTFILE, 'C:/debug.txt';
> 
> or something like that.



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

Reply via email to