in reply to perl2exe error

You have a relative path in @INC: xyz/lib/site_perl/5.8.0 should probably be /xyz/lib/site_perl/5.8.0 (i.e. add a leading slash). Is that where utf8.pm lives?

If that doesn't solve your problem, please post the code so we can see what's happening at line 20.

-- Ken