Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 134 for label:perl (0.02 sec)

  1. perliol.txt

    =head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...
    perldoc.perl.org/perliol.txt
    Registered: Sun May 05 11:45:53 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. perl5221delta.txt

    =encoding utf8 =head1 NAME perl5221delta - what is new for perl v5.22.1 =head1 DESCRIPTION This document describes differences between the 5.22.0 release and the 5.22.1 release. If you are upgradin...
    perldoc.perl.org/perl5221delta.txt
    Registered: Sun May 05 16:00:43 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Mon May 06 18:23:46 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Mon May 06 19:02:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. CPAN::Distroprefs.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...
    perldoc.perl.org/CPAN::Distroprefs.txt
    Registered: Mon May 06 15:07:36 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. perlpacktut.txt

    =head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...
    perldoc.perl.org/perlpacktut.txt
    Registered: Sun May 05 08:45:54 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  7. perltie.txt

    =head1 NAME X<tie> perltie - how to hide an object class in a simple variable =head1 SYNOPSIS tie VARIABLE, CLASSNAME, LIST $object = tied VARIABLE untie VARIABLE =head1 DESCRIPTION Prior to releas...
    perldoc.perl.org/perltie.txt
    Registered: Sun May 05 09:31:20 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  8. perltrap.txt

    =head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...
    perldoc.perl.org/perltrap.txt
    Registered: Sun May 05 07:24:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Mon May 06 12:01:41 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  10. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2020 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Mon May 06 11:34:12 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top