Help for this page

Select Code to Download


  1. or download this
    {
    batchplot_output_filename => "gps3", 
    ...
      ],
    ]
    }
    
  2. or download this
    sub analyse_user_inputs {
        my $hashORarray_ref = shift @_;
    ...
        print Dumper(\@the_inputs);
        return(\@the_inputs);
    }