Groups | Search | Server Info | Login | Register


Groups > perl.wxperl.users > #99

Re: Doubleclick and @ARGV

Newsgroups perl.wxperl.users
Date 2025-01-14 17:16 +0100
Subject Re: Doubleclick and @ARGV
Message-ID <20250114171621.57ea3e7b@phoenix.squirrel.nl> (permalink)
References <20250113224522.5aaf1b0e@phoenix.squirrel.nl> <b360ee30-81d4-4956-b5f8-a5b970a32c06@gmail.com>
Organization Squirrel Consultancy
From jvromans@squirrel.nl (Johan Vromans)

Show all headers | View raw


On Mon, 13 Jan 2025 17:42:11 -0500, Shawn H Corey wrote:

> I think you have to decode the file names.
> 
>      use Encode qw(decode);
>      my $file = 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.

Back to perl.wxperl.users | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Doubleclick and @ARGV jvromans@squirrel.nl (Johan Vromans) - 2025-01-13 22:45 +0100
  Re: Doubleclick and @ARGV jvromans@squirrel.nl (Johan Vromans) - 2025-01-14 17:16 +0100
    Re: Doubleclick and @ARGV jvromans@squirrel.nl (Johan Vromans) - 2025-01-14 18:04 +0100
      Re: Doubleclick and @ARGV jvromans@squirrel.nl (Johan Vromans) - 2025-01-14 21:46 +0100

csiph-web