Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 369 for label:perl (0.04 sec)

  1. vec.txt

    =over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...
    perldoc.perl.org/functions/vec.txt
    Registered: Sat Jan 18 22:58:00 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  2. perlbug.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.40.1 - Sa...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Jan 20 17:55:39 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  3. h2ph.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Jan 20 18:00:55 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  4. 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: Tue Jan 28 14:41:49 UTC 2025
    - 50.2K bytes
    - Viewed (0)
  5. perlhack.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...
    perldoc.perl.org/perlhack.txt
    Registered: Tue Jan 28 13:19:46 UTC 2025
    - 44K bytes
    - Viewed (0)
  6. 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: Tue Jan 28 15:23:11 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  7. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Tue Jan 28 15:09:03 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  8. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sat Jan 25 23:03:54 UTC 2025
    - 79.3K bytes
    - Viewed (0)
  9. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Sun Jan 26 01:30:21 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  10. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Sat Jan 25 23:56:52 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top