perl tag

15 questions


1 answers
67 views
0
not extract the same thing continuously from an array

What technique should I use to randomly extract one element of an array and not sequentially extract the same element?The parts that are taken out at random are made.I'm sorry it's rough Please let me...

1 years ago

3 answers
79 views
0
Regular expression to verify that it is plain text

Perl's program indicates that a file is written in plain text only.I'd like to distinguish by regular expressions, but I'm worried about how I should write a pattern to realize it.Linux file commands ...

1 years ago

3 answers
70 views
0
"Symbol lookup error: undefined symbol: Perl_Gthr_key_ptr" error on perl

The perl script that used to work normally now produces the following error:perl:symbol lookup error: /usr/local/lib64/perl5/auto/JSON/XS/XS.so:undefined symbol:Perl_Gthr_key_ptrTherefore, when I try ...

1 years ago

1 answers
63 views
0
Upload files after dragging and dropping them in JavaScript and Perl

I would like to create a mechanism to upload files to the server after dragging & dropping files using JavaScript and Perl.Upload multiple images in bulk by dragging and dropping using Ajaxhttp://qiit...

1 years ago

1 answers
61 views
0
What about Perl's require statement in Python?

Hi, I've been studying Perl for about five years, and I've decided to start studying Python. I'm a beginner.I'm currently thinking of creating a web application in Python, but Perl was able to load a ...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.