Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1191 - 1200 of 1,302 for label:perl (0.09 sec)

  1. Unicode::Collate::CJK::Korean.txt

    package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...
    perldoc.perl.org/Unicode::Collate::CJK::Korean.txt
    Registered: Mon Nov 18 23:18:34 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Mon Nov 18 22:50:18 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  3. Text::Wrap.txt

    use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...
    perldoc.perl.org/Text::Wrap.txt
    Registered: Mon Nov 18 21:10:15 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  4. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue Nov 19 00:27:56 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. Tie::Memoize.txt

    use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...
    perldoc.perl.org/Tie::Memoize.txt
    Registered: Mon Nov 18 22:05:32 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. Tie::StdHandle.txt

    package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...
    perldoc.perl.org/Tie::StdHandle.txt
    Registered: Mon Nov 18 21:44:37 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...
    perldoc.perl.org/functions/continue.txt
    Registered: Wed Nov 20 21:23:57 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Wed Nov 20 21:30:38 UTC 2024
    - 859 bytes
    - Viewed (0)
  9. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Thu Nov 21 00:50:40 UTC 2024
    - 349 bytes
    - Viewed (0)
  10. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Thu Nov 21 02:11:50 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top