Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,302 for label:perl (0.02 sec)

  1. Tie::Handle.txt

    package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...
    perldoc.perl.org/Tie::Handle.txt
    Registered: Mon Apr 07 08:52:27 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. Test2::Plugin::Times.txt

    package Test2::Plugin::Times; use strict; use warnings; use Test2::Util::Times qw/render_bench render_duration/; use Test2::API qw{ test2_add_callback_exit }; use Time::HiRes qw/time/; our $VERSION...
    perldoc.perl.org/Test2::Plugin::Times.txt
    Registered: Mon Apr 07 04:04:36 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Mon Apr 07 10:49:33 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. 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: Mon Apr 07 03:49:26 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. Tie::Hash::NamedCapture.txt

    use strict; package Tie::Hash::NamedCapture; our $VERSION = "0.13"; __END__ =head1 NAME Tie::Hash::NamedCapture - Named regexp capture buffers =head1 SYNOPSIS tie my %hash, "Tie::Hash::NamedCapture...
    perldoc.perl.org/Tie::Hash::NamedCapture.txt
    Registered: Mon Apr 07 07:09:22 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. xsubpp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl use 5.006; BEGIN { pop ...
    perldoc.perl.org/xsubpp.txt
    Registered: Mon Apr 07 10:58:16 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  7. pod2html.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =pod =head1 NAME pod2html - co...
    perldoc.perl.org/pod2html.txt
    Registered: Mon Apr 07 12:25:29 UTC 2025
    - 4K bytes
    - Viewed (0)
  8. perl5181delta.txt

    =encoding utf8 =head1 NAME perl5181delta - what is new for perl v5.18.1 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.18.1 release. If you are upgradin...
    perldoc.perl.org/perl5181delta.txt
    Registered: Tue Apr 01 05:03:51 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  9. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Thu Apr 03 20:12:00 UTC 2025
    - 224K bytes
    - Viewed (0)
  10. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Thu Apr 03 04:24:34 UTC 2025
    - 233 bytes
    - Viewed (0)
Back to top