Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 6,339 for content_length:[0 TO 9999] (0.14 sec)

  1. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Fri Nov 07 03:35:16 UTC 2025
    - 325 bytes
    - Viewed (0)
  2. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Fri Nov 07 03:43:24 UTC 2025
    - 445 bytes
    - Viewed (0)
  3. getting-started.html.md

    # Getting Started This lets you deploy an application to the [dev zone](environments.html#dev)on Vespa Cloud for free. Alternative versions of this guide: - [Getting started, using pyvespa](https:/...
    docs.vespa.ai/en/cloud/getting-started.html.md
    Registered: Fri Oct 24 05:53:21 UTC 2025
    - Last Modified: Thu Oct 23 22:49:25 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. getting-started-shell.html.md

    # Getting Started (without Vespa CLI) This lets you deploy an application to the [dev zone](environments.html#dev)on Vespa Cloud for free. Alternative versions of this guide: - [Getting started, us...
    docs.vespa.ai/en/cloud/getting-started-shell.html.md
    Registered: Fri Oct 24 06:23:01 UTC 2025
    - Last Modified: Thu Oct 23 22:49:25 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. xsubpp.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.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: Sat Oct 25 21:18:33 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  6. pod2html.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =pod =head1 NAME pod2html - co...
    perldoc.perl.org/pod2html.txt
    Registered: Sat Oct 25 20:43:26 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.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: Sat Oct 25 19:06:31 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. ${^SAFE_LOCALES}.txt

    =over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...
    perldoc.perl.org/variables/${^SAFE_LOCALES}.txt
    Registered: Sat Oct 25 17:03:29 UTC 2025
    - 572 bytes
    - Viewed (0)
  9. $*.txt

    =over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a compilation erro...
    perldoc.perl.org/variables/$*.txt
    Registered: Sat Oct 25 17:13:04 UTC 2025
    - 348 bytes
    - Viewed (0)
  10. $%.txt

    =over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...
    perldoc.perl.org/variables/$%.txt
    Registered: Sat Oct 25 14:59:57 UTC 2025
    - 229 bytes
    - Viewed (0)
Back to top