Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 1,302 for label:perl (0.03 sec)

  1. CPAN::Version.txt

    package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...
    perldoc.perl.org/CPAN::Version.txt
    Registered: Fri Feb 14 10:54:18 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Fri Feb 14 07:02:12 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  3. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Fri Feb 14 07:23:32 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  4. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Fri Feb 14 10:22:36 UTC 2025
    - 945 bytes
    - Viewed (0)
  5. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Sat Feb 15 15:59:11 UTC 2025
    - 43.5K bytes
    - Viewed (0)
  6. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sat Feb 15 15:44:36 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  7. Pod::Text::Termcap.txt

    # Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...
    perldoc.perl.org/Pod::Text::Termcap.txt
    Registered: Sat Feb 15 19:34:02 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  8. Pod::Simple::JustPod.txt

    package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @ISA = ('P...
    perldoc.perl.org/Pod::Simple::JustPod.txt
    Registered: Sat Feb 15 19:19:49 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  9. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sat Feb 15 14:41:28 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  10. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Sat Feb 15 18:37:53 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top