diff options
author | spider-mario <spidermario@free.fr> | 2012-07-28 12:33:22 +0200 |
---|---|---|
committer | spider-mario <spidermario@free.fr> | 2012-07-28 12:33:22 +0200 |
commit | a42fe1fd4eb7fdb841d1668f8242051f3c9f5343 (patch) | |
tree | 9a005cb67b42ab18d421ae44c23ec3f44edbf4fb | |
parent | df1712c17c5560143ec64cc0823ffa02fd7561a8 (diff) | |
download | ponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.tar.gz ponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.tar.bz2 ponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.zip |
In ponysaylinklist.pl, $argc is not needed anymore.
-rwxr-xr-x | ponysaylinklist.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |