I've tried using:
my $eBay = new Net::eBay("ebay.ini");
with my information, including Sandbox token, and specifying the hash keys directly without success.
With the first method I get:
Error parsing XML (
syntax error at line 1, column 0, byte 0 at C:/Perl/site/lib/XML/Parser.pm line
187
).
eBay Official Time = ."
With the 2nd method I get:
Can't call method "submitRequest" on an undefined value at ebay-time.pl line 9.
If anyone can provide insight, I'd appreciate it.