Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 21 - 30 of 321 for filetype:txt (0.01 sec)

  1. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Tue Apr 30 03:43:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Tue Apr 30 05:50:32 UTC 2024
    - 454 bytes
    - Viewed (0)
  3. cos.txt

    =over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...
    perldoc.perl.org/functions/cos.txt
    Registered: Tue Apr 30 06:19:15 UTC 2024
    - 366 bytes
    - Viewed (0)
  4. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Tue Apr 30 07:56:04 UTC 2024
    - 385 bytes
    - Viewed (0)
  5. sqrt.txt

    =over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...
    perldoc.perl.org/functions/sqrt.txt
    Registered: Tue Apr 30 03:29:54 UTC 2024
    - 325 bytes
    - Viewed (0)
  6. vec.txt

    =over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...
    perldoc.perl.org/functions/vec.txt
    Registered: Tue Apr 30 10:37:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Tue Apr 30 11:21:19 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Tue Apr 30 13:43:00 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Tue Apr 30 11:28:19 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Tue Apr 30 13:05:31 UTC 2024
    - 831 bytes
    - Viewed (0)
Back to top