Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 1,301 for label:perl (0.09 sec)

  1. reset.txt

    =over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...
    perldoc.perl.org/functions/reset.txt
    Registered: Tue Nov 25 16:36:36 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  2. 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 Nov 25 19:29:50 UTC 2025
    - 853 bytes
    - Viewed (0)
  3. 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 Nov 25 18:01:30 UTC 2025
    - 152 bytes
    - Viewed (0)
  4. goto.txt

    =over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME C<goto> transfers execution to a specified point in the program. Unlike a function call, execution does not return to ...
    perldoc.perl.org/functions/goto.txt
    Registered: Tue Nov 25 04:17:17 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Mon Nov 24 23:00:51 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Mon Nov 24 22:29:28 UTC 2025
    - 2K bytes
    - Viewed (0)
  7. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Tue Nov 25 06:02:21 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. 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: Mon Nov 24 22:37:30 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Tue Nov 25 05:25:17 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. 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: Mon Nov 24 23:44:30 UTC 2025
    - 661 bytes
    - Viewed (0)
Back to top