in reply to Re^3: Win32::OLE SaveAs Unicode
in thread Win32::OLE SaveAs Unicode

File::Temp->new
returns a file handle, not a file name.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^5: Win32::OLE SaveAs Unicode
by Corion (Patriarch) on Jun 20, 2018 at 14:10 UTC

    The object stringifies to a filename, but maybe Win32::OLE doesn't stringify the object.

    Maybe manually stringifying helps:

    ... Filename => "$filename_out", ...