- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 1,302 for label:perl (0.04 sec)
-
perlpodspec.txt
=encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...perldoc.perl.org/perlpodspec.txtRegistered: Tue Nov 19 18:55:43 UTC 2024 - 67.3K bytes - Viewed (0) -
perlcall.txt
=head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...perldoc.perl.org/perlcall.txtRegistered: Tue Nov 19 23:03:30 UTC 2024 - 55.7K bytes - Viewed (0) -
perlgit.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...perldoc.perl.org/perlgit.txtRegistered: Tue Nov 19 21:08:31 UTC 2024 - 31K bytes - Viewed (0) -
perlpolicy.txt
=encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...perldoc.perl.org/perlpolicy.txtRegistered: Tue Nov 19 21:48:42 UTC 2024 - 25.9K bytes - Viewed (0) -
perlxstypemap.txt
=head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...perldoc.perl.org/perlxstypemap.txtRegistered: Tue Nov 19 22:19:22 UTC 2024 - 23.4K bytes - Viewed (0) -
perlstyle.txt
=head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...perldoc.perl.org/perlstyle.txtRegistered: Tue Nov 19 19:01:43 UTC 2024 - 8.8K bytes - Viewed (0) -
perl5342delta.txt
=encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...perldoc.perl.org/perl5342delta.txtRegistered: Tue Nov 19 22:08:34 UTC 2024 - 3.9K bytes - Viewed (0) -
Amiga::Exec.txt
package Amiga::Exec; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a v...perldoc.perl.org/Amiga::Exec.txtRegistered: Fri Nov 15 13:00:43 UTC 2024 - 2.3K bytes - Viewed (0) -
blib.txt
package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...perldoc.perl.org/blib.txtRegistered: Fri Nov 15 14:45:33 UTC 2024 - 2K bytes - Viewed (0) -
POSIX.txt
=head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...perldoc.perl.org/POSIX.txtRegistered: Sat Nov 16 17:12:04 UTC 2024 - 83.3K bytes - Viewed (0)