Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> C<die> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> and the L<C<e...
    perldoc.perl.org/functions/die.txt
    Registered: Sun Oct 26 07:25:24 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Sat Oct 25 21:41:23 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Sun Oct 26 04:11:53 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Sun Oct 26 04:31:47 UTC 2025
    - 1021 bytes
    - Viewed (0)
  5. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Sun Oct 26 04:50:28 UTC 2025
    - 749 bytes
    - Viewed (0)
  6. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Sun Oct 26 02:10:16 UTC 2025
    - 713 bytes
    - Viewed (0)
  7. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Sun Oct 26 05:21:24 UTC 2025
    - 163 bytes
    - Viewed (0)
  8. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Sun Oct 26 08:57:11 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  9. values.txt

    =over =item values HASH X<values> =item values ARRAY Called in list context, returns a list consisting of all the value of the named hash, or in Perl 5.12 or later, the values of an array. Perl rel...
    perldoc.perl.org/functions/values.txt
    Registered: Sun Oct 26 18:45:30 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Sun Oct 26 07:58:17 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top