Content-type: text/html
Software error:
Can't locate object method "get" via package "url" at "path" line 263.
For help, please send mail to the webmaster (webmaster), giving this error message and the time and date of the error.
What 'use' or 'require' lines do you have at the top of the script?
It's next to impossible to guess what the problem is without more info, but you could try looking for a line something like:
$foo=url->get();
Is there anything like that in your script?