- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1201 - 1210 of 1,306 for label:perl (0.07 sec)
-
rename.txt
=over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...perldoc.perl.org/functions/rename.txtRegistered: Fri Apr 18 13:53:25 UTC 2025 - 787 bytes - Viewed (0) -
join.txt
=over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...perldoc.perl.org/functions/join.txtRegistered: Fri Apr 18 17:08:37 UTC 2025 - 455 bytes - Viewed (0) -
perlapi.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...perldoc.perl.org/perlapi.txtRegistered: Thu Apr 17 17:11:37 UTC 2025 - 826.8K bytes - Viewed (0) -
Devel::PPPort.txt
########## # # !!!!! Do NOT edit this file directly! -- Edit PPPort_pm.PL instead. !!!!! # # This file was automatically generated from the definition files in the # parts/inc/ subdirectory by PPPo...perldoc.perl.org/Devel::PPPort.txtRegistered: Sun Apr 20 10:06:57 UTC 2025 - 619.6K bytes - Viewed (0) -
ExtUtils::MM_Any.txt
package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...perldoc.perl.org/ExtUtils::MM_Any.txtRegistered: Sun Apr 20 21:32:11 UTC 2025 - 80.9K bytes - Viewed (0) -
ExtUtils::ParseXS::Utilities.txt
package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...perldoc.perl.org/ExtUtils::ParseXS::Utilities.txtRegistered: Sun Apr 20 18:08:36 UTC 2025 - 18K bytes - Viewed (0) -
Filter::Util::Call.txt
# Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...perldoc.perl.org/Filter::Util::Call.txtRegistered: Sun Apr 20 21:51:42 UTC 2025 - 13.7K bytes - Viewed (0) -
ExtUtils::Embed.txt
package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...perldoc.perl.org/ExtUtils::Embed.txtRegistered: Sun Apr 20 19:24:39 UTC 2025 - 12.4K bytes - Viewed (0) -
FileHandle.txt
package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...perldoc.perl.org/FileHandle.txtRegistered: Sun Apr 20 21:41:38 UTC 2025 - 6.6K bytes - Viewed (0) -
Exporter::Heavy.txt
package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...perldoc.perl.org/Exporter::Heavy.txtRegistered: Sun Apr 20 19:37:29 UTC 2025 - 6.4K bytes - Viewed (0)