first commit
This commit is contained in:
8
testparameter.pl
Normal file
8
testparameter.pl
Normal file
@@ -0,0 +1,8 @@
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
|
||||
my $len = 0;
|
||||
my %h = ('length' => \$len);
|
||||
GetOptions (\%h, 'length=i');
|
||||
|
||||
print "$len\n"
|
||||
Reference in New Issue
Block a user