- Sort Score
- Num 10 results
- Language All
- Labels All
Results 731 - 740 of 1,445 for label:perl (0.04 seconds)
-
$^R.txt
=over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...perldoc.perl.org/variables/$^R.txtSat Jan 31 18:30:59 GMT 2026 343 bytes -
perldoc
=head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS B<perldoc> [B<-h>] [B<-v>] [B<-t>] [B<-u>] [B<-m>] [B<-l>] [B<-F>] [B<-i>] [B<-V>] [B<-T>] [B<-r>] [B<-dI<destination...perldoc.perl.org/5.8.7/perldocWed Feb 04 20:36:41 GMT 2026 6.5K bytes -
perlop
=head1 NAME X<operator> perlop - Perl operators and precedence =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent of the type of the operands. For example ...perldoc.perl.org/5.22.4/perlopWed Feb 04 20:58:20 GMT 2026 129.6K bytes -
perl.txt
=head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...perldoc.perl.org/perl.txtFri Feb 06 12:47:42 GMT 2026 19.1K bytes -
CPAN::FirstTime.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...perldoc.perl.org/CPAN::FirstTime.txtFri Feb 06 18:11:19 GMT 2026 73K bytes -
bigrat.txt
package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigrat.txtFri Feb 06 18:26:33 GMT 2026 20.6K bytes -
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.txtFri Feb 06 16:16:20 GMT 2026 16K bytes -
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtFri Feb 06 16:47:13 GMT 2026 9.6K bytes -
perlutil.txt
=head1 NAME perlutil - utilities packaged with the Perl distribution =head1 DESCRIPTION Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. T...perldoc.perl.org/perlutil.txtFri Feb 06 13:57:39 GMT 2026 7.2K bytes -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.13'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtFri Feb 06 14:23:44 GMT 2026 4.6K bytes