> The G.pm was made so that it's a NOOP (NO OPeration) under anything
> but windows. You may want to make sure it will not be even loaded by
> 
> BEGIN {
> if ($^O eq 'MSWin32') {
> eval "use G;";
> }
> }
> 
> If course it's up to you whether you have
> eval "use G;";
> or some glob() based code there :-)


Thanks, Jenda.  =)

- B



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to