here is the result:

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

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: Thorsten Schöning <[EMAIL PROTECTED]>
> To: scmbug-users <[email protected]>
> Sent: Wednesday, August 27, 2008 10:15:29 AM
> Subject: Re[4]: [scmbug-users] cannot install glue
> 
> Guten Tag Tsahi Asher,
> am Dienstag, 26. August 2008 um 23:29 schrieben Sie:
> 
> > name: package_name
> > $VAR1 = 'DBI';
> > name: cmd
> > $VAR1 = 'require DBI;';
> > name: version
> > $VAR1 = 0;
> 
> > does that help?
> 
> I would try printing/logging the output of each statement in the
> following line. If this line doesn't work for you there should be some
> output which is maybe just discarded because of ||-statements.
> 
> $version = ${"${package_name}::VERSION"} || ${"${package_name}::Version"} || 
> 0;
> 
> debug_tsahi("1", ${"${package_name}::VERSION"});
> debug_tsahi("2", ${"${package_name}::Version"});
> 
> Mit freundlichen Grüßen,
> 
> Thorsten Schöning
> 
> -- 
> Thorsten Schöning
> AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig
> 
> Telefon: Potsdam: 0331-743881-0
> E-Mail:  [EMAIL PROTECTED]
> Web:    http://www.am-soft.de
> 
> AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam
> Amtsgericht Potsdam HRB 21278, Geschäftsführer: Andreas Muchow
> 
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users




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

Reply via email to