You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So does io->http->ua.
With type-specific methods, you first have to tell io which type-handler module it has to load.
You would get the same error if you were to write io->target instead of io->link->target.
% perl -mIO::All -e '$ua=io->ua'
Can't locate object method "ua" via package "io" (perhaps you forgot to load "io"?) at -e line 1.
The text was updated successfully, but these errors were encountered: