- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,302 for label:perl (0.1 sec)
-
attributes.txt
package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...perldoc.perl.org/attributes.txtRegistered: Tue Mar 04 18:13:22 UTC 2025 - 16K bytes - Viewed (0) -
perlqnx.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlqnx.txtRegistered: Tue Mar 04 17:44:37 UTC 2025 - 6.5K bytes - Viewed (0) -
perl5144delta.txt
=encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...perldoc.perl.org/perl5144delta.txtRegistered: Tue Mar 04 16:00:47 UTC 2025 - 6.2K bytes - Viewed (0) -
perlamiga.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see perlpod manpage) which is specially designed to be readable as is. =h...perldoc.perl.org/perlamiga.txtRegistered: Tue Mar 04 13:06:27 UTC 2025 - 5.6K bytes - Viewed (0) -
B::Showlex.txt
package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...perldoc.perl.org/B::Showlex.txtRegistered: Tue Mar 04 18:43:35 UTC 2025 - 5.5K bytes - Viewed (0) -
perlhurd.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlhurd.txtRegistered: Tue Mar 04 13:10:36 UTC 2025 - 2K bytes - Viewed (0) -
perlriscos.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....perldoc.perl.org/perlriscos.txtRegistered: Tue Mar 04 16:50:46 UTC 2025 - 1.6K bytes - Viewed (0) -
Getopt::Long.txt
#! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...perldoc.perl.org/Getopt::Long.txtRegistered: Thu Mar 06 06:10:20 UTC 2025 - 81.1K bytes - Viewed (0) -
IO::Compress::RawDeflate.txt
package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status :Parse); use IO::Compress:...perldoc.perl.org/IO::Compress::RawDeflate.txtRegistered: Thu Mar 06 05:18:57 UTC 2025 - 28.3K bytes - Viewed (0) -
File::Spec::VMS.txt
package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...perldoc.perl.org/File::Spec::VMS.txtRegistered: Thu Mar 06 02:05:19 UTC 2025 - 15.9K bytes - Viewed (0)