Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,642 for host:perldoc.perl.org (0.05 sec)

  1. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Fri Sep 12 18:40:56 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  2. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Fri Sep 12 19:46:49 UTC 2025
    - 7K bytes
    - Viewed (0)
  3. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Fri Sep 12 21:51:33 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  4. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Fri Sep 12 20:46:32 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Fri Sep 12 18:04:40 UTC 2025
    - 3K bytes
    - Viewed (0)
  6. CPAN::Debug.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...
    perldoc.perl.org/CPAN::Debug.txt
    Registered: Fri Sep 12 18:31:51 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. ok.txt

    package ok; our $VERSION = '1.302210'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...
    perldoc.perl.org/ok.txt
    Registered: Fri Sep 12 19:16:35 UTC 2025
    - 971 bytes
    - Viewed (0)
  8. syscall - Perldoc Browser

    functions / syscall ( source , CPAN ) # syscall NUMBER, LIST Calls the system call specified as the first element of ...
    perldoc.perl.org/functions/syscall
    Registered: Fri Sep 12 11:30:13 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  9. connect - Perldoc Browser

    functions / connect ( source , CPAN ) # connect SOCKET,NAME Attempts to connect to a remote socket, just like connect...
    perldoc.perl.org/functions/connect
    Registered: Fri Sep 12 11:30:17 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  10. readline - Perldoc Browser

    functions / readline ( source , CPAN ) # readline EXPR # readline Reads from the filehandle whose typeglob is contain...
    perldoc.perl.org/functions/readline
    Registered: Fri Sep 12 11:30:22 UTC 2025
    - 18K bytes
    - Viewed (0)
Back to top