- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of 2,268 for filetype:txt (0.05 sec)
-
pod2text.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # Convert POD data to formatte...perldoc.perl.org/pod2text.txtRegistered: Fri Nov 01 12:24:55 UTC 2024 - 12.9K bytes - Viewed (0) -
xsubpp.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl use 5.006; BEGIN { pop ...perldoc.perl.org/xsubpp.txtRegistered: Fri Nov 01 15:43:37 UTC 2024 - 5.1K bytes - Viewed (0) -
pod2html.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =pod =head1 NAME pod2html - co...perldoc.perl.org/pod2html.txtRegistered: Fri Nov 01 13:17:28 UTC 2024 - 4K bytes - Viewed (0) -
instmodsh.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...perldoc.perl.org/instmodsh.txtRegistered: Fri Nov 01 13:38:29 UTC 2024 - 4.3K bytes - Viewed (0) -
Math::BigFloat.txt
package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...perldoc.perl.org/Math::BigFloat.txtRegistered: Fri Nov 01 19:32:52 UTC 2024 - 224K bytes - Viewed (0) -
perlsub.txt
=head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...perldoc.perl.org/perlsub.txtRegistered: Fri Nov 01 21:34:27 UTC 2024 - 75.9K 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: Fri Nov 01 21:52:23 UTC 2024 - 26.3K bytes - Viewed (0) -
$;.txt
=over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...perldoc.perl.org/variables/$;.txtRegistered: Fri Nov 01 23:44:47 UTC 2024 - 658 bytes - Viewed (0) -
${^POSTMATCH}.txt
=over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...perldoc.perl.org/variables/${^POSTMATCH}.txtRegistered: Sat Nov 02 00:52:15 UTC 2024 - 510 bytes - Viewed (0) -
$>.txt
=over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...perldoc.perl.org/variables/$>.txtRegistered: Sat Nov 02 00:06:12 UTC 2024 - 615 bytes - Viewed (0)