Why I Like Perl's OO
Perl | Reddit
by /u/pmz
1d ago
submitted by /u/pmz [visit reddit] [comments ..read more
Visit website
Net::SSH::Expect - jump server then to remote device?
Perl | Reddit
by /u/jtzako
2d ago
Im working on a script to test using a jump server to reach remote devices. I'm able to connect to the jump server using Net::SSH::Expect, however, I'm not sure how to then ssh to a remote device (network element). Is there a way to create that ssh to the remote device inside the jump server's connection? submitted by /u/jtzako [visit reddit] [comments ..read more
Visit website
How to manipulate files on different servers
Perl | Reddit
by /u/QueenScorp
3d ago
First things first, I am a data engineer but have little experience in Perl. I've been able to make some easy updates to scripts in the past but this one is a bit tougher. I have been asked to update a Perl cgi web app that someone wrote ages ago that is used to view and manipulate text files. Currently it is hosted on server (X) and manipulates the files on that same server. However, we have to have backups/mirrors of the data on a dev server and another prod sever (Y). I.e., if I push the button to move the file to a different folder, it should do that on all three servers instead of just X ..read more
Visit website
Getting Started with perlimports · olafalders.com
Perl | Reddit
by /u/oalders
3d ago
submitted by /u/oalders [visit reddit] [comments ..read more
Visit website
Inviting all programmers to Perl, like Ruby does in "Ruby From Other Languages"
Perl | Reddit
by /u/Lenticularis39
3d ago
I stumbled upon this really nice page from Ruby, describing the language from the perspective of other common programming languages: https://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ The page is written in a friendly tone, inviting programmers familiar with other programming languages to Ruby. No programming language is being viewed as inferior, quite the contrary: all mentioned languages are praised and even defended from haters, for example: "Perl is awesome. Perl’s docs are awesome. The Perl community is … awesome. For those Perlers who long for elegant OO features bui ..read more
Visit website
Can I ask some help with Parallel::ForkManager please?
Perl | Reddit
by /u/Weak_Word221
3d ago
my $MAX_PROCESSES=10; my $pm = Parallel::ForkManager->new($MAX_PROCESSES); while (1) { my $pid=$pm->start and next; print "$$ LOCK \n"; $pm->finish; } $pm->wait_all_children; I made this sample piece of code which I basically took from the docs, I only changed to infinite loop but I cannot understand why this would make any different between an infinite loop and iterating through an array for example? Anyway I am fighting this for several hours now trying different versions of my code and cannot find why am I getting "Cannot start another process while you are in the child proc ..read more
Visit website
Purl: Streamlining Text Processing
Perl | Reddit
by /u/tarje
5d ago
submitted by /u/tarje [visit reddit] [comments ..read more
Visit website
The Joy of DTrace and ModPerl2
Perl | Reddit
by /u/joesuf4
5d ago
submitted by /u/joesuf4 [visit reddit] [comments ..read more
Visit website
Sealed.pm v6.04 on CPAN
Perl | Reddit
by /u/joesuf4
5d ago
Prior releases of the 6.x line relied on Lexical::Types, which was a major performance pessimisation over the 5.x releases. 6.0.4 relies on a simple source filter instead, which restores performance levels back to expected levels. More benchmarks added to the test suite validate the dependency changes. ​ submitted by /u/joesuf4 [visit reddit] [comments ..read more
Visit website
List of new CPAN distributions – Mar 2024
Perl | Reddit
by /u/perlancar
5d ago
submitted by /u/perlancar [visit reddit] [comments ..read more
Visit website

Follow Perl | Reddit on FeedSpot

Continue with Google
Continue with Apple
OR