Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1541 - 1550 of 3,449 for filetype:txt (0.05 sec)

  1. open.txt

    =over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...
    perldoc.perl.org/functions/open.txt
    Registered: Sun Aug 31 12:56:12 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  2. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: Sun Aug 31 11:06:53 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE C<unpack> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a list of values. (In scalar...
    perldoc.perl.org/functions/unpack.txt
    Registered: Sun Aug 31 11:19:57 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. 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: Sun Aug 31 07:38:58 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  5. 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: Sun Aug 31 09:52:55 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Sun Aug 31 08:55:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. 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: Sun Aug 31 10:44:50 UTC 2025
    - 1008 bytes
    - Viewed (0)
  8. 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: Sun Aug 31 09:16:01 UTC 2025
    - 768 bytes
    - Viewed (0)
  9. chdir.txt

    =over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...
    perldoc.perl.org/functions/chdir.txt
    Registered: Sun Aug 31 10:49:46 UTC 2025
    - 739 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: Sun Aug 31 10:59:12 UTC 2025
    - 686 bytes
    - Viewed (0)
Back to top