Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 348 for label:perl (0.02 sec)

  1. builtin.txt

    package builtin 0.008; use strict; use warnings; # All code, including &import, is implemented by always-present functions in # the perl interpreter itself. # See also `builtin.c` in perl source 1;...
    perldoc.perl.org/builtin.txt
    Registered: Mon May 13 20:32:59 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Socket.txt
    Registered: Tue May 14 17:19:23 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  3. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.204 (); use IO::Compress::Adapter::Deflate 2.204 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Tue May 14 17:03:54 UTC 2024
    - 23K bytes
    - Viewed (0)
  4. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Tue May 14 17:12:13 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  5. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Tue May 14 16:04:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  6. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Tue May 14 14:03:37 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2022 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Tue May 14 02:36:15 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  8. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Tue May 14 02:58:21 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  9. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Tue May 14 03:27:28 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  10. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Tue May 14 01:28:55 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top