Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 2,615 for host:perldoc.perl.org (0.04 sec)

  1. %ENV.txt

    =over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...
    perldoc.perl.org/variables/%ENV.txt
    Registered: Sat Mar 08 14:14:36 UTC 2025
    - 746 bytes
    - Viewed (0)
  2. $#.txt

    =over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...
    perldoc.perl.org/variables/$#.txt
    Registered: Sat Mar 08 16:08:39 UTC 2025
    - 481 bytes
    - Viewed (0)
  3. ${^WIN32_SLOPPY_STAT}.txt

    =over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...
    perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txt
    Registered: Sat Mar 08 16:15:15 UTC 2025
    - 216 bytes
    - Viewed (0)
  4. $^T.txt

    =over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...
    perldoc.perl.org/variables/$^T.txt
    Registered: Sat Mar 08 14:57:52 UTC 2025
    - 241 bytes
    - Viewed (0)
  5. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Thu Mar 06 03:11:23 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  6. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Wed Mar 05 21:41:19 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  7. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Thu Mar 06 02:17:28 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  8. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Thu Mar 06 00:18:48 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  9. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Wed Mar 05 23:20:18 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  10. IPC::SharedMem.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SharedMem.txt
    Registered: Thu Mar 06 04:16:38 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top