- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 1,301 for label:perl (0.31 sec)
-
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.txtRegistered: Tue Nov 25 23:11:16 UTC 2025 - 449 bytes - Viewed (0) -
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.txtRegistered: Mon Dec 01 17:57:29 UTC 2025 - 1.9K bytes - Viewed (0) -
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.txtRegistered: Tue Dec 02 04:10:53 UTC 2025 - 4K bytes - Viewed (0) -
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.txtRegistered: Wed Dec 03 10:35:54 UTC 2025 - 19.5K bytes - Viewed (0) -
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.txtRegistered: Wed Dec 03 11:27:14 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 26 04:42:39 UTC 2025 - 183.2K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 28 03:40:34 UTC 2025 - 3.7K bytes - Viewed (0) -
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.txtRegistered: Fri Dec 05 11:05:58 UTC 2025 - 59.6K bytes - Viewed (0) -
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.txtRegistered: Fri Dec 05 11:28:20 UTC 2025 - 19.1K bytes - Viewed (0) -
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.txtRegistered: Sat Dec 06 12:24:56 UTC 2025 - 67.4K bytes - Viewed (0)