- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 6,887 for content_length:[0 TO 9999] (0.03 sec)
-
Tie::Scalar.txt
package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...perldoc.perl.org/Tie::Scalar.txtRegistered: Mon Apr 07 07:16:32 UTC 2025 - 4.1K bytes - Viewed (0) -
User::grent.txt
package User::grent 1.05; use v5.38; our ($gr_name, $gr_gid, $gr_passwd, @gr_members); use Exporter 'import'; our @EXPORT = qw(getgrent getgrgid getgrnam getgr); our @EXPORT_OK = qw($gr_name $gr_gi...perldoc.perl.org/User::grent.txtRegistered: Mon Apr 07 07:50:40 UTC 2025 - 2.7K bytes - Viewed (0) -
XS::Typemap.txt
package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...perldoc.perl.org/XS::Typemap.txtRegistered: Mon Apr 07 08:08:50 UTC 2025 - 2.5K bytes - Viewed (0) -
autodie::Scope::Guard.txt
package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.37'; # VERSION # This code schedules the cleanup of subroutines...perldoc.perl.org/autodie::Scope::Guard.txtRegistered: Mon Apr 07 06:02:03 UTC 2025 - 1.4K bytes - Viewed (0) -
encguess.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.008001; BEGIN {...perldoc.perl.org/encguess.txtRegistered: Mon Apr 07 10:14:30 UTC 2025 - 3.1K bytes - Viewed (0) -
ptardiff.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 BEGIN { pop @I...perldoc.perl.org/ptardiff.txtRegistered: Mon Apr 07 10:42:30 UTC 2025 - 2.7K bytes - Viewed (0) -
try.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/try.txt Similar Results (2)Registered: Thu Apr 03 10:19:59 UTC 2025 - 184 bytes - Viewed (0) -
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91perldoc.perl.org/functions/DESTROY.txtRegistered: Thu Apr 03 08:44:51 UTC 2025 - 91 bytes - Viewed (0) -
semget.txt
=over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...perldoc.perl.org/functions/semget.txtRegistered: Thu Apr 03 11:20:15 UTC 2025 - 325 bytes - Viewed (0) -
for.txt
=over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194perldoc.perl.org/functions/for.txt Similar Results (7)Registered: Thu Apr 03 10:56:31 UTC 2025 - 194 bytes - Viewed (0)