in reply to Re^3: SFTP Foreign Issues using $sftp->ls
in thread SFTP Foreign Issues using $sftp->ls
And the glob method returns the same style reference to an array of hashes
No. glob returns a list.
The OP was incorrectly dereferencing the data structure
No. He is already using the names_only feature that makes the method return just the file names instead of hashes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SFTP Foreign Issues using $sftp->ls
by Lotus1 (Vicar) on Mar 01, 2016 at 20:42 UTC | |
by salva (Canon) on Mar 01, 2016 at 21:38 UTC |