GIF89a;
EcchiShell v1.0
/
/
proc/
self/
root/
usr/
share/
perl5/
new($value,$a,$p,$round_mode);
bless $self,$class;
print "MBI new '$value' => '$self' (",ref($self),")";
return $self;
}
sub import
{
print "MBI import ",join(' ',@_);
my $self = shift;
Math::BigInt::import($self,@_); # need it for subclasses
# $self->export_to_level(1,$self,@_); # need this ?
@_ = ();
}
1;