Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
              "Shape $table{$key}{shape}\n",
              join(",", @{$table{$key}{coords}}[0,3]), "\n";
    }