Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 133 for host:perldoc.perl.org (0.02 sec)

  1. $%.txt

    =over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...
    perldoc.perl.org/variables/$%.txt
    Registered: Fri May 17 22:00:23 UTC 2024
    - 229 bytes
    - Viewed (0)
  2. $^I.txt

    =over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back
    perldoc.perl.org/variables/$^I.txt
    Registered: Fri May 17 18:53:58 UTC 2024
    - 194 bytes
    - Viewed (0)
  3. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Fri May 17 14:15:30 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  4. perldoc.txt

    =head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...
    perldoc.perl.org/perldoc.txt
    Registered: Fri May 17 13:00:23 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. $;.txt

    =over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...
    perldoc.perl.org/variables/$;.txt
    Registered: Fri May 17 16:37:02 UTC 2024
    - 658 bytes
    - Viewed (0)
  6. perlvar.txt

    =head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...
    perldoc.perl.org/perlvar.txt
    Registered: Fri May 17 13:17:32 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  7. perlsub.txt

    =head1 NAME X<subroutine> X<function> perlsub - Perl subroutines =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declaration. sub NAME(PROTO); # di...
    perldoc.perl.org/perlsub.txt
    Registered: Fri May 17 14:23:12 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. perlobj.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...
    perldoc.perl.org/perlobj.txt
    Registered: Fri May 17 15:44:38 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  9. perlrun.txt

    =head1 NAME perlrun - how to execute the Perl interpreter =head1 SYNOPSIS B<perl> S<[ B<-gsTtuUWX> ]> S<[ B<-h?v> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<nu...
    perldoc.perl.org/perlrun.txt
    Registered: Fri May 17 16:22:24 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  10. @{^CAPTURE}.txt

    =over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...
    perldoc.perl.org/variables/@{^CAPTURE}.txt
    Registered: Fri May 17 22:43:18 UTC 2024
    - 932 bytes
    - Viewed (0)
Back to top