Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"ne"
Results:
Comparing scalars in Perl
ne - Comparing if the two sides are NOT equal as strings.
A command line counter with database back-end using DBIx::Class
Can't use Net::Appliance::Session inside a thread
How to break lines with max width? (wrap)
A bunch of Perl one-liners to edit HTML files
Understanding recursive subroutines - traversing a directory tree
Generate random numbers in Perl with the rand() function
Create a lexical warning that can be turned on and off with the "warnings" pragma.
Deep recursion on subroutine
Safety net (use strict; use warnings;) - video
readline() on closed filehandle in Perl
What's new in Perl 5.10? say, //, state
Simple timestamp generation using POSIX strftime in Perl
Adding GitHub Actions to Test2::Harness::UI
CPAN Digger explained
$FORMAT_LINES_LEFT
CSV_XS ERROR: 2034 - EIF - Loose unescaped quote @ rec 5 pos 194
Multiple command line counters with plain TSV text file back-end
One-liner sum of column in CSV - video