Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print Dumper B => $a0 - $b1;
    print Dumper C => $b0 - $b1;
    print Dumper D => $b0 - $a1;