Skip to main content



A SQL Database object abstraction class

Changes for v1.4.0 - 2024-04-13T17:55:40Z

  • Modified method connect() in DB::Object to use a timeout of 5 seconds, otherwise on some system, the connect attempt would hang for a long time.


Hi, im working on this perl script wherein i should get all files with filename < 900000

Ex. sample_file_802856.txt sample_file_27364692.txt sample_file_385620.txt

the script should get:

sample_file_802856.txt sample_file_385620.txt

I already have the code but it’s failing on this part coz im having a hard time getting the regex for < 900000 😆

submitted by /u/advinculareily
[link] [comments]



The great new Seven!

Changes for 0.01

  • First version, released on an unsuspecting world.


A SQL Database object abstraction class

Changes for v1.3.1 - 2024-04-11T22:27:49Z

  • Modified method 'structure' in DB::Object::Mysql::Table to ensure all fields returned are in lowercase.


Libraries and Utilities to work with Dogecoin

Changes for 1.20240413.0031 - 2024-04-12T17:31:00-07:00

  • removed unnecessary warning


Subroutine attribute for compile-time method lookups on its typed lexicals.


test MIDI file contents

Changes for 0.02 - 2024-04-13

  • Add more MIDI event test functions. Break the midi_track interface a bit. Improve the documentation.



Simple opinionated tool to set up a Perl distribution directory.

Changes for 0.13 - 2024-04-11

  • Fix a typo in the MANIFEST.SKIP file.
  • Add support to specify the keywords and no_index META directive.





Check for the presence of a compiler

Changes for 0.024 - 2024-04-11T14:43:48+02:00

  • Make temporary dir absolute



Hi,

I am moving to RedHat 9 from RedHat 7. I am running Apache with mod_perl.

I have installed the mod_perl package on the RedHat 9 box. I am getting this error on bit of code that I wrote:

Can't locate XSLoader.pm: /usr/local/lib64/perl5/5.32/XSLoader.pm: Permission denied at /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm line 22.\nBEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm line 22.\nCompilation failed in require at /usr/lib64/perl5/vendor_perl/Apache2/Access.pm line 24.\nBEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/Apache2/Access.pm line 24. 

When I do a search for XSLoader.pm, I find:
/usr/lib64/perl5/vendor_perl/APR/XSLoader.pm /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm /usr/share/perl5/XSLoader.pm 

I am guessing I have some path issue. Any ideas what I may need to do?

thank you

submitted by /u/OrganicStructure1739
[link] [comments]



iterators for objects that know the next element

Changes for 1.148 - 2024-04-10T18:05:54Z

  • need a user release for indexing?


Audit CPAN distributions for known vulnerabilities

Changes for 20240410.001 - 2024-04-10T17:51:12Z

  • data update for 2024-04-10


iterators for objects that know the next element

Changes for 1.147_01 - 2024-04-10T17:42:51Z

  • Try not indexing preprocess/


iterators for objects that know the next element

Changes for 1.147 - 2024-04-10T16:55:14Z

  • Release again to investigate PAUSE indexing issue (#16)
#16


Neo4j community graph database driver for Bolt and HTTP

Changes for 0.48 - 2024-04-10

  • The cypher_params config option now allows 'v2' as a synonym for v2.
  • Minor documentation updates.




Synthesizer settings librarian

Changes for 0.0047 - 2024-04-09T11:28:00Z

  • Improve the specs logic.
  • Improve eg/patch-visualizer.pl.
  • Fix eg/synth-config-mojo.pl to use database specs.



Neo4j community graph database driver for Bolt and HTTP

Changes for 0.47 - 2024-04-09

  • Returning a Result object from a managed transaction function now issues a warning that the Result may not be valid outside the function.
  • Clarify in documentation that concurrent_tx is a legacy feature.
  • Minor documentation fixes.
  • Minor testing improvements.


A Simple base module to implement almost every RESTful API with just a few lines of configuration

Changes for 2.8

  • Change: 83a1a2c4ca5a3ef6e388483c992621f1efead921 Author: Tobias Kirschstein <nupfel@users.noreply.github.com> Date : 2023-08-11 09:55:35 +0000
  • Change: 81d1da85d621ba6f88942bb2a047adb8c01bd9db Author: Michael Schout <schoutm@gmail.com> Date : 2023-08-05 15:32:01 +0000
  • Plus 26 releases after 2023-04-10 00:00:00 +0000.


I work in infosec, specifically in penetration testing. I learned Perl to some extent years ago when Metasploit was still written in Perl (They switched to Ruby). It seems these days that most people in my industry like Python, and some of the most important modules we use in my field are in Python. Does Perl offer any modules as comprehensive as Impacket for hacking protocols such as SMB, WMI, Kerberos, etc?

submitted by /u/aecyberpro
[link] [comments]



Information about the CGI environment

Changes for 0.81 - 2024-04-09T10:08:29Z

  • Use Test::Needs Added t/version.t Added t/tabs.t Mark axios/1.6.7, ias_crawler and ZoominfoBot as robots Block "/**/ORDER/**/BY/**/" in the argument Strip NUL byte poison




An open source web-based network management tool.

Changes for 2.075001 - 2024-04-09

  • ENHANCEMENTS
  • BUG FIXES


I think we need to create the next generation of Perl devs, because one day we’ll all be dead. What will Perl become if we don’t train as many people as we can?

submitted by /u/karjala
[link] [comments]




submitted by /u/davorg
[link] [comments]


Perl programming using KDE's Kate editor in Linux tutorial submitted by /u/nmariusp
[link] [comments]


Mojolicious plugin providing CSRF protection at the routing level

Changes for 1.01 - 2024-04-07T13:58:46Z

  • Apply fixes for Mojolicious 9+



A new release of PDL is out! It's been about a year since I last posted on here about a PDL release (last was PDL 2.083).

A selection of changes since PDL 2.083:

  • Diab Jerius reported that a previous change to [xyz]vals to return at least a double had a regression for code that requests an explicit type smaller than that. Fixed in 2.085.
    Diab Jerius also reported several other edge cases: 1, 2, 3 including a fix for vsearch.

    Also, Diab Jerius modularised the primitive ops tests which allows for faster parallel testing.

  • Harald Jörg reported that large arrays would cause PDL::FFT to crash. Fixed by switching from the stack VLAs to heap allocation. Fixed in 2.085.
    While it is recommended to use PDL::FFTW3 instead, PDL::FFT is bundled with PDL for the cases where PDL::FFTW3 can not be easily installed.
  • Bas Couwenberg reported and fixed a previously deprecated API in HDF4 which has now been removed and replaced. Fixed in 2.085.
    As part of the Debian release process, Bas Couwenberg reported a failure on i386. Fixed in 2.087.
  • Shawn Laffan provided an improvement to PDL::GIS::Proj so that it would load correctly on Windows via Alien::proj.
  • Po-Chuan Hsieh provided a build fix for FreeBSD on amd64. I also happened to talk to James E Keenan around the same time about PDL builds on FreeBSD so this was followed up by adding CI testing for FreeBSD. Fixed in 2.085.
  • Ryan Egesdahl provided a fix for macOS Ventura which changed the location of GLUT headers. Fixed in 2.085.
  • Eli Schwartz reported an upstream Gentoo bug when building with LTO that uncovered 64-bit issues in Minuit and Slatec Fortran code. Fixed in 2.086.
  • @vadim-160102 reported several issues with stringification: 1, 2; one of which uncovered a bug in conversion of ulonglong to Perl scalar.
  • Karl Glazebrook, @vadim-160102, and users from PerlMonks provided valuable reports in tracking down issues with dataflow https://github.com/PDLPorters/pdl/issues/461. Fix available in 2.086.
  • Jörg Sommrey contributed improved typemap handling which allows for using the typemap definitions that are available in Perl's default typemap. Available in 2.086.
  • Ed has added many improvements to the PP code generator and internal API as well as several new functions. Please see the Changes file for details!
    Of note are several speed improvements that are inspired by Eric Wheeler's note about the speed of sequence().

A full list of closed issues and PRs is here. Thanks to all the contributors!

There are also some things to report from the wider World of PDL:

  • Jörg Sommrey has released a PDL interface to GLPK (GNU Linear Programming Kit) for mathematical optimization: https://metacpan.org/pod/PDL::Opt::GLPK.
  • The PGPLOT distribution now incorporates PDL::Graphics::PGPLOT module that was in the PDL distribution. The dependencies remain the same.
  • PDL::Graphics::Simple had some small updates to the drivers. This is preparation for splitting the backend engines to their respective backend distributions (not yet released) and defining an API version that the engines conform to.

submitted by /u/zmughal
[link] [comments]



A peppered AES-encrypted Argon2 encoder for Crypt::Passphrase

Changes for 0.008 - 2024-04-07T13:41:40Z

  • Add support for aes-cbc-pad and aes-ecb-pad


A peppered AES-encrypted Bcrypt encoder for Crypt::Passphrase

Changes for 0.002 - 2024-04-07T13:38:27Z

  • Add support for aes-cbc-pad and aes-ecb-pad



test for trailing whitespace in files.

Changes for v0.4.0 - 2024-04-07

  • Add the abs_path_prune_re parameter.
  • Cleanups and updates ( dist.ini / etc. )



submitted by /u/niceperl
[link] [comments]


Fail if tests warn

Changes for 0.10 - 2024-04-07

  • Previous, when tests were run via prove without the verbose flag and there was a warning that caused a test failure, there was no output indicating that a warning caused the failure. This has now been corrected and you'll see output that includes "Unexpected warning". Reported by @janlimpens.


use Linux getdents syscall to read large directories over NFS

Changes for 0.005

  • Change: 261de7f86931460ce140254aebdb864bf78114dd Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:29:53 +0000
  • Change: fa477860cb8ce35e774138ce7b4ded25edeb3ca2 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:27:17 +0000
  • Change: 3ac6067d753c6c22879e10293582e7dd05d2930d Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:21:24 +0000
  • Change: 9f0116724629df22673c7336d8ce61f26259c0a8 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:17:04 +0000
  • Change: 5773f9efa3e6910cb93ce87a7db741673f3038f2 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:14:17 +0000
  • Change: e41823c4e9c6b074c9eb264a5f6bc383ee6f1d47 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:11:48 +0000
  • Change: b2cfc03e97a43b6472a40bd9cca4724fadcfe714 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:05:10 +0000
  • Change: f163374e67749df49896d8eea59c895730fc586d Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:03:23 +0000
  • Change: 39c6e1d5b1cd8d6bf48748fe60337b0a20593b5d Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:03:10 +0000
  • Change: 610a4918bbca25b9f9ec9b282f9540483d0dfb27 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:02:56 +0000
  • Change: c2221bb9d310dbfbf639948da964e213dd4e66ed Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:02:02 +0000
  • Change: 4a229ccd9eea2e078e38fdf8a28cd4c6354d5db1 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2024-04-07 00:01:28 +0000
  • Change: 895ff2cd03b27c0b3589eae353b85db816f157ec Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-06-06 10:33:47 +0000
  • Change: 48fe96111bc7b4130989bcbaa5e9c15447b3fd3f Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-26 22:01:15 +0000
  • Change: fbbc717e85617485b77ae4bc4c3217ce76d76553 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-15 16:44:08 +0000
  • Change: 746d7caeb2f31e3dc8e3186040781e5dabf7042d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-03 00:51:15 +0000
  • Change: cb284820e6bf04dfc9b22e6ea5af29444d951c64 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-03 00:29:41 +0000
  • Change: cc347013f6f73e19793726afeb3278d2553bb49d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 18:36:55 +0000
  • Change: cb12c28e99eba21806b7bdb0ef14c65b25a1d6d6 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 18:30:06 +0000
  • Change: 6549d1129550c4dde198ef6cdcb44c33c6f15b68 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 03:49:10 +0000
  • Change: 241ab401d57ce8aac032243054681f3396d99b7a Author: Olivier Mengué <dolmen@cpan.org> Date : 2017-04-30 19:44:53 +0000
  • Change: 26b6be00f611a5177241909d5bbf352f17372f9a Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-02-05 13:17:03 +0000
  • Change: e4438afaeafaa791d24274c83f44eb85e210ac07 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2017-02-05 10:32:16 +0000
  • Change: efca41dbd625d03a8f3efcfc6b5e932ef35359e9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-02-05 10:27:46 +0000
  • Change: 8edb7dcdc0ea2b9df1377f83fb4a4dd7ad308b82 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 15:44:35 +0000
  • Change: fa3f73660931d7ac67de987977f7bb0f0130fba9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 15:40:28 +0000
  • Change: 1aed81625ace52b13ecd1e539b35ba6f0d19e9f1 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2016-12-04 13:17:26 +0000
  • End of releases.


Copy and paste with any OS

Changes for 0.29 - 2024-04-07

  • Add Xsel.pm / xsel support.
  • Improve clipbrowse's reliability / security:
  • Made the code more elegant and reliable.



A plugin system for your Perl framework or application

Changes for 0.000001 - 2024-03-02

  • Another early release, almost nothing is implemented yet.


Mojolicious plugin providing access to an OpenAPI document and parser

Changes for 0.009 - 2024-04-06T23:09:07Z

  • adjust tests for changes in OpenAPI::Modern 0.062

reshared this