Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 1,172 for label:perl (0.02 sec)

  1. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Wed May 08 21:31:39 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. Test2::EventFacet::Plan.txt

    package Test2::EventFacet::Plan; use strict; use warnings; our $VERSION = '1.302194'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -count -ski...
    perldoc.perl.org/Test2::EventFacet::Plan.txt
    Registered: Wed May 08 19:24:19 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.36'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Wed May 08 22:52:15 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. perlfaq5.txt

    =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. =head2 How...
    perldoc.perl.org/perlfaq5.txt
    Registered: Fri May 03 13:10:44 UTC 2024
    - 54K bytes
    - Viewed (0)
  5. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Sat May 04 02:31:42 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Sat May 04 00:20:00 UTC 2024
    - 229 bytes
    - Viewed (0)
  7. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Fri May 03 23:30:54 UTC 2024
    - 220 bytes
    - Viewed (0)
  8. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Sat May 04 11:06:49 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. 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: Sat May 04 09:36:54 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. 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: Sat May 04 07:45:43 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top