Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 31 for host:perldoc.perl.org (0.02 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 May 04 06:01:01 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. sprintf.txt

    =over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual L<C<printf>|/printf FILEHANDLE FORMAT, LIST> conventions of the C library function L<C<sprintf>|/sprintf FORMAT, ...
    perldoc.perl.org/functions/sprintf.txt
    Registered: Sat May 04 04:53:37 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. perl589delta.txt

    =head1 NAME perl589delta - what is new for perl v5.8.9 =head1 DESCRIPTION This document describes differences between the 5.8.8 release and the 5.8.9 release. =head1 Notice The 5.8.9 release will b...
    perldoc.perl.org/perl589delta.txt
    Registered: Sun May 05 11:01:42 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Sun May 05 11:21:48 UTC 2024
    - 42.4K bytes
    - Viewed (0)
  9. perldebug.txt

    =head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...
    perldoc.perl.org/perldebug.txt
    Registered: Sun May 05 09:00:20 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  10. perldebtut.txt

    =head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...
    perldoc.perl.org/perldebtut.txt
    Registered: Sun May 05 07:32:34 UTC 2024
    - 21.6K bytes
    - Viewed (0)
Back to top