Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. prove.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/prove.txt
    Registered: Tue Oct 21 16:21:33 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  2. Test2::Util::HashBase.txt

    package Test2::Util::HashBase; use strict; use warnings; our $VERSION = '1.302210'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to re...
    perldoc.perl.org/Test2::Util::HashBase.txt
    Registered: Tue Oct 21 13:18:45 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  3. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Tue Oct 21 19:20:04 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  4. 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: Tue Oct 21 14:41:46 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. qr/STRING/ - Perldoc Browser

    functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...
    perldoc.perl.org/functions/qr/STRING/
    Registered: Tue Oct 21 19:02:39 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  6. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Tue Oct 21 19:28:12 UTC 2025
    - 888 bytes
    - Viewed (0)
  7. 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: Tue Oct 21 20:13:15 UTC 2025
    - 749 bytes
    - Viewed (0)
  8. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Tue Oct 21 19:01:26 UTC 2025
    - 183 bytes
    - Viewed (0)
  9. 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: Tue Oct 21 20:48:46 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  10. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Wed Oct 22 01:25:34 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top