Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 323 for filetype:txt (0.03 sec)

  1. -X.txt

    =over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...
    perldoc.perl.org/functions/-X.txt
    Registered: Tue Apr 30 01:00:14 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Tue Apr 30 00:37:22 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. 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: Tue Apr 30 02:30:14 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. 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: Tue Apr 30 00:53:15 UTC 2024
    - 2.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: Tue Apr 30 02:22:46 UTC 2024
    - 760 bytes
    - Viewed (0)
  6. seekdir.txt

    =over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...
    perldoc.perl.org/functions/seekdir.txt
    Registered: Tue Apr 30 01:08:30 UTC 2024
    - 354 bytes
    - Viewed (0)
  7. exp.txt

    =over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back
    perldoc.perl.org/functions/exp.txt
    Registered: Tue Apr 30 00:24:53 UTC 2024
    - 197 bytes
    - Viewed (0)
  8. perlguts.txt

    =for comment The part of this file between =for mg_vtable.pl markers is auto generated by mg_vtable.pl; any changes there need to be made instead to mg_vtable.pl =head1 NAME perlguts - Introduction...
    perldoc.perl.org/perlguts.txt
    Registered: Wed May 01 08:20:15 UTC 2024
    - 176.6K 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
    Registered: Wed May 01 06:12:40 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  10. perltrap.txt

    =head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...
    perldoc.perl.org/perltrap.txt
    Registered: Wed May 01 05:58:31 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top