Re: options and arguments

2004-11-16 Thread Wiggins d Anconia
> 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;

options and arguments

2004-11-16 Thread Christian Stalp
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