- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2011 - 2020 of 3,197 for filetype:txt (0.09 sec)
-
$^C.txt
=over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...perldoc.perl.org/variables/$^C.txtRegistered: Tue Nov 19 07:06:45 UTC 2024 - 401 bytes - Viewed (0) -
$*.txt
=over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...perldoc.perl.org/variables/$*.txtRegistered: Tue Nov 19 10:14:19 UTC 2024 - 338 bytes - Viewed (0) -
$^W.txt
=over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...perldoc.perl.org/variables/$^W.txtRegistered: Tue Nov 19 11:05:44 UTC 2024 - 239 bytes - Viewed (0) -
$%.txt
=over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...perldoc.perl.org/variables/$%.txtRegistered: Tue Nov 19 10:52:33 UTC 2024 - 229 bytes - Viewed (0) -
$^I.txt
=over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back 194perldoc.perl.org/variables/$^I.txtRegistered: Tue Nov 19 06:22:01 UTC 2024 - 194 bytes - Viewed (0) -
perlfaq3.txt
=head1 NAME perlfaq3 - Programming Tools =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to programmer tools and programming support. =head2 H...perldoc.perl.org/perlfaq3.txtRegistered: Tue Nov 19 12:41:16 UTC 2024 - 36.7K bytes - Viewed (0) -
perldebug.txt
=head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...perldoc.perl.org/perldebug.txtRegistered: Tue Nov 19 14:45:23 UTC 2024 - 38.9K bytes - Viewed (0) -
perlfaq7.txt
=head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly fit into any of the ...perldoc.perl.org/perlfaq7.txtRegistered: Tue Nov 19 14:10:13 UTC 2024 - 36.9K bytes - Viewed (0) -
perlobj.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...perldoc.perl.org/perlobj.txtRegistered: Tue Nov 19 14:55:54 UTC 2024 - 35.3K bytes - Viewed (0) -
perldsc.txt
=head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...perldoc.perl.org/perldsc.txtRegistered: Tue Nov 19 15:07:35 UTC 2024 - 26.3K bytes - Viewed (0)