Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 250 for timestamp:[now/d-1M TO *] (0.01 sec)

  1. sysseek.txt

    =over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...
    perldoc.perl.org/functions/sysseek.txt
    Registered: Tue Apr 30 01:22:25 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Tue Apr 30 00:14:48 UTC 2024
    - 705 bytes
    - Viewed (0)
  3. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Tue Apr 30 06:42:13 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/functions/delete.txt
    Registered: Tue Apr 30 06:55:36 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...
    perldoc.perl.org/functions/unpack.txt
    Registered: Tue Apr 30 09:30:13 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. ioctl.txt

    =over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...
    perldoc.perl.org/functions/ioctl.txt
    Registered: Tue Apr 30 08:51:12 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Tue Apr 30 10:44:59 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Tue Apr 30 10:00:37 UTC 2024
    - 1K bytes
    - Viewed (0)
  9. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Tue Apr 30 09:09:12 UTC 2024
    - 768 bytes
    - Viewed (0)
  10. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Tue Apr 30 09:00:25 UTC 2024
    - 710 bytes
    - Viewed (0)
Back to top