How to use Getopt::Long to store options in complex hash

前端 未结 0 1323
盖世英雄少女心
盖世英雄少女心 2020-12-31 01:02

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题