Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,612 for host:perldoc.perl.org (0.07 sec)

  1. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Sun Oct 26 11:00:55 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sun Oct 26 14:50:56 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. 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: Sun Oct 26 12:25:25 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  4. unshift.txt

    =over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...
    perldoc.perl.org/functions/unshift.txt
    Registered: Sun Oct 26 18:13:25 UTC 2025
    - 922 bytes
    - Viewed (0)
  5. 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: Sun Oct 26 18:03:23 UTC 2025
    - 888 bytes
    - Viewed (0)
  6. perlgit - Detailed information about git and th...

    perlgit ( source , CPAN ) CONTENTS NAME DESCRIPTION CLONING THE REPOSITORY WORKING WITH THE REPOSITORY Finding out yo...
    perldoc.perl.org/perlgit
    Registered: Fri Oct 24 18:09:19 UTC 2025
    - 55K bytes
    - Viewed (0)
  7. perlmodstyle - Perl module style guide - Perldo...

    perlmodstyle ( source , CPAN ) CONTENTS NAME INTRODUCTION QUICK CHECKLIST Before you start The API Stability Document...
    perldoc.perl.org/perlmodstyle
    Registered: Fri Oct 24 18:05:49 UTC 2025
    - 49K bytes
    - Viewed (0)
  8. perltie - how to hide an object class in a simp...

    perltie ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Tying Scalars Tying Arrays Tying Hashes Tying FileHandle...
    perldoc.perl.org/perltie Similar Results (1)
    Registered: Fri Oct 24 18:05:58 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  9. perlvos - Perl for Stratus OpenVOS - Perldoc Br...

    perlvos ( source , CPAN ) CONTENTS NAME SYNOPSIS BUILDING PERL FOR OPENVOS INSTALLING PERL IN OPENVOS USING PERL IN O...
    perldoc.perl.org/perlvos
    Registered: Fri Oct 24 18:11:21 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  10. perlgpl - the GNU General Public License, versi...

    perlgpl ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION GNU GENERAL PUBLIC LICENSE # NAME perlgpl - the GNU Gene...
    perldoc.perl.org/perlgpl
    Registered: Fri Oct 24 18:11:50 UTC 2025
    - 27.9K bytes
    - Viewed (0)
Back to top