Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 841 for filetype:txt (0.02 sec)

  1. @_.txt

    =over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...
    perldoc.perl.org/variables/@_.txt
    Registered: Fri May 10 14:29:32 UTC 2024
    - 247 bytes
    - Viewed (0)
  2. $-.txt

    =over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...
    perldoc.perl.org/variables/$-.txt
    Registered: Fri May 10 22:30:13 UTC 2024
    - 237 bytes
    - Viewed (0)
  3. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Fri May 10 23:53:52 UTC 2024
    - 102 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