Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1191 - 1200 of 1,306 for label:perl (0.1 sec)

  1. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...
    perldoc.perl.org/functions/continue.txt
    Registered: Fri Apr 18 17:24:46 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. 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: Fri Apr 18 17:52:41 UTC 2025
    - 1.6K 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: Fri Apr 18 17:29:03 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. rename.txt

    =over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...
    perldoc.perl.org/functions/rename.txt
    Registered: Fri Apr 18 13:53:25 UTC 2025
    - 787 bytes
    - Viewed (0)
  5. 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: Fri Apr 18 17:08:37 UTC 2025
    - 455 bytes
    - Viewed (0)
  6. perlapi.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlapi.txt
    Registered: Thu Apr 17 17:11:37 UTC 2025
    - 826.8K bytes
    - Viewed (0)
  7. Devel::PPPort.txt

    ########## # # !!!!! Do NOT edit this file directly! -- Edit PPPort_pm.PL instead. !!!!! # # This file was automatically generated from the definition files in the # parts/inc/ subdirectory by PPPo...
    perldoc.perl.org/Devel::PPPort.txt
    Registered: Sun Apr 20 10:06:57 UTC 2025
    - 619.6K bytes
    - Viewed (0)
  8. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Sun Apr 20 21:32:11 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  9. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Sun Apr 20 18:08:36 UTC 2025
    - 18K bytes
    - Viewed (0)
  10. Filter::Util::Call.txt

    # Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...
    perldoc.perl.org/Filter::Util::Call.txt
    Registered: Sun Apr 20 21:51:42 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top