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. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Wed May 15 01:37:36 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  2. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Wed May 15 01:31:41 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  3. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...
    perldoc.perl.org/IO::Zlib.txt
    Registered: Wed May 15 02:15:20 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top