- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1221 - 1230 of 1,302 for label:perl (0.04 sec)
-
h2xs.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 BEGIN { pop @INC if $INC[-1] e...perldoc.perl.org/h2xs.txtRegistered: Fri Nov 22 12:58:24 UTC 2024 - 59.6K bytes - Viewed (0) -
cpan.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/local/bin/perl BEGIN { ...perldoc.perl.org/cpan.txtRegistered: Fri Nov 22 14:53:40 UTC 2024 - 8.2K bytes - Viewed (0) -
perlivp.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 # perlivp v5.40.0 BEGIN { pop ...perldoc.perl.org/perlivp.txtRegistered: Fri Nov 22 13:45:30 UTC 2024 - 10.7K bytes - Viewed (0) -
ptargrep.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 ########## # T...perldoc.perl.org/ptargrep.txtRegistered: Sat Nov 23 01:54:53 UTC 2024 - 4.4K bytes - Viewed (0) -
perlapi.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...perldoc.perl.org/perlapi.txtRegistered: Tue Nov 19 00:41:38 UTC 2024 - 826.8K bytes - Viewed (0) -
feature.txt
# -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....perldoc.perl.org/feature.txtRegistered: Wed Nov 27 04:04:40 UTC 2024 - 30.3K bytes - Viewed (0) -
each.txt
=over =item each HASH X<each> X<hash, iterator> =item each ARRAY X<array, iterator> When called on a hash in list context, returns a 2-element list consisting of the key and value for the next elem...perldoc.perl.org/functions/each.txtRegistered: Tue Nov 26 22:08:44 UTC 2024 - 4.9K bytes - Viewed (0) -
lc.txt
=over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...perldoc.perl.org/functions/lc.txtRegistered: Wed Nov 27 04:23:00 UTC 2024 - 2.1K bytes - Viewed (0) -
chomp.txt
=over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...perldoc.perl.org/functions/chomp.txtRegistered: Wed Nov 27 04:10:25 UTC 2024 - 1.7K bytes - Viewed (0) -
oct.txt
=over =item oct EXPR X<oct> X<octal> X<hex> X<hexadecimal> X<binary> X<bin> =item oct Interprets EXPR as an octal string and returns the corresponding value. An octal string consists of octal digit...perldoc.perl.org/functions/oct.txtRegistered: Wed Nov 27 05:52:20 UTC 2024 - 1.4K bytes - Viewed (0)