Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Fri Jun 06 01:51:41 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Fri Jun 06 01:20:16 UTC 2025
    - 410 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. @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)
  8. $^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)
  9. @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)
  10. 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)
Back to top