Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 270 of 1,445 for label:perl (0.12 seconds)

  1. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Fri Feb 06 14:42:02 GMT 2026
      2.8K bytes
  2. source::encoding.txt

    package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...
    perldoc.perl.org/source::encoding.txt
    Fri Feb 06 19:16:01 GMT 2026
      1.7K bytes
  3. perl

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/5.38.5/perl
    Fri Dec 26 12:24:37 GMT 2025
      17.1K bytes
  4. perl

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/5.28.2/perl
    Fri Dec 26 12:26:17 GMT 2025
      16K bytes
      Similar Results (1)
  5. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/5.40.2/CPAN
    Sat Dec 27 11:30:50 GMT 2025
      144.4K bytes
      Similar Results (2)
  6. CPAN

    package CPAN; use vars qw{$Try_autoload $Revision $META $Signal $Cwd $End $Suppress_readline %Dontload $Frontend $Defaultsite }; #}; $VERSION = '1.52'; # $Id: CPAN.pm,v 1.276 2000/01/08 15:29:46 k ...
    perldoc.perl.org/5.6.0/CPAN
    Sat Dec 27 11:31:24 GMT 2025
      147.2K bytes
  7. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '1.94_56'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over an...
    perldoc.perl.org/5.12.5/CPAN
    Sat Dec 27 11:27:45 GMT 2025
      130.2K bytes
      Similar Results (1)
  8. CPAN

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN; $CPAN::VERSION = '1.9205'; $CPAN::VERSION = eval $CPAN::VERSION if $CPAN::VERSION =~ /_/; use CPAN::HandleConfi...
    perldoc.perl.org/5.10.0/CPAN
    Sat Dec 27 11:30:30 GMT 2025
      432.7K bytes
  9. variables

    =pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...
    perldoc.perl.org/5.28.2/variables
    Fri Dec 26 13:06:13 GMT 2025
      10K bytes
  10. perlhacktut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktut.pod =head1 NAME perlhacktut - Walk through the creation of a simple C code pa...
    perldoc.perl.org/perlhacktut.txt
    Fri Jan 23 11:32:26 GMT 2026
      6K bytes
Back to Top