From a42fe1fd4eb7fdb841d1668f8242051f3c9f5343 Mon Sep 17 00:00:00 2001 From: spider-mario Date: Sat, 28 Jul 2012 12:33:22 +0200 Subject: In ponysaylinklist.pl, $argc is not needed anymore. --- ponysaylinklist.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/ponysaylinklist.pl b/ponysaylinklist.pl index 27c507d..4d34928 100755 --- a/ponysaylinklist.pl +++ b/ponysaylinklist.pl @@ -15,7 +15,6 @@ use utf8; use List::MoreUtils qw(natatime); my %hash; -my $argc = @ARGV; my $it = natatime 2, @ARGV; while (my ($source, $target) = &$it) { -- cgit