Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 2,612 for host:perldoc.perl.org (0.02 sec)

  1. 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: Tue Oct 21 23:16:39 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  2. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Tue Oct 21 23:48:13 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. 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: Tue Oct 21 23:25:45 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. 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: Wed Oct 22 00:32:56 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Tue Oct 21 20:25:40 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. 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: Wed Oct 22 00:54:45 UTC 2025
    - 922 bytes
    - Viewed (0)
  7. perlembed.txt

    =head1 NAME perlembed - how to embed perl in your C program =head1 DESCRIPTION =head2 PREAMBLE Do you want to: =over 5 =item B<Use C from Perl?> Read L<perlxstut>, L<perlxs>, L<perlclib>, L<h2xs>, ...
    perldoc.perl.org/perlembed.txt
    Registered: Thu Oct 16 21:33:48 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  8. perl587delta.txt

    =head1 NAME perl587delta - what is new for perl v5.8.7 =head1 DESCRIPTION This document describes differences between the 5.8.6 release and the 5.8.7 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl587delta.txt
    Registered: Thu Oct 16 22:57:25 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  9. perl5142delta.txt

    =encoding utf8 =head1 NAME perl5142delta - what is new for perl v5.14.2 =head1 DESCRIPTION This document describes differences between the 5.14.1 release and the 5.14.2 release. If you are upgradin...
    perldoc.perl.org/perl5142delta.txt
    Registered: Thu Oct 16 20:42:11 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  10. perl5161delta.txt

    =encoding utf8 =head1 NAME perl5161delta - what is new for perl v5.16.1 =head1 DESCRIPTION This document describes differences between the 5.16.0 release and the 5.16.1 release. If you are upgradin...
    perldoc.perl.org/perl5161delta.txt
    Registered: Thu Oct 16 21:20:03 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top