Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 911 - 920 of 1,306 for label:perl (0.07 sec)

  1. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Fri Jun 06 04:19:33 UTC 2025
    - 174 bytes
    - Viewed (0)
  2. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Fri Jun 06 09:01:41 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Fri Jun 06 07:43:47 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Fri Jun 06 18:26:16 UTC 2025
    - 853 bytes
    - Viewed (0)
  5. @INC.txt

    =over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...
    perldoc.perl.org/variables/@INC.txt
    Registered: Fri Jun 06 21:18:19 UTC 2025
    - 987 bytes
    - Viewed (0)
  6. $^O.txt

    =over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...
    perldoc.perl.org/variables/$^O.txt
    Registered: Sat Jun 07 00:13:19 UTC 2025
    - 670 bytes
    - Viewed (0)
  7. @ISA.txt

    =over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...
    perldoc.perl.org/variables/@ISA.txt
    Registered: Sat Jun 07 01:38:37 UTC 2025
    - 562 bytes
    - Viewed (0)
  8. ARGV.txt

    =over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the angle operator C<< <> >>. Note that currently C<...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Sat Jun 07 02:53:51 UTC 2025
    - 546 bytes
    - Viewed (0)
  9. $^F.txt

    =over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...
    perldoc.perl.org/variables/$^F.txt
    Registered: Fri Jun 06 21:08:39 UTC 2025
    - 574 bytes
    - Viewed (0)
  10. $&.txt

    =over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...
    perldoc.perl.org/variables/$&.txt
    Registered: Sat Jun 07 00:47:35 UTC 2025
    - 382 bytes
    - Viewed (0)
Back to top