Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 951 - 960 of 1,302 for label:perl (0.02 sec)

  1. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Tue Feb 18 18:17:25 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Tue Feb 18 18:03:01 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Tue Feb 18 18:53:26 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Tue Feb 18 17:05:52 UTC 2025
    - 675 bytes
    - Viewed (0)
  5. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Tue Feb 18 18:09:51 UTC 2025
    - 410 bytes
    - Viewed (0)
  6. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Tue Feb 18 17:14:47 UTC 2025
    - 174 bytes
    - Viewed (0)
  7. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Tue Feb 18 21:45:04 UTC 2025
    - 152 bytes
    - Viewed (0)
  8. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Tue Feb 18 22:32:43 UTC 2025
    - 853 bytes
    - Viewed (0)
  9. __END__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__END__.txt Similar Results (1)
    Registered: Sun Feb 09 22:30:35 UTC 2025
    - 109 bytes
    - Viewed (0)
  10. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Mon Feb 10 01:10:14 UTC 2025
    - 98 bytes
    - Viewed (0)
Back to top