Re: Doubleclick and @ARGV

[email protected] (Johan Vromans) Tue, 14 Jan 2025 17:16:21 +0100
Newsgroups perl.wxperl.users
Organization Squirrel Consultancy
Message-ID <[email protected]>
On Mon, 13 Jan 2025 17:42:11 -0500, Shawn H Corey wrote:

> I think you have to decode the file names.
>=20
>  =C2=A0=C2=A0=C2=A0 use Encode qw(decode);
>  =C2=A0=C2=A0=C2=A0 my $file =3D decode($ARGV[0]);

That's what I thought, but decoding is quite pointless if you get question
marks instead of UNICODE characters to start with.