Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 1,301 for label:perl (0.03 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: Tue Nov 25 23:11:16 UTC 2025
    - 449 bytes
    - Viewed (0)
  2. Test2::Event::Skip.txt

    package Test2::Event::Skip; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) } use Test2::Util::HashBase qw{reason}; sub init {...
    perldoc.perl.org/Test2::Event::Skip.txt
    Registered: Mon Dec 01 17:57:29 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. Test::Builder::Module.txt

    package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302210'; =head1 NAME Test::Builder::Module - Base class for test modules =...
    perldoc.perl.org/Test::Builder::Module.txt
    Registered: Tue Dec 02 04:10:53 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Wed Dec 03 10:35:54 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  5. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Wed Dec 03 11:27:14 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  6. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Wed Nov 26 04:42:39 UTC 2025
    - 183.2K bytes
    - Viewed (0)
  7. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.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 28 03:40:34 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Dec 05 11:05:58 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Fri Dec 05 11:28:20 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. perlpodspec.txt

    =encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...
    perldoc.perl.org/perlpodspec.txt
    Registered: Sat Dec 06 12:24:56 UTC 2025
    - 67.4K bytes
    - Viewed (0)
Back to top