Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 1,302 for label:perl (0.06 sec)

  1. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Thu Nov 21 00:22:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Thu Nov 21 01:53:23 UTC 2024
    - 476 bytes
    - Viewed (0)
  3. 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: Wed Nov 20 20:08:33 UTC 2024
    - 163 bytes
    - Viewed (0)
  4. 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: Thu Nov 21 02:59:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. 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 only, the indices of an array. Pe...
    perldoc.perl.org/functions/keys.txt
    Registered: Thu Nov 21 04:24:13 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Thu Nov 21 04:45:37 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. 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: Thu Nov 21 03:47:17 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. 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 Nov 21 03:40:17 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...
    perldoc.perl.org/functions/last.txt
    Registered: Thu Nov 21 04:10:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. 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 Nov 21 03:27:24 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top