Help for this page

Select Code to Download


  1. or download this
    sub FOREIGNBUILDARGS { return @{$_[2]}}
    
  2. or download this
    use MyMVR;
    
    ...
    print $_ ."\n" foreach (@{$a - $b});
    print $a->dist($b) . "\n";