Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1341 - 1350 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. 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/chown
    Registered: Mon Jan 26 13:19:11 UTC 2026
    - 16.7K bytes
    - Viewed (0)
  2. 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/abs
    Registered: Mon Jan 26 13:19:52 UTC 2026
    - 14.9K bytes
    - Viewed (0)
  3. dbmclose - Perldoc Browser

    functions / dbmclose ( source , CPAN ) # dbmclose HASH [This function has been largely superseded by the untie functi...
    perldoc.perl.org/functions/dbmclose
    Registered: Mon Jan 26 13:20:25 UTC 2026
    - 15.6K bytes
    - Viewed (0)
  4. 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/rename
    Registered: Mon Jan 26 13:20:39 UTC 2026
    - 16.1K bytes
    - Viewed (0)
  5. rindex - Perldoc Browser

    functions / rindex ( source , CPAN ) # rindex STR,SUBSTR,POSITION # rindex STR,SUBSTR Works just like index except th...
    perldoc.perl.org/functions/rindex
    Registered: Mon Jan 26 13:17:11 UTC 2026
    - 15.6K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Jan 26 18:15:34 UTC 2026
    - 74K bytes
    - Viewed (0)
  7. 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)
  8. 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.txt
    Registered: Mon Jan 26 19:56:21 UTC 2026
    - 28.3K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Jan 26 15:25:29 UTC 2026
    - 18.8K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Jan 26 19:23:28 UTC 2026
    - 20.6K bytes
    - Viewed (0)
Back to top