Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 2,615 for host:perldoc.perl.org (0.13 sec)

  1. h2xs - convert .h C header files to Perl extens...

    h2xs ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES Extension based on .h and .c files ENVIRON...
    perldoc.perl.org/h2xs
    Registered: Fri Nov 15 12:30:16 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  2. __DATA__ - Perldoc Browser

    functions / __DATA__ ( source , CPAN ) # __DATA__ # __END__ These keywords are documented in "Special Literals" in pe...
    perldoc.perl.org/functions/__DATA__ Similar Results (1)
    Registered: Fri Nov 15 12:20:21 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  3. foreach - Perldoc Browser

    functions / foreach ( source , CPAN ) # else # elsif # for # foreach # if # unless # until # while These flow-control...
    perldoc.perl.org/functions/foreach Similar Results (6)
    Registered: Fri Nov 15 12:20:44 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Fri Nov 15 14:37:15 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Fri Nov 15 13:32:42 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Fri Nov 15 13:07:33 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Fri Nov 15 13:39:44 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Fri Nov 15 14:58:33 UTC 2024
    - 945 bytes
    - Viewed (0)
  9. Term::ANSIColor.txt

    # Color screen output using ANSI escape sequences. # # This module provides utility functions (in two different forms) for coloring # output with ANSI escape sequences. # # This module is sometimes...
    perldoc.perl.org/Term::ANSIColor.txt
    Registered: Sun Nov 17 11:55:56 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  10. Term::ReadLine.txt

    =head1 NAME Term::ReadLine - Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS use Term::ReadLine; my $term ...
    perldoc.perl.org/Term::ReadLine.txt
    Registered: Sun Nov 17 16:09:12 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top