Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 2,642 for host:perldoc.perl.org (0.08 sec)

  1. 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: Sun Aug 31 05:18:40 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...
    perldoc.perl.org/functions/next.txt
    Registered: Sun Aug 31 09:43:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. grep.txt

    =over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...
    perldoc.perl.org/functions/grep.txt
    Registered: Sun Aug 31 08:01:45 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/ Similar Results (3)
    Registered: Sun Aug 31 05:48:44 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  5. 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: Sun Aug 31 07:31:48 UTC 2025
    - 720 bytes
    - Viewed (0)
  6. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Sun Aug 31 08:16:34 UTC 2025
    - 454 bytes
    - Viewed (0)
  7. 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: Sun Aug 31 07:52:35 UTC 2025
    - 310 bytes
    - Viewed (0)
  8. perlintern.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlintern.txt
    Registered: Sat Aug 30 03:10:30 UTC 2025
    - 149.2K bytes
    - Viewed (0)
  9. perlpacktut.txt

    =head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...
    perldoc.perl.org/perlpacktut.txt Similar Results (1)
    Registered: Sat Aug 30 08:11:55 UTC 2025
    - 50.2K bytes
    - Viewed (0)
  10. perlhack.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...
    perldoc.perl.org/perlhack.txt
    Registered: Sat Aug 30 05:35:00 UTC 2025
    - 44K bytes
    - Viewed (0)
Back to top