Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 31 for test (0.07 sec)

  1. -X.txt

    -X DIRHANDLE =item -X A file test, where X is one of the letters...filehandle, or a dirhandle, and tests the associated file to see if...
    perldoc.perl.org/functions/-X.txt
    Registered: Wed Apr 02 18:10:21 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  2. ref.txt

    C<ref> is often useful to just test whether a value is a reference,...doesn't perform a class membership test: a class's members also include...
    perldoc.perl.org/functions/ref.txt
    Registered: Thu Apr 03 07:16:10 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. srand.txt

    for a test program which has too many combinations to test comprehensively...predictable results, generally for testing or debugging. There, you use...
    perldoc.perl.org/functions/srand.txt
    Registered: Wed Apr 02 07:07:18 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  4. defined.txt

    (A simple Boolean test will not distinguish among L<C<undef>|/undef...should instead use a simple test for size: if (@an_array) { print...
    perldoc.perl.org/functions/defined.txt
    Registered: Thu Apr 03 04:01:18 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  5. readdir.txt

    it would have been testing the wrong file. opendir(my...then the condition actually tests for definedness of the expression's...
    perldoc.perl.org/functions/readdir.txt
    Registered: Wed Apr 02 11:32:46 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. format.txt

    example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str,...
    perldoc.perl.org/functions/format.txt
    Registered: Wed Apr 02 09:28:40 UTC 2025
    - 377 bytes
    - Viewed (0)
  7. getsockopt.txt

    Here's an example to test whether Nagle's algorithm is...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Thu Apr 03 01:45:35 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  8. exists.txt

    just because its existence was tested, any intervening ones will....existence due to the existence test for the C<$key> element above....
    perldoc.perl.org/functions/exists.txt
    Registered: Wed Apr 02 04:46:45 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  9. dbmopen.txt

    want to test whether you can write, either use file tests or try...
    perldoc.perl.org/functions/dbmopen.txt
    Registered: Wed Apr 02 18:14:37 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  10. do.txt

    executes the BLOCK once before testing the loop condition. (On other...statements the loop modifiers test the conditional first.) C<do...
    perldoc.perl.org/functions/do.txt
    Registered: Wed Apr 02 10:58:16 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top