- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 1,306 for label:perl (0.02 sec)
-
Encode.txt
# # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...perldoc.perl.org/Encode.txtRegistered: Sun Apr 20 22:50:26 UTC 2025 - 31.4K bytes - Viewed (0) -
File::Find.txt
package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...perldoc.perl.org/File::Find.txtRegistered: Sun Apr 20 20:43:18 UTC 2025 - 36.6K bytes - Viewed (0) -
File::stat.txt
package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...perldoc.perl.org/File::stat.txtRegistered: Sun Apr 20 23:19:04 UTC 2025 - 9.9K bytes - Viewed (0) -
File::Spec::Win32.txt
package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Sun Apr 20 23:09:00 UTC 2025 - 10.5K bytes - Viewed (0) -
I18N::LangTags::Detect.txt
# Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...perldoc.perl.org/I18N::LangTags::Detect.txtRegistered: Sun Apr 20 22:09:31 UTC 2025 - 6.5K bytes - Viewed (0) -
ExtUtils::XSSymSet.txt
package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...perldoc.perl.org/ExtUtils::XSSymSet.txtRegistered: Sun Apr 20 23:45:28 UTC 2025 - 7.6K bytes - Viewed (0) -
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...perldoc.perl.org/ExtUtils::MM_DOS.txtRegistered: Sun Apr 20 19:46:36 UTC 2025 - 1K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Sun Apr 20 20:15:00 UTC 2025 - 602 bytes - Viewed (0) -
stat.txt
=over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...perldoc.perl.org/functions/stat.txtRegistered: Fri Apr 18 16:34:43 UTC 2025 - 5.5K bytes - Viewed (0) -
sysopen.txt
=over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...perldoc.perl.org/functions/sysopen.txtRegistered: Fri Apr 18 18:57:25 UTC 2025 - 4.1K bytes - Viewed (0)