Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 901 - 910 of 1,306 for label:perl (0.03 sec)

  1. CPAN::Meta::Feature.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...
    perldoc.perl.org/CPAN::Meta::Feature.txt
    Registered: Sun Apr 20 07:09:48 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  2. CPAN::Kwalify.txt

    =head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...
    perldoc.perl.org/CPAN::Kwalify.txt
    Registered: Sun Apr 20 07:46:15 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Amiga::Exec.txt

    package Amiga::Exec; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a v...
    perldoc.perl.org/Amiga::Exec.txt
    Registered: Sun Apr 20 07:03:15 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Fri Apr 18 16:34:43 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  5. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Fri Apr 18 18:57:25 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  6. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later only, the indices of an array. Pe...
    perldoc.perl.org/functions/keys.txt
    Registered: Fri Apr 18 19:18:18 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  7. goto.txt

    =over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME The C<goto LABEL> form finds the statement labeled with LABEL and resumes execution there. It can't be used to get out...
    perldoc.perl.org/functions/goto.txt
    Registered: Fri Apr 18 19:57:14 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  8. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Fri Apr 18 18:28:21 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Fri Apr 18 18:08:10 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Fri Apr 18 17:00:03 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top