Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 1 - 10 of 1,172 for label:perl (0.02 sec)

  1. perlvms.txt

    =head1 NAME perlvms - VMS-specific documentation for Perl =head1 DESCRIPTION Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 doc...
    perldoc.perl.org/perlvms.txt
    Registered: Sat Apr 20 07:49:39 UTC 2024
    - 49.6K bytes
    - Viewed (0)
  2. perl5125delta.txt

    =encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...
    perldoc.perl.org/perl5125delta.txt
    Registered: Sat Apr 20 08:11:46 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. perlbs2000.txt

    # vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. Do not worry, you've apparently got the ASCII->EBCDIC translation worked out correctly...
    perldoc.perl.org/perlbs2000.txt
    Registered: Sat Apr 20 10:01:20 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. perl5004delta.txt

    =head1 NAME perl5004delta - what's new for perl5.004 =head1 DESCRIPTION This document describes differences between the 5.003 release (as documented in I<Programming Perl>, second edition--the Came...
    perldoc.perl.org/perl5004delta.txt
    Registered: Sat Apr 20 04:23:57 UTC 2024
    - 54.9K bytes
    - Viewed (0)
  5. perl5101delta.txt

    =head1 NAME perl5101delta - what is new for perl v5.10.1 =head1 DESCRIPTION This document describes differences between the 5.10.0 release and the 5.10.1 release. If you are upgrading from an earli...
    perldoc.perl.org/perl5101delta.txt
    Registered: Sat Apr 20 04:01:45 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  6. %{^HOOK}.txt

    =over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...
    perldoc.perl.org/variables/%{^HOOK}.txt
    Registered: Tue Apr 23 19:19:53 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. $^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: Tue Apr 23 18:22:59 UTC 2024
    - 241 bytes
    - Viewed (0)
  8. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Tue Apr 23 19:48:43 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Tue Apr 23 19:56:48 UTC 2024
    - 2K bytes
    - Viewed (1)
  10. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Tue Apr 23 23:32:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top