Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Fri Sep 12 18:09:21 UTC 2025
    - 29.6K bytes
    - Viewed (0)
  2. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Fri Sep 12 18:46:58 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top