Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 1,306 for label:perl (0.09 sec)

  1. dbmopen.txt

    =over =item dbmopen HASH,DBNAME,MASK X<dbmopen> X<dbm> X<ndbm> X<sdbm> X<gdbm> [This function has been largely superseded by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> function.] This binds a L<dbm...
    perldoc.perl.org/functions/dbmopen.txt
    Registered: Fri Apr 18 11:24:23 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  2. sysread.txt

    =over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...
    perldoc.perl.org/functions/sysread.txt
    Registered: Fri Apr 18 13:19:20 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. syswrite.txt

    =over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...
    perldoc.perl.org/functions/syswrite.txt
    Registered: Fri Apr 18 12:59:14 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. exit.txt

    =over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...
    perldoc.perl.org/functions/exit.txt
    Registered: Fri Apr 18 10:03:00 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. shift.txt

    =over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...
    perldoc.perl.org/functions/shift.txt
    Registered: Fri Apr 18 12:08:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  6. perlfaq8.txt

    =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interaction. Topics include i...
    perldoc.perl.org/perlfaq8.txt
    Registered: Thu Apr 17 18:17:44 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  7. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Thu Apr 17 23:36:34 UTC 2025
    - 42.4K bytes
    - Viewed (0)
  8. perldebtut.txt

    =head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...
    perldoc.perl.org/perldebtut.txt
    Registered: Thu Apr 17 18:54:21 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  9. perl5202delta.txt

    =encoding utf8 =head1 NAME perl5202delta - what is new for perl v5.20.2 =head1 DESCRIPTION This document describes differences between the 5.20.1 release and the 5.20.2 release. If you are upgradin...
    perldoc.perl.org/perl5202delta.txt
    Registered: Thu Apr 17 20:25:55 UTC 2025
    - 12K bytes
    - Viewed (0)
  10. perl5282delta.txt

    =encoding utf8 =head1 NAME perl5282delta - what is new for perl v5.28.2 =head1 DESCRIPTION This document describes differences between the 5.28.1 release and the 5.28.2 release. If you are upgradin...
    perldoc.perl.org/perl5282delta.txt
    Registered: Thu Apr 17 21:54:46 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top