poti1
poti1
### Description I want to export my results, but it does not seem to work. ### System configuration Windows 10 scancode-workbench 3.1.1 scancode-toolkit 21.3.31 Python 3.6.2
This is based on the open item: https://github.com/szabgab/perlmaven.com/issues/555 Please review and accept my request 😊
### Summary Mojo::DOM doesn't recognize end of comment (when it should) #2030 Mojo::DOM treats "-- >" as end of comment (it shouldn't) #2029 ### Motivation EXPLAIN WHY YOU BELIEVE THESE...
# Modern::Perl defaults to v5.12 (bug!?) I'm on perl 5.36 and am using `Modern::Perl`. I see that it does not work like the `-E flag` on the command line to...
Can you please update `Makefile.PL` to be able to install your module on Termux. It would simply require updating `sub find_openssl_prefix` to include: ``` "/data/data/com.termux/files/usr/bin/openssl" => "/data/data/com.termux/files/usr", ``` (Currently I...
**Where** Right before the start of: https://perldoc.perl.org/perlretut#Using-independent-subexpressions-to-prevent-backtracking **Description** **$count2** is referenced in the example, but only once: ``` $count{lc($_)}++ for split('', "supercalifragilisticexpialidocious"); printf "%3d '%s'\n", $count2{$_}, $_ for ( qw{...
Which Perl module do you want to write about: https://metacpan.org/pod/e Please give a short description of the article you want to write. Two to three sentences is fine: --- #...
**Where** Perl doc perlfunc end of "our" section. **Description** Please rephrase: "our differs from use vars, which allows use of an unqualified name only within the affected package, but across...