Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2471 - 2480 of 3,463 for filetype:txt (0.13 sec)

  1. 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: Thu Jun 05 06:36:50 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. 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: Thu Jun 05 05:32:41 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. 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: Thu Jun 05 03:29:21 UTC 2025
    - 1.4K 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: Thu Jun 05 07:01:52 UTC 2025
    - 1K 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: Thu Jun 05 08:21:23 UTC 2025
    - 902 bytes
    - Viewed (0)
  6. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Thu Jun 05 03:11:11 UTC 2025
    - 398 bytes
    - Viewed (0)
  7. perlhacktips.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...
    perldoc.perl.org/perlhacktips.txt
    Registered: Thu Jun 12 18:36:03 UTC 2025
    - 74.4K bytes
    - Viewed (0)
  8. perlpodspec.txt

    =encoding utf8 =head1 NAME perlpodspec - Plain Old Documentation: format specification and notes =head1 DESCRIPTION This document is detailed notes on the Pod markup language. Most people will only...
    perldoc.perl.org/perlpodspec.txt
    Registered: Thu Jun 12 17:05:00 UTC 2025
    - 67.3K bytes
    - Viewed (0)
  9. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Thu Jun 12 20:38:20 UTC 2025
    - 55.7K bytes
    - Viewed (0)
  10. perl5300delta.txt

    =encoding utf8 =head1 NAME perl5300delta - what is new for perl v5.30.0 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.30.0 release. If you are upgradin...
    perldoc.perl.org/perl5300delta.txt
    Registered: Thu Jun 12 20:18:31 UTC 2025
    - 40.1K bytes
    - Viewed (0)
Back to top