I remember I once connected to iCloud from perl via their webdav interface.
On 2021/8/14 7:56 上午, Robert Wohlfarth wrote:
The leading tilde ("~") is the problem. It's specific to the shell. Perl doesn't recognize it. Perl treats that first tilde as a directory. The error is telling you that a directory named "~" doesn't exist.
-- Ken N https://blog.hoxblue.com/ -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/