Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 121 - 130 of 1,172 for label:perl (0.02 sec)

  1. SelectSaver.txt

    package SelectSaver; our $VERSION = '1.02'; =head1 NAME SelectSaver - save and restore selected file handle =head1 SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new(FILEHANDLE); # FILEHANDLE...
    perldoc.perl.org/SelectSaver.txt
    Registered: Wed May 08 02:45:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Fri May 03 19:44:53 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  3. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '1.999837'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Tue May 07 18:08:42 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  4. Pod::Checker.txt

    ########## # Pod/Checker.pm -- check pod documents for syntax errors # # Copyright (C) 1994-2000 by Bradford Appleton. All rights reserved. # This is free software; you can redistribute it and/or m...
    perldoc.perl.org/Pod::Checker.txt
    Registered: Tue May 07 18:58:49 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  5. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Tue May 07 18:37:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. Pod::Simple::XMLOutStream.txt

    require 5; package Pod::Simple::XMLOutStream; use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); $VERSION = '3.43'; BEGIN { @ISA = ('Pod::Simple'); *DEB...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Tue May 07 22:31:12 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.06; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Tue May 07 21:11:26 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. Pod::Simple::Debug.txt

    require 5; package Pod::Simple::Debug; use strict; use vars qw($VERSION ); $VERSION = '3.43'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Tue May 07 21:55:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. Pod::Simple::PullParserToken.txt

    require 5; package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token @ISA = (); $VERSION = '3.43'; use strict; sub new { # Class->new('t...
    perldoc.perl.org/Pod::Simple::PullParserToken.txt
    Registered: Tue May 07 22:25:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); =...
    perldoc.perl.org/Internals.txt
    Registered: Tue May 07 18:31:49 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top