> Hello together,
> I have another problem with arguments and switches as options for a
process.
> I want one switch and several arguments to call the process.
> Example: kermit.pl -v thunder.txt compare.txt
>
> I try to implement this actually with a hash:
>
> #!/usr/bin/perl
>
> use warnings;
Hello together,
I have another problem with arguments and switches as options for a process.
I want one switch and several arguments to call the process.
Example: kermit.pl -v thunder.txt compare.txt
I try to implement this actually with a hash:
#!/usr/bin/perl
use warnings;
use strict;
use Fil