my $result = $sftp->ls(...); foreach my $f (@$result) { ... }