Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1401 - 1410 of 2,636 for host:perldoc.perl.org (0.05 sec)

  1. 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 Jul 08 19:02:39 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. 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 Jul 08 20:20:33 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Tue Jul 08 16:24:02 UTC 2025
    - 1021 bytes
    - Viewed (0)
  4. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Tue Jul 08 18:39:55 UTC 2025
    - 749 bytes
    - Viewed (0)
  5. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Tue Jul 08 12:29:43 UTC 2025
    - 476 bytes
    - Viewed (0)
  6. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Jul 08 19:20:39 UTC 2025
    - 199 bytes
    - Viewed (0)
  7. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Wed Jul 09 02:41:02 UTC 2025
    - 4K bytes
    - Viewed (0)
  8. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Wed Jul 09 04:46:38 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  9. 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: Wed Jul 09 03:52:43 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/functions/state.txt
    Registered: Tue Jul 08 21:12:59 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top