Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1081 - 1090 of 1,306 for label:perl (0.03 sec)

  1. perl5363delta.txt

    =encoding utf8 =head1 NAME perl5363delta - what is new for perl v5.36.3 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5363delta.txt
    Registered: Wed May 28 17:46:49 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. perl5362delta.txt

    =encoding utf8 =head1 NAME perl5362delta - what is new for perl v5.36.2 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.2 release. If you are upgradin...
    perldoc.perl.org/perl5362delta.txt
    Registered: Wed May 28 10:22:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. perldelta.txt

    =encoding utf8 =head1 NAME perldelta - what is new for perl v5.40.2 =head1 DESCRIPTION This document describes differences between the 5.40.1 release and the 5.40.2 release. If you are upgrading fr...
    perldoc.perl.org/perldelta.txt
    Registered: Wed Jun 04 10:19:59 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  4. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Thu Jun 05 07:07:21 UTC 2025
    - 26K bytes
    - Viewed (0)
  5. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Thu Jun 05 07:52:53 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  6. each.txt

    =over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...
    perldoc.perl.org/functions/each.txt
    Registered: Thu Jun 05 07:24:14 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  7. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Thu Jun 05 08:15:43 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. chown.txt

    =over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...
    perldoc.perl.org/functions/chown.txt
    Registered: Thu Jun 05 06:23:43 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. tell.txt

    =over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...
    perldoc.perl.org/functions/tell.txt
    Registered: Thu Jun 05 08:09:18 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. fileno.txt

    =over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...
    perldoc.perl.org/functions/fileno.txt
    Registered: Thu Jun 05 07:45:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top