Help for this page
#!/usr/bin/perl -w use Net::SSH::Perl; use Net::SSH::Perl::Agent; ... while (my($key, $comment) = $iter->()) { print $key; }