http://www.perlmonks.org?node_id=918156


in reply to Check to See if there is Values in Getopt::Long

First of all, anything ikegami says is smarter than anything I've ever said.

You're going to die if the user doesn't enter every letter in the alphabet as an option? Seriously?

Maybe you want to read in a line from stdin with all the values or put the values in a file or something like that? Maybe a comma-separated-value (CSV) file? There are a zillion modules out there to parse CSV files. (see CSV for some of them)

  • Comment on Re: Check to See if there is Values in Getopt::Long