- Sort Score
- Num 10 results
- Language All
- Labels All
Results 711 - 720 of 1,399 for label:perl (0.08 seconds)
-
$:.txt
=over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...perldoc.perl.org/variables/$:.txtSat Jan 31 22:49:54 GMT 2026 520 bytes -
$^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 -
perlhist.txt
=encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...perldoc.perl.org/perlhist.txtFri Feb 06 11:04:28 GMT 2026 59.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