in reply to Re: Processing command line based on user input
in thread Processing command line based on user input
Running the above is giving the following output.Now how do I access these options and run my exe findfile? $VAR1 = { 'd' => 'C:\', 'f' => 'file.c' };
#!/usr/bin/perl -w use strict; use warnings; `findfile.exe <opt_f> <opt_d>`
|
|---|