Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 800 for filetype:txt (0.04 sec)

  1. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Sat May 11 17:51:00 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. seek.txt

    =over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...
    perldoc.perl.org/functions/seek.txt
    Registered: Sat May 11 19:21:57 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Sat May 11 19:07:12 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Sat May 11 22:52:44 UTC 2024
    - 1K bytes
    - Viewed (0)
  5. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Sat May 11 22:30:44 UTC 2024
    - 809 bytes
    - Viewed (0)
  6. chroot.txt

    =over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...
    perldoc.perl.org/functions/chroot.txt
    Registered: Sat May 11 20:44:45 UTC 2024
    - 760 bytes
    - Viewed (0)
  7. 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: Sat May 11 19:27:53 UTC 2024
    - 385 bytes
    - Viewed (0)
  8. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Sat May 11 18:52:18 UTC 2024
    - 223 bytes
    - Viewed (0)
  9. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Sat May 11 07:55:37 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Sat May 11 16:39:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top