Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 1,306 for label:perl (0.03 sec)

  1. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Thu Jun 05 03:06:29 UTC 2025
    - 573 bytes
    - Viewed (0)
  2. atan2.txt

    =over =item atan2 Y,X X<atan2> X<arctangent> X<tan> X<tangent> Returns the arctangent of Y/X in the range -PI to PI. For the tangent operation, you may use the L<C<Math::Trig::tan>|Math::Trig/B<tan...
    perldoc.perl.org/functions/atan2.txt
    Registered: Thu Jun 05 07:58:18 UTC 2025
    - 449 bytes
    - Viewed (0)
  3. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Thu Jun 05 01:09:58 UTC 2025
    - 224K bytes
    - Viewed (0)
  4. perlvar.txt

    =head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...
    perldoc.perl.org/perlvar.txt
    Registered: Wed Jun 04 19:28:26 UTC 2025
    - 91K bytes
    - Viewed (0)
  5. perlrun.txt

    =head1 NAME perlrun - how to execute the Perl interpreter =head1 SYNOPSIS B<perl> S<[ B<-gsTtuUWX> ]> S<[ B<-h?v> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<nu...
    perldoc.perl.org/perlrun.txt
    Registered: Wed Jun 04 21:16:39 UTC 2025
    - 57.8K bytes
    - Viewed (0)
  6. perlobj.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...
    perldoc.perl.org/perlobj.txt
    Registered: Wed Jun 04 20:12:37 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  7. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Wed Jun 04 21:08:55 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  8. perl5401delta.txt

    =encoding utf8 =head1 NAME perl5401delta - what is new for perl v5.40.1 =head1 DESCRIPTION This document describes differences between the 5.40.0 release and the 5.40.1 release. If you are upgradin...
    perldoc.perl.org/perl5401delta.txt
    Registered: Thu Jun 05 01:33:50 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  9. 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: Thu Jun 05 02:51:54 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. lcfirst.txt

    =over =item lcfirst EXPR X<lcfirst> X<lowercase> =item lcfirst Returns the value of EXPR with the first character lowercased. This is the internal function implementing the C<\l> escape in double-q...
    perldoc.perl.org/functions/lcfirst.txt
    Registered: Thu Jun 05 02:44:21 UTC 2025
    - 376 bytes
    - Viewed (0)
Back to top