Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 291 for host:perldoc.perl.org (0.01 sec)

  1. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Mon May 06 04:15:25 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Mon May 06 04:08:53 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. perlbot.txt

    =encoding utf8 =head1 NAME perlbot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlob...
    perldoc.perl.org/perlbot.txt
    Registered: Mon May 06 02:33:22 UTC 2024
    - 304 bytes
    - Viewed (0)
  4. perltoot.txt

    =encoding utf8 =head1 NAME perltoot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltoot.txt
    Registered: Mon May 06 01:56:59 UTC 2024
    - 294 bytes
    - Viewed (0)
  5. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Tue May 07 06:51:13 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  6. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Tue May 07 10:41:22 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  7. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Tue May 07 08:36:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Tue May 07 06:58:26 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. FindBin.txt

    # FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...
    perldoc.perl.org/FindBin.txt
    Registered: Tue May 07 09:35:29 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.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 a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Tue May 07 11:10:22 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top