- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 1,302 for label:perl (0.06 sec)
-
getc.txt
=over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...perldoc.perl.org/functions/getc.txtRegistered: Thu Nov 21 03:54:47 UTC 2024 - 1.1K bytes - Viewed (0) -
ucfirst.txt
=over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...perldoc.perl.org/functions/ucfirst.txtRegistered: Thu Nov 21 05:12:16 UTC 2024 - 542 bytes - Viewed (0) -
rmdir.txt
=over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...perldoc.perl.org/functions/rmdir.txtRegistered: Thu Nov 21 02:53:36 UTC 2024 - 454 bytes - Viewed (0) -
telldir.txt
=over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...perldoc.perl.org/functions/telldir.txtRegistered: Thu Nov 21 03:15:49 UTC 2024 - 385 bytes - Viewed (0) -
cos.txt
=over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...perldoc.perl.org/functions/cos.txtRegistered: Thu Nov 21 02:50:17 UTC 2024 - 366 bytes - Viewed (0) -
rindex.txt
=over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...perldoc.perl.org/functions/rindex.txtRegistered: Thu Nov 21 04:14:46 UTC 2024 - 310 bytes - Viewed (0) -
field.txt
=over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...perldoc.perl.org/functions/field.txtRegistered: Thu Nov 21 07:00:55 UTC 2024 - 223 bytes - Viewed (0) -
tie.txt
=over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...perldoc.perl.org/functions/tie.txtRegistered: Thu Nov 21 08:03:24 UTC 2024 - 3K bytes - Viewed (0) -
my.txt
=over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...perldoc.perl.org/functions/my.txtRegistered: Thu Nov 21 08:46:24 UTC 2024 - 1.8K bytes - Viewed (0) -
pipe.txt
=over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...perldoc.perl.org/functions/pipe.txtRegistered: Thu Nov 21 07:49:42 UTC 2024 - 831 bytes - Viewed (0)