Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 61 - 70 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. perl5144delta.txt

    =encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...
    perldoc.perl.org/perl5144delta.txt
    Registered: Mon May 13 09:27:58 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Wed May 15 02:45:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. perlpodspec.txt

    =encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...
    perldoc.perl.org/perlpodspec.txt
    Registered: Sun May 12 21:03:54 UTC 2024
    - 67.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. sethostent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/sethostent.txt
    Registered: Sun May 12 12:45:03 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top