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.
Command line counter with Memcached
Adding GitHub Actions to Test2::Harness::UI
CPAN Digger explained
defined
undef - defined - true -false
undef, the initial value and the defined function of Perl
multiple lines in regexes - video
9: Neil Bowers - PAUSE and CPAN admin
Don't put & in-front of subroutines in Perl
New on CPAN - week ending on 2017-08-27
Creating subroutines on the fly using Symbolic references
Safety net (use strict; use warnings;) - video
Perl for loop explained with examples
Perl Maven Newsletter
Loop controls: next, last, continue, break
Perl One-liner: countdown on the command line:
Standard output, standard error and command line redirection
Understanding recursive subroutines - traversing a directory tree