Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 41 - 50 of 789 for host:perldoc.perl.org (0.03 sec)

  1. 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: Sat May 04 05:52:26 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sat May 04 04:22:36 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. 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: Sat May 04 04:30:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  4. 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: Sat May 04 03:30:54 UTC 2024
    - 902 bytes
    - Viewed (0)
  5. 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: Sat May 04 05:20:49 UTC 2024
    - 760 bytes
    - Viewed (0)
  6. 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: Sat May 04 03:46:11 UTC 2024
    - 713 bytes
    - Viewed (0)
  7. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Sat May 04 06:15:23 UTC 2024
    - 199 bytes
    - Viewed (0)
  8. perl5142delta.txt

    =encoding utf8 =head1 NAME perl5142delta - what is new for perl v5.14.2 =head1 DESCRIPTION This document describes differences between the 5.14.1 release and the 5.14.2 release. If you are upgradin...
    perldoc.perl.org/perl5142delta.txt
    Registered: Sun May 05 10:02:28 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. perl5144delta.txt

    =encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...
    perldoc.perl.org/perl5144delta.txt
    Registered: Sun May 05 11:16:35 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. perl586delta.txt

    =head1 NAME perl586delta - what is new for perl v5.8.6 =head1 DESCRIPTION This document describes differences between the 5.8.5 release and the 5.8.6 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl586delta.txt
    Registered: Sun May 05 14:08:40 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top