Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 2,657 for host:perldoc.perl.org (0.18 sec)

  1. link - Perldoc Browser

    functions / link ( source , CPAN ) # link OLDFILE,NEWFILE Creates a new filename linked to the old filename. Returns ...
    perldoc.perl.org/functions/link
    Registered: Mon Jan 26 13:16:21 UTC 2026
    - 15.1K bytes
    - Viewed (0)
  2. evalbytes - Perldoc Browser

    functions / evalbytes ( source , CPAN ) # evalbytes EXPR # evalbytes This function is similar to a string eval , exce...
    perldoc.perl.org/functions/evalbytes
    Registered: Mon Jan 26 13:16:48 UTC 2026
    - 16.5K bytes
    - Viewed (0)
  3. split - Perldoc Browser

    functions / split ( source , CPAN ) # split /PATTERN/,EXPR,LIMIT # split /PATTERN/,EXPR # split /PATTERN/ # split Spl...
    perldoc.perl.org/functions/split
    Registered: Mon Jan 26 13:13:42 UTC 2026
    - 24.9K bytes
    - Viewed (0)
  4. encguess - guess character encodings of files -...

    encguess ( source , CPAN ) CONTENTS NAME VERSION SYNOPSIS SWITCHES EXAMPLES: DESCRIPTION SEE ALSO LICENSE AND COPYRIG...
    perldoc.perl.org/encguess
    Registered: Mon Jan 26 12:54:49 UTC 2026
    - 18.1K bytes
    - Viewed (0)
  5. rand - Perldoc Browser

    functions / rand ( source , CPAN ) # rand EXPR # rand Returns a random fractional number greater than or equal to 0 a...
    perldoc.perl.org/functions/rand
    Registered: Mon Jan 26 13:14:38 UTC 2026
    - 16.6K bytes
    - Viewed (0)
  6. hex - Perldoc Browser

    functions / hex ( source , CPAN ) # hex EXPR # hex Interprets EXPR as a hex string and returns the corresponding nume...
    perldoc.perl.org/functions/hex
    Registered: Mon Jan 26 13:08:40 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  7. cos - Perldoc Browser

    functions / cos ( source , CPAN ) # cos EXPR # cos Returns the cosine of EXPR (expressed in radians). If EXPR is omit...
    perldoc.perl.org/functions/cos
    Registered: Mon Jan 26 13:13:49 UTC 2026
    - 15.2K bytes
    - Viewed (0)
  8. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Tue Jan 27 03:27:38 UTC 2026
    - 75.6K bytes
    - Viewed (0)
  9. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Tue Jan 27 06:59:28 UTC 2026
    - 59.6K bytes
    - Viewed (0)
  10. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Tue Jan 27 05:47:35 UTC 2026
    - 21.8K bytes
    - Viewed (0)
Back to top