Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/perl -w
    use strict;
    ...
      $a->{Y}[1] = $a->{X}[1];
      $a;
    }