Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. perlunifaq.txt

    =head1 NAME perlunifaq - Perl Unicode FAQ =head1 Q and A This is a list of questions and answers about Unicode in Perl, intended to be read after L<perlunitut>. =head2 perlunitut isn't really a Uni...
    perldoc.perl.org/perlunifaq.txt
    Registered: Sun May 05 07:17:12 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Sun May 05 08:02:56 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Sun May 05 08:39:28 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. END.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back
    perldoc.perl.org/functions/END.txt
    Registered: Sun May 05 04:42:47 UTC 2024
    - 178 bytes
    - Viewed (0)
  5. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back
    perldoc.perl.org/functions/tr.txt
    Registered: Sun May 05 05:57:47 UTC 2024
    - 152 bytes
    - Viewed (0)
  6. isa.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/isa.txt
    Registered: Sun May 05 04:28:40 UTC 2024
    - 192 bytes
    - Viewed (0)
  7. x.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/x.txt
    Registered: Sun May 05 03:13:47 UTC 2024
    - 192 bytes
    - Viewed (0)
  8. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.89'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Mon May 06 07:38:56 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. attributes.txt

    package attributes; our $VERSION = 0.35; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Mon May 06 05:06:37 UTC 2024
    - 16K bytes
    - Viewed (0)
  10. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.204_001'; $XS...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Mon May 06 09:00:36 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top