I\'m trying to get options and store them in a hash using Getopt::Long. Below is my code.
#!/bin/perl use strict; use feature "say"; use Data::Dump