Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 275 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Sat May 11 00:25:43 UTC 2024
    - 421 bytes
    - Viewed (0)
  2. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Sat May 11 07:33:15 UTC 2024
    - 310 bytes
    - Viewed (0)
  3. getgrgid.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/getgrgid.txt
    Registered: Sat May 11 22:00:19 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top