in reply to Re^2: CLI with ARGV
in thread CLI with ARGV

Hi,

I think you could use, Dispatch Table. "Tieing" strings with actions.
Please check Implementing Dispatch Tables
Hope this helps

Replies are listed 'Best First'.
Re^4: CLI with ARGV
by WhiskeyJack (Initiate) on Aug 09, 2012 at 06:34 UTC

    Hey 2teez thank you for answering I've actually figured out how to do it using the Getopt::Long module. It doesn't use ARGV but does what I want it to do. Thank you anyway for trying to help.