Help for this page

Select Code to Download


  1. or download this
    my $user_inputs = analyse_user_inputs($Settings);
    print Dumper($user_inputs);
    
  2. or download this
    $Settings =
    {
    ...
      ],  
    ]
    }
    
  3. or download this
    sub analyse_user_inputs {
        my $hashORarray_ref = shift @_;
    ...
    }
       return(\@the_inputs);
    }