- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1341 - 1350 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
chown - Perldoc Browser
functions / chown ( source , CPAN ) # chown LIST Changes the owner (and group) of a list of files. The first two elem...perldoc.perl.org/functions/chownRegistered: Mon Jan 26 13:19:11 UTC 2026 - 16.7K bytes - Viewed (0) -
abs - Perldoc Browser
functions / abs ( source , CPAN ) # abs VALUE # abs Returns the absolute value of its argument. If VALUE is omitted, ...perldoc.perl.org/functions/absRegistered: Mon Jan 26 13:19:52 UTC 2026 - 14.9K bytes - Viewed (0) -
dbmclose - Perldoc Browser
functions / dbmclose ( source , CPAN ) # dbmclose HASH [This function has been largely superseded by the untie functi...perldoc.perl.org/functions/dbmcloseRegistered: Mon Jan 26 13:20:25 UTC 2026 - 15.6K bytes - Viewed (0) -
rename - Perldoc Browser
functions / rename ( source , CPAN ) # rename OLDNAME,NEWNAME Changes the name of a file; an existing file NEWNAME wi...perldoc.perl.org/functions/renameRegistered: Mon Jan 26 13:20:39 UTC 2026 - 16.1K bytes - Viewed (0) -
rindex - Perldoc Browser
functions / rindex ( source , CPAN ) # rindex STR,SUBSTR,POSITION # rindex STR,SUBSTR Works just like index except th...perldoc.perl.org/functions/rindexRegistered: Mon Jan 26 13:17:11 UTC 2026 - 15.6K bytes - Viewed (0) -
perllocale.txt
=encoding utf8 =head1 NAME perllocale - Perl locale handling (internationalization and localization) =head1 DESCRIPTION In the beginning there was ASCII, the "American Standard Code for Information...perldoc.perl.org/perllocale.txtRegistered: Mon Jan 26 18:15:34 UTC 2026 - 74K bytes - Viewed (0) -
perlmodlib.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...perldoc.perl.org/perlmodlib.txt Similar Results (1)Registered: Mon Jan 26 16:41:15 UTC 2026 - 66.7K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Mon Jan 26 19:56:21 UTC 2026 - 28.3K 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: Mon Jan 26 15:25:29 UTC 2026 - 18.8K bytes - Viewed (0) -
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.txtRegistered: Mon Jan 26 19:23:28 UTC 2026 - 20.6K bytes - Viewed (0)