Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2201 - 2210 of 6,572 for content_length:[0 TO 9999] (0.08 sec)

  1. xsubpp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl use 5.006; BEGIN { pop ...
    perldoc.perl.org/xsubpp.txt
    Registered: Wed Feb 12 21:57:12 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  2. pod2html.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =pod =head1 NAME pod2html - co...
    perldoc.perl.org/pod2html.txt
    Registered: Wed Feb 12 21:42:22 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Thu Feb 13 01:06:56 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. File::DosGlob.txt

    #!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...
    perldoc.perl.org/File::DosGlob.txt
    Registered: Fri Feb 14 21:48:25 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  5. Net::Netrc.txt

    # Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Sat Feb 15 02:51:38 UTC 2025
    - 8K bytes
    - Viewed (0)
  6. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sat Feb 15 01:06:20 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  7. Net::netent.txt

    package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...
    perldoc.perl.org/Net::netent.txt
    Registered: Sat Feb 15 04:25:50 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. File::Spec::Cygwin.txt

    package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...
    perldoc.perl.org/File::Spec::Cygwin.txt
    Registered: Sat Feb 15 04:42:24 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  9. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::KR.txt
    Registered: Fri Feb 14 20:38:31 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. Pod::Html::Util.txt

    package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...
    perldoc.perl.org/Pod::Html::Util.txt
    Registered: Sat Feb 15 21:34:31 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top