Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 1,477 for host:perldoc.perl.org (0.02 sec)

  1. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Mon May 13 00:13:39 UTC 2024
    - 55.7K bytes
    - Viewed (0)
  2. perlembed.txt

    =head1 NAME perlembed - how to embed perl in your C program =head1 DESCRIPTION =head2 PREAMBLE Do you want to: =over 5 =item B<Use C from Perl?> Read L<perlxstut>, L<perlxs>, L<h2xs>, L<perlguts>, ...
    perldoc.perl.org/perlembed.txt
    Registered: Sun May 12 21:25:02 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. perlgit.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...
    perldoc.perl.org/perlgit.txt
    Registered: Sun May 12 23:49:21 UTC 2024
    - 31K bytes
    - Viewed (0)
  4. perlpolicy.txt

    =encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...
    perldoc.perl.org/perlpolicy.txt
    Registered: Sun May 12 20:41:17 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt
    Registered: Sun May 12 23:28:43 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  6. perlfilter.txt

    =head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...
    perldoc.perl.org/perlfilter.txt
    Registered: Sun May 12 19:57:41 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. perl5201delta.txt

    =encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...
    perldoc.perl.org/perl5201delta.txt
    Registered: Mon May 13 11:48:51 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. Encode.txt

    # # $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Tue May 14 02:20:43 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  9. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); $VERSION = "0.36"; @ISA = qw( Exporter ); @EXPORT_OK = qw( plv2hash ...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Tue May 14 00:57:29 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Tue May 14 22:24:58 UTC 2024
    - 35.3K bytes
    - Viewed (0)
Back to top