Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 1,306 for label:perl (0.02 sec)

  1. exp.txt

    =over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back 197
    perldoc.perl.org/functions/exp.txt
    Registered: Fri Apr 18 18:43:39 UTC 2025
    - 197 bytes
    - Viewed (0)
  2. abs.txt

    =over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151
    perldoc.perl.org/functions/abs.txt
    Registered: Fri Apr 18 11:02:39 UTC 2025
    - 151 bytes
    - Viewed (0)
  3. vec.txt

    =over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...
    perldoc.perl.org/functions/vec.txt
    Registered: Fri Apr 18 21:13:44 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Sat Apr 19 00:21:18 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  5. seek.txt

    =over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...
    perldoc.perl.org/functions/seek.txt
    Registered: Fri Apr 18 22:29:40 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  6. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Sat Apr 19 00:33:28 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. grep.txt

    =over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...
    perldoc.perl.org/functions/grep.txt
    Registered: Fri Apr 18 23:22:03 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Fri Apr 18 22:01:15 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Fri Apr 18 21:28:18 UTC 2025
    - 454 bytes
    - Viewed (0)
  10. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Fri Apr 18 21:09:43 UTC 2025
    - 385 bytes
    - Viewed (0)
Back to top