Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 1,302 for label:perl (0.04 sec)

  1. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Thu Nov 21 16:52:45 UTC 2024
    - 462 bytes
    - Viewed (0)
  2. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Thu Nov 21 20:15:45 UTC 2024
    - 152 bytes
    - Viewed (0)
  3. enc2xs.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking...
    perldoc.perl.org/enc2xs.txt
    Registered: Fri Nov 22 15:11:46 UTC 2024
    - 41K bytes
    - Viewed (0)
  4. prove.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/prove.txt
    Registered: Fri Nov 22 18:45:52 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Fri Nov 22 22:55:54 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Fri Nov 22 04:30:43 UTC 2024
    - 853 bytes
    - Viewed (0)
  7. 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: Tue Nov 19 00:31:42 UTC 2024
    - 417.8K bytes
    - Viewed (0)
  8. 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: Fri Nov 15 22:06:44 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  9. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Sat Nov 16 01:00:45 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  10. Digest::SHA.txt

    package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...
    perldoc.perl.org/Digest::SHA.txt
    Registered: Sat Nov 16 01:41:52 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top