Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,302 for label:perl (0.08 sec)

  1. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Thu Nov 07 05:43:32 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Tue Nov 05 07:09:12 UTC 2024
    - 925 bytes
    - Viewed (0)
  3. perldoc.txt

    =head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...
    perldoc.perl.org/perldoc.txt
    Registered: Fri Nov 15 10:58:00 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Fri Nov 15 11:50:43 UTC 2024
    - 173.2K bytes
    - Viewed (0)
  5. variables.txt

    =pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...
    perldoc.perl.org/variables.txt
    Registered: Fri Nov 15 11:09:13 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. I18N::LangTags::List.txt

    require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...
    perldoc.perl.org/I18N::LangTags::List.txt
    Registered: Sat Nov 16 16:38:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  7. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::POP3.txt
    Registered: Sat Nov 16 15:23:43 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. IO::Socket::INET.txt

    # IO::Socket::INET.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::INET.txt
    Registered: Sat Nov 16 16:08:52 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. Net::Netrc.txt

    # Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Sat Nov 16 17:07:45 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Sat Nov 16 17:01:51 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top