Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 1,306 for label:perl (0.03 sec)

  1. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Thu Jun 05 19:04:22 UTC 2025
    - 297 bytes
    - Viewed (0)
  2. our.txt

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...
    perldoc.perl.org/functions/our.txt
    Registered: Fri Jun 06 06:53:12 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  3. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Fri Jun 06 08:11:31 UTC 2025
    - 859 bytes
    - Viewed (0)
  4. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Fri Jun 06 07:16:35 UTC 2025
    - 565 bytes
    - Viewed (0)
  5. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Fri Jun 06 08:54:28 UTC 2025
    - 372 bytes
    - Viewed (0)
  6. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Fri Jun 06 06:47:15 UTC 2025
    - 120 bytes
    - Viewed (0)
  7. __DATA__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__DATA__.txt Similar Results (1)
    Registered: Fri Jun 06 14:52:27 UTC 2025
    - 109 bytes
    - Viewed (0)
  8. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Fri Jun 06 16:59:51 UTC 2025
    - 98 bytes
    - Viewed (0)
  9. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri Jun 06 21:26:31 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  10. %SIG.txt

    =over =item %SIG X<%SIG> The hash C<%SIG> contains signal handlers for signals. For example: sub handler { # 1st argument is signal name my($sig) = @_; print "Caught a SIG$sig--shutting down\n"; cl...
    perldoc.perl.org/variables/%SIG.txt
    Registered: Fri Jun 06 23:11:11 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top