- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1011 - 1020 of 1,302 for label:perl (0.04 sec)
-
perlfaq1.txt
=head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions about Perl. =head2 What i...perldoc.perl.org/perlfaq1.txtRegistered: Tue Nov 19 14:02:57 UTC 2024 - 13.2K bytes - Viewed (0) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Tue Nov 19 12:35:34 UTC 2024 - 9.1K bytes - Viewed (0) -
perlpragma.txt
=head1 NAME perlpragma - how to write a user pragma =head1 DESCRIPTION A pragma is a module which influences some aspect of the compile time or run time behaviour of Perl, such as C<strict> or C<wa...perldoc.perl.org/perlpragma.txtRegistered: Tue Nov 19 16:16:13 UTC 2024 - 5K bytes - Viewed (0) -
perlport.txt
=head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...perldoc.perl.org/perlport.txtRegistered: Tue Nov 19 18:04:24 UTC 2024 - 87.4K bytes - Viewed (0) -
perlfaq4.txt
=head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...perldoc.perl.org/perlfaq4.txtRegistered: Tue Nov 19 16:35:12 UTC 2024 - 91K bytes - Viewed (0) -
perlipc.txt
=head1 NAME perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) =head1 DESCRIPTION The basic IPC facilities of Perl are built out of the go...perldoc.perl.org/perlipc.txtRegistered: Tue Nov 19 16:48:55 UTC 2024 - 70K bytes - Viewed (0) -
perlxs.txt
=head1 NAME perlxs - XS language reference manual =head1 DESCRIPTION =head2 Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or...perldoc.perl.org/perlxs.txtRegistered: Tue Nov 19 18:20:43 UTC 2024 - 75.3K bytes - Viewed (0) -
perlsyn.txt
=head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...perldoc.perl.org/perlsyn.txtRegistered: Tue Nov 19 18:48:26 UTC 2024 - 52.8K bytes - Viewed (0) -
perlref.txt
=head1 NAME X<reference> X<pointer> X<data structure> X<structure> X<struct> perlref - Perl references and nested data structures =head1 NOTE This is complete documentation about all aspects of ref...perldoc.perl.org/perlref.txtRegistered: Tue Nov 19 17:08:16 UTC 2024 - 35.3K bytes - Viewed (0) -
perlclass.txt
=head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...perldoc.perl.org/perlclass.txtRegistered: Tue Nov 19 17:59:02 UTC 2024 - 12.4K bytes - Viewed (0)