Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. piconv.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 #!./perl # $Id: piconv,v 2.8 201...
    perldoc.perl.org/piconv.txt
    Registered: Tue Apr 23 17:02:19 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. pl2pm.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 =head1 NAME pl2pm - Rough tool t...
    perldoc.perl.org/pl2pm.txt
    Registered: Tue Apr 23 16:48:35 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. %{^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)
  6. $^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)
  7. $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)
  8. $^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)
  9. @-.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)
  10. % .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)
Back to top