Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. piconv.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 2...
    perldoc.perl.org/piconv.txt
    Registered: Sat Apr 19 21:55:57 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  2. json_pp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/json_pp.txt
    Registered: Sat Apr 19 21:45:36 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  3. 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: Sat Apr 19 18:16:37 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  4. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Sat Apr 19 16:35:02 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. Pod::Text::Overstrike.txt

    # Convert POD data to formatted overstrike text # # This was written because the output from: # # pod2text Text.pm > plain.txt; less plain.txt # # is not as rich as the output from # # pod2man Text...
    perldoc.perl.org/Pod::Text::Overstrike.txt
    Registered: Sun Mar 23 21:03:15 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  6. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Sat Apr 05 21:50:48 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  7. Pod::Simple::RTF.txt

    package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...
    perldoc.perl.org/Pod::Simple::RTF.txt
    Registered: Sat Apr 05 21:13:49 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  8. $title

    =pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...
    perldoc.perl.org/Pod::Simple::XHTML.txt
    Registered: Sat Apr 05 21:05:58 UTC 2025
    - 27.2K bytes
    - Viewed (0)
  9. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Sat Apr 05 19:40:58 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. TAP::Parser::Iterator::Process.txt

    package TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...
    perldoc.perl.org/TAP::Parser::Iterator::Process.txt
    Registered: Sat Apr 05 17:59:23 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top