Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1751 - 1760 of 6,529 for content_length:[0 TO 9999] (0.07 sec)

  1. 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: Tue Aug 05 14:02:56 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Tue Aug 05 15:10:29 UTC 2025
    - 722 bytes
    - Viewed (0)
  3. getpgrp.txt

    =over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...
    perldoc.perl.org/functions/getpgrp.txt
    Registered: Tue Aug 05 17:13:14 UTC 2025
    - 478 bytes
    - Viewed (0)
  4. format.txt

    =over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...
    perldoc.perl.org/functions/format.txt
    Registered: Tue Aug 05 22:48:47 UTC 2025
    - 377 bytes
    - Viewed (0)
  5. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Tue Aug 05 15:53:28 UTC 2025
    - 393 bytes
    - Viewed (0)
  6. untie.txt

    =over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183
    perldoc.perl.org/functions/untie.txt
    Registered: Tue Aug 05 11:46:11 UTC 2025
    - 183 bytes
    - Viewed (0)
  7. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Tue Aug 05 13:16:00 UTC 2025
    - 244 bytes
    - Viewed (0)
  8. 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: Wed Aug 06 01:10:51 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. 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: Tue Aug 05 22:55:55 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Wed Aug 06 02:20:44 UTC 2025
    - 909 bytes
    - Viewed (0)
Back to top