Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 790 for host:perldoc.perl.org (0.02 sec)

  1. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Sat May 11 20:49:17 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...
    perldoc.perl.org/functions/redo.txt
    Registered: Sat May 11 19:50:16 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Sat May 11 20:35:57 UTC 2024
    - 573 bytes
    - Viewed (0)
  4. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Sat May 11 21:14:58 UTC 2024
    - 410 bytes
    - Viewed (0)
  5. 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 12 15:20:33 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  6. 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 12 16:22:40 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Sun May 19 02:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Sun May 19 03:18:33 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Sun May 19 09:22:49 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Sun May 19 11:14:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top