Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 2,634 for host:perldoc.perl.org (0.05 sec)

  1. unshift.txt

    =over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...
    perldoc.perl.org/functions/unshift.txt
    Registered: Wed Jul 02 19:47:42 UTC 2025
    - 945 bytes
    - Viewed (0)
  2. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Wed Jul 02 19:41:03 UTC 2025
    - 760 bytes
    - Viewed (0)
  3. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Wed Jul 02 19:00:27 UTC 2025
    - 902 bytes
    - Viewed (0)
  4. length.txt

    =over =item length EXPR X<length> X<size> =item length Returns the length in I<characters> of the value of EXPR. If EXPR is omitted, returns the length of L<C<$_>|perlvar/$_>. If EXPR is undefined,...
    perldoc.perl.org/functions/length.txt
    Registered: Wed Jul 02 19:08:01 UTC 2025
    - 713 bytes
    - Viewed (0)
  5. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Wed Jul 02 18:30:12 UTC 2025
    - 476 bytes
    - Viewed (0)
  6. perlhacktips.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...
    perldoc.perl.org/perlhacktips.txt
    Registered: Fri Jul 04 15:15:53 UTC 2025
    - 72.5K bytes
    - Viewed (0)
  7. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Fri Jul 04 17:24:19 UTC 2025
    - 55.7K bytes
    - Viewed (0)
  8. perl5300delta.txt

    =encoding utf8 =head1 NAME perl5300delta - what is new for perl v5.30.0 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.30.0 release. If you are upgradin...
    perldoc.perl.org/perl5300delta.txt
    Registered: Fri Jul 04 13:38:40 UTC 2025
    - 40.1K bytes
    - Viewed (0)
  9. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt Similar Results (1)
    Registered: Fri Jul 04 13:54:47 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  10. perl5222delta.txt

    =encoding utf8 =head1 NAME perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION This document describes differences between the 5.22.1 release and the 5.22.2 release. If you are upgradin...
    perldoc.perl.org/perl5222delta.txt
    Registered: Fri Jul 04 20:31:16 UTC 2025
    - 12K bytes
    - Viewed (0)
Back to top