- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2201 - 2210 of 6,572 for content_length:[0 TO 9999] (0.08 sec)
-
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.txtRegistered: Wed Feb 12 21:57:12 UTC 2025 - 5.1K bytes - Viewed (0) -
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.txtRegistered: Wed Feb 12 21:42:22 UTC 2025 - 4K bytes - Viewed (0) -
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.txtRegistered: Thu Feb 13 01:06:56 UTC 2025 - 4.3K bytes - Viewed (0) -
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.txtRegistered: Fri Feb 14 21:48:25 UTC 2025 - 7.8K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 02:51:38 UTC 2025 - 8K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 01:06:20 UTC 2025 - 6.2K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 04:25:50 UTC 2025 - 4.3K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 04:42:24 UTC 2025 - 3.5K bytes - Viewed (0) -
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.txtRegistered: Fri Feb 14 20:38:31 UTC 2025 - 1.9K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 21:34:31 UTC 2025 - 8.5K bytes - Viewed (0)