Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2011 - 2020 of 2,657 for host:perldoc.perl.org (0.04 sec)

  1. read.txt

    =over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...
    perldoc.perl.org/functions/read.txt
    Registered: Sat Jan 17 07:14:42 UTC 2026
    - 1.8K bytes
    - Viewed (0)
  2. 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: Sat Jan 17 06:49:14 UTC 2026
    - 1.7K bytes
    - Viewed (0)
  3. 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: Sat Jan 17 06:57:22 UTC 2026
    - 1.5K bytes
    - Viewed (0)
  4. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Sat Jan 17 05:45:26 UTC 2026
    - 1.5K bytes
    - Viewed (0)
  5. 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: Sat Jan 17 05:13:42 UTC 2026
    - 1.3K bytes
    - Viewed (0)
  6. sin.txt

    =over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...
    perldoc.perl.org/functions/sin.txt
    Registered: Sat Jan 17 09:55:47 UTC 2026
    - 338 bytes
    - Viewed (0)
  7. break.txt

    =over =item break Break out of a C<given> block. C<break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The L<C<"switc...
    perldoc.perl.org/functions/break.txt
    Registered: Sat Jan 17 07:45:32 UTC 2026
    - 339 bytes
    - Viewed (0)
  8. overload - Package for overloading Perl operati...

    overload ( source , CPAN ) version 1.40 CONTENTS NAME SYNOPSIS DESCRIPTION Fundamentals Declaration Calling Conventio...
    perldoc.perl.org/overload
    Registered: Mon Jan 26 10:10:55 UTC 2026
    - 80.6K bytes
    - Viewed (0)
  9. Text::Balanced - Extract delimited text sequenc...

    Text::Balanced ( source , CPAN ) version 2.06 CONTENTS NAME SYNOPSIS DESCRIPTION General Behaviour in List Contexts G...
    perldoc.perl.org/Text::Balanced
    Registered: Mon Jan 26 10:12:12 UTC 2026
    - 77.4K bytes
    - Viewed (0)
  10. File::Glob - Perl extension for BSD glob routin...

    File::Glob ( source , CPAN ) version 1.42 CONTENTS NAME SYNOPSIS DESCRIPTION META CHARACTERS EXPORTS :bsd_glob :glob ...
    perldoc.perl.org/File::Glob
    Registered: Mon Jan 26 10:12:53 UTC 2026
    - 30.4K bytes
    - Viewed (0)
Back to top