mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
In ponysaylinklist.pl, $argc is not needed anymore.
This commit is contained in:
parent
df1712c17c
commit
a42fe1fd4e
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ use utf8;
|
||||||
use List::MoreUtils qw(natatime);
|
use List::MoreUtils qw(natatime);
|
||||||
|
|
||||||
my %hash;
|
my %hash;
|
||||||
my $argc = @ARGV;
|
|
||||||
|
|
||||||
my $it = natatime 2, @ARGV;
|
my $it = natatime 2, @ARGV;
|
||||||
while (my ($source, $target) = &$it) {
|
while (my ($source, $target) = &$it) {
|
||||||
|
|
Loading…
Reference in a new issue