Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 1,306 for label:perl (0.03 sec)

  1. 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.txt
    Registered: Wed Jun 04 22:02:48 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  2. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Wed Jun 04 23:47:20 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  3. 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: Thu Jun 05 00:37:14 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  4. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Wed Jun 04 22:42:11 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Thu Jun 05 02:21:51 UTC 2025
    - 163 bytes
    - Viewed (0)
  6. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Wed Jun 04 20:17:52 UTC 2025
    - 417.8K bytes
    - Viewed (0)
  7. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Thu Jun 05 11:11:41 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  8. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Thu Jun 05 11:38:17 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Thu Jun 05 09:47:12 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Thu Jun 05 08:58:01 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top