Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 2,354 for host:perldoc.perl.org (0.01 sec)

  1. json_pp.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @INC...
    perldoc.perl.org/json_pp.txt
    Registered: Tue Apr 23 16:03:55 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pod2usage.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 b...
    perldoc.perl.org/pod2usage.txt
    Registered: Tue Apr 23 16:38:36 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. %{^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)
  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: Tue Apr 23 18:22:59 UTC 2024
    - 241 bytes
    - Viewed (0)
  5. $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)
  6. $^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)
  7. @-.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)
  8. % .txt

    =over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...
    perldoc.perl.org/variables/% .txt
    Registered: Tue Apr 23 23:26:45 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Tue Apr 23 22:21:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. %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: Tue Apr 23 19:27:46 UTC 2024
    - 746 bytes
    - Viewed (0)
Back to top