Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. gmtime.txt

    =over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...
    perldoc.perl.org/functions/gmtime.txt
    Registered: Tue Nov 05 17:09:18 UTC 2024
    - 379 bytes
    - Viewed (0)
  2. pod2text.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 # Convert POD data to formatte...
    perldoc.perl.org/pod2text.txt
    Registered: Thu Nov 07 06:26:12 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. xsubpp.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 #!perl use 5.006; BEGIN { pop ...
    perldoc.perl.org/xsubpp.txt
    Registered: Thu Nov 07 07:30:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  4. pod2html.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 =pod =head1 NAME pod2html - co...
    perldoc.perl.org/pod2html.txt
    Registered: Thu Nov 07 07:22:26 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. 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)
  6. __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)
  7. semctl.txt

    =over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...
    perldoc.perl.org/functions/semctl.txt
    Registered: Tue Nov 05 07:36:38 UTC 2024
    - 762 bytes
    - Viewed (0)
  8. msgctl.txt

    =over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...
    perldoc.perl.org/functions/msgctl.txt
    Registered: Tue Nov 05 08:21:38 UTC 2024
    - 616 bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top