Search code examples
In Perl, how can I match a number N and the next N characters?...


regexperl

Read More
Why $_ =~ "regular expression" is valid in Perl?...


perl

Read More
Perl: Why does \@_ provide an alias to the passed in array?...


perl

Read More
Parse output of ps process command...


linuxperl

Read More
Perl's datetime not returning correct differences in time...


datetimeperl

Read More
Using output from a previous job in a new one in a GitHub Action...


perlgithub-actions

Read More
What exactly does Perl's "bless" do?...


perl

Read More
Handling wide char values returned by Win32::API...


perlwinapi

Read More
How do I take a reference to an array slice in Perl?...


arraysperlreferenceslice

Read More
How to compare a couple binary bytes in code?...


perl

Read More
Perl: Testing that a file is actually writable as opposed to checking file permissions...


perlfile-permissions

Read More
Perl: Decreasing string length increases memory use in array of strings...


perlmemory

Read More
Should regular expressions be avoided for performance reasons?...


javaphpregexperlstring

Read More
How can I report the line number with Log4perl and Moose?...


perlmooselog4perl

Read More
How can I prevent Perl Moose Read-Only Attributes being set upon a call to new?...


perlattributesnew-operatormoose

Read More
How do I populate an array with numbers found in lines of a file?...


perl

Read More
How to handle subroutine redefined errors in Perl...


perlwarningssubroutine

Read More
What is a "handle" in Perl?...


perlhandle

Read More
Errors in executing javascript with perl Selenium::Remote::Driver...


javascriptperlselenium-webdriverdom

Read More
How can I parse a config file using XML::Simple?...


xmlperl

Read More
Getting a value expressed with the memory unit...


perl

Read More
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version...


mysqlperldbi

Read More
gcc returning - /usr/lib64/perl5/CORE/parser.h:17:7: error: redefinition of 'union YYSTYPE'...


cperl

Read More
Autocomplete within subroutine in perl IntelliJ via Camelcade / Perl5-IDEA pluging...


perlintellij-ideacamelcade

Read More
How do I find the oldest used files from a program that links its bins, like Homebrew?...


bashperlhomebrew

Read More
Parsing JSON says function parse_json does not exist?...


jsonperl

Read More
How do I convert a date/time to epoch time (unix time/seconds since 1970) in Perl?...


perldatetimeparsingdatetime

Read More
How to pass a hash and a scalar to a Perl subroutine?...


perl

Read More
Full manual conversion of Epoch time to Date and Time...


perlepoch

Read More
Accessing array elements in a decoded JSON hash...


arraysjsonperl

Read More
BackNext