Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 1,172 for label:perl (0.02 sec)

  1. else.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/else.txt
    Registered: Sat May 25 17:49:48 UTC 2024
    - 194 bytes
    - Viewed (0)
  2. ge.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/ge.txt
    Registered: Sat May 25 17:33:21 UTC 2024
    - 192 bytes
    - Viewed (0)
  3. Win32.txt

    package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...
    perldoc.perl.org/Win32.txt
    Registered: Tue May 28 21:34:12 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  4. Text::ParseWords.txt

    package Text::ParseWords; use strict; use warnings; require 5.006; our $VERSION = "3.31"; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(shellwords quotewords nested_quotewords parse_line)...
    perldoc.perl.org/Text::ParseWords.txt
    Registered: Tue May 28 23:05:23 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  5. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302194'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Tue May 28 22:50:45 UTC 2024
    - 6.3K bytes
    - Viewed (10)
  6. Text::Abbrev.txt

    package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...
    perldoc.perl.org/Text::Abbrev.txt
    Registered: Tue May 28 23:56:19 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. Test::Tester::CaptureRunner.txt

    # $Header: /home/fergal/my/cvs/Test-Tester/lib/Test/Tester/CaptureRunner.pm,v 1.3 2003/03/05 01:07:55 fergal Exp $ use strict; package Test::Tester::CaptureRunner; our $VERSION = '1.302194'; use Te...
    perldoc.perl.org/Test::Tester::CaptureRunner.txt
    Registered: Tue May 28 20:38:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. perl5260delta.txt

    =encoding utf8 =head1 NAME perl5260delta - what is new for perl v5.26.0 =head1 DESCRIPTION This document describes the differences between the 5.24.0 release and the 5.26.0 release. =head1 Notice T...
    perldoc.perl.org/perl5260delta.txt
    Registered: Wed May 29 23:26:42 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  9. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Wed May 29 23:52:41 UTC 2024
    - 42.4K bytes
    - Viewed (0)
  10. perl5262delta.txt

    =encoding utf8 =head1 NAME perl5262delta - what is new for perl v5.26.2 =head1 DESCRIPTION This document describes differences between the 5.26.1 release and the 5.26.2 release. If you are upgradin...
    perldoc.perl.org/perl5262delta.txt
    Registered: Thu May 30 01:15:43 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top