- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,306 for label:perl (0.07 sec)
-
perlembed.txt
=head1 NAME perlembed - how to embed perl in your C program =head1 DESCRIPTION =head2 PREAMBLE Do you want to: =over 5 =item B<Use C from Perl?> Read L<perlxstut>, L<perlxs>, L<perlclib>, L<h2xs>, ...perldoc.perl.org/perlembed.txtRegistered: Thu Apr 17 22:09:30 UTC 2025 - 36.9K bytes - Viewed (0) -
perlfaq6.txt
=head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with answers involving reg...perldoc.perl.org/perlfaq6.txtRegistered: Thu Apr 17 19:04:03 UTC 2025 - 38.6K bytes - Viewed (0) -
perlpolicy.txt
=encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...perldoc.perl.org/perlpolicy.txtRegistered: Thu Apr 17 22:52:32 UTC 2025 - 25.9K bytes - Viewed (0) -
perlrequick.txt
=head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...perldoc.perl.org/perlrequick.txtRegistered: Thu Apr 17 18:42:00 UTC 2025 - 18.8K bytes - Viewed (0) -
perl5222delta.txt
=encoding utf8 =head1 NAME perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION This document describes differences between the 5.22.1 release and the 5.22.2 release. If you are upgradin...perldoc.perl.org/perl5222delta.txtRegistered: Thu Apr 17 21:40:11 UTC 2025 - 12K bytes - Viewed (0) -
perlstyle.txt
=head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...perldoc.perl.org/perlstyle.txtRegistered: Thu Apr 17 18:49:18 UTC 2025 - 8.8K bytes - Viewed (0) -
perl5182delta.txt
=encoding utf8 =head1 NAME perl5182delta - what is new for perl v5.18.2 =head1 DESCRIPTION This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgradin...perldoc.perl.org/perl5182delta.txtRegistered: Thu Apr 17 20:26:59 UTC 2025 - 5.2K bytes - Viewed (0) -
perl5342delta.txt
=encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...perldoc.perl.org/perl5342delta.txtRegistered: Thu Apr 17 22:41:35 UTC 2025 - 3.9K bytes - Viewed (0) -
CPAN::Meta::Requirements.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...perldoc.perl.org/CPAN::Meta::Requirements.txtRegistered: Sun Apr 20 07:16:28 UTC 2025 - 21.3K bytes - Viewed (0) -
attributes.txt
package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...perldoc.perl.org/attributes.txtRegistered: Sun Apr 20 08:01:18 UTC 2025 - 16K bytes - Viewed (0)