APM: Wide Character Error

David Murphy David at starlightmedia.net
Thu Jul 3 18:10:51 CDT 2003


When using MIME::Base64

 

open(FILE, "$imgpath/$cat/Tall/$img") or print LOG "$today <b>ERROR</b>
opening image while posting $!\n";

while (read(FILE, $buf, 60*57)) {

     $unf .= encode_base64($buf);

}

close FILE;

 

 

 

This returns a   "Wide Characater in subroutine" error what causes this
and how to I fix the issue.  Or is there another encoding method that
can get around this issue...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/austin/attachments/20030703/4b36cf62/attachment.htm


More information about the Austin mailing list