Which comes from this line:
" require LWP::UserAgent; "
However, when I remove this line the script works fine....Until I submit a URL.
Then I receive this error.
Can't locate object method "new" via package "LWP::UserAgent" at submit.lib line 25
Any idea on what I should have to replace " require LWP...etc?
Thanks