Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 491 - 500 of 2,642 for host:perldoc.perl.org (4.96 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: Sun Aug 31 05:11:37 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  2. 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: Sun Aug 31 06:08:54 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. 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: Sun Aug 31 06:03:12 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Sun Aug 31 04:42:58 UTC 2025
    - 840 bytes
    - Viewed (0)
  5. uc.txt

    =over =item uc EXPR X<uc> X<uppercase> X<toupper> =item uc Returns an uppercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = uc("Perl is GREAT"); # "PERL IS GREAT" This...
    perldoc.perl.org/functions/uc.txt
    Registered: Sun Aug 31 05:03:53 UTC 2025
    - 599 bytes
    - Viewed (0)
  6. join.txt

    =over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...
    perldoc.perl.org/functions/join.txt
    Registered: Sun Aug 31 05:47:32 UTC 2025
    - 436 bytes
    - Viewed (0)
  7. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Sun Aug 31 04:35:44 UTC 2025
    - 349 bytes
    - Viewed (0)
  8. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Tue Aug 26 01:00:22 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  9. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue Aug 26 04:22:43 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  10. perlivp.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # perlivp v5.42.0 BEGIN { pop ...
    perldoc.perl.org/perlivp.txt
    Registered: Mon Aug 25 15:57:51 UTC 2025
    - 10.7K bytes
    - Viewed (0)
Back to top