in reply to Re^2: Win32::OLE to access VSS repo?
in thread Win32::OLE to access VSS repo?

"I don't know what's wrong with that node link. The URL is http://perlmonks.org/?node_id=202709 and I used id//202709 for the link."

It's just a typo. You've omitted the colon between id and // so, instead of your intended query string

?node_id=202709

you're getting

?node=id%2F%2F202709

— Ken