Group
Extension

Matches 1354

MRO-Magic ( R/RJ/RJBS/MRO-Magic-0.100002.tar.gz, RJBS, 2023; MetaCPAN )
MRO-Magic/lib/MRO/Magic.pm ( view source; MetaCPAN )
hod};
  my $passthru   = $arg->{passthru};

  use Data::Dumper;
  return sub {
    return if $_[2] ~~ $passthru;

    return if substr($_[2], 0, 1) eq '(';

    ${ $_[1] } = $_[2];
    $_[2] = $metame
File-AptFetch ( W/WH/WHYNOT/File-AptFetch-v0.1.15.tar.gz, WHYNOT, 2023; MetaCPAN )
File-AptFetch/lib/AptFetch.pm ( view source; MetaCPAN )
with I<$!>.

=item ($method): (apt-config): timeouted

While processing a fair 120sec timeout is given
(it's reset after each I<$line>).
I<@$config_source> hanged for that time.

=item ($method): (apt
POD2-ES ( E/EN/ENELL/POD2-ES-5.16.2.02.tar.gz, ENELL, 2013; MetaCPAN )
POD2-ES/lib/POD2/ES/perlop.pod ( view source; MetaCPAN )
.	operadores unarios nombrados
    no asoc.	< > <= >= lt gt le ge
    no asoc.	== != <=> eq ne cmp ~~
    izquierda	&
    izquierda	| ^
    izquierda	&&
    izquierda	|| //
    no asoc.	..  ...
    de
 la
derecha. X<cmp>

El binario C<"~~"> hace una coincidencia inteligente entre sus argumentos. La
Coincidencia inteligente se describe en la sección siguiente. X<~~>

C<"lt">, C<"le">, C<"ge">, C<"g
or primera vez en Perl 5.10.1 (la versión 5.10.0 se comportaba de
manera diferente), el binario C<~~> hace una "coincidencia inteligente" entre
sus argumentos. Casi siempre se usa implícitamente en 
Sub-Exporter-GlobExporter ( R/RJ/RJBS/Sub-Exporter-GlobExporter-0.006.tar.gz, RJBS, 2023; MetaCPAN )
Sub-Exporter-GlobExporter/lib/Sub/Exporter/GlobExporter.pm ( view source; MetaCPAN )
porting package.  It will
export it under the name C<$default_name>, unless an alternate name is given
(as shown above).  The glob that is installed is specified by the
C<$globref_locator>, which can 
Email-MIME-Kit-Assembler-Markdown ( R/RJ/RJBS/Email-MIME-Kit-Assembler-Markdown-0.100009.tar.gz, RJBS, 2023; MetaCPAN )
Email-MIME-Kit-Assembler-Markdown/lib/Email/MIME/Kit/Assembler/Markdown.pm ( view source; MetaCPAN )
the Markdown content after
#pod it has been rendered by the kit's Renderer, if any.
#pod
#pod If given (and true), the C<munge_signature> option will perform some basic
#pod munging of a sigdash-prefi
s.  The specific munging performed is not guaranteed to remain exactly
#pod stable.
#pod
#pod If given (and true), the C<render_wrapper> option will cause the kit entry to
#pod be passed through the r
template
#pod parameter called C<wrapped_content>, and should be included that way.
#pod
#pod If given (and true), the C<encode_entities> option will cause HTML in the
#pod source text to be entity en
Sort-ByExample ( R/RJ/RJBS/Sort-ByExample-0.008.tar.gz, RJBS, 2023; MetaCPAN )
Sort-ByExample/lib/Sort/ByExample.pm ( view source; MetaCPAN )
d in the
#pod example will be found at the end of the output, sorted by the fallback sub if
#pod given (see below).
#pod
#pod Alternately, the example may be a reference to a hash.  Values are used to
t not found in the
example will be found at the end of the output, sorted by the fallback sub if
given (see below).

Alternately, the example may be a reference to a hash.  Values are used to
provide 
GFX-Enhancer ( K/KO/KOBOLDWIZ/Perl5/GFX-Enhancer-0.1.22.tar.gz, KOBOLDWIZ, 2021; MetaCPAN )
GFX-Enhancer/lib/GFX/Enhancer/SingleLineAntialias.pm ( view source; MetaCPAN )
rom resulting list
	for (my $i = 0; $i < length(@rgba_points); $i++) {
		if (not (@rgba_points[$i] ~~ @non_rgba_rgba_points)) {
			push (@return_rgba_points, @rgba_points[$i]);
		}
	}
	
	return (@retu
}->{width}}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i]->{index} - $self->{imgrepr}->{width} - 1}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i
]->{index} - $self->{imgrepr}->{width} + 1}) % $self->{imgrepr}->{width} ~~ @indexl) {
		push (@grepped_points, @rgbasl[$i]);
		}
	}
	return (@grepped_points);	
}

1;
Locale-Maketext-Test ( B/BI/BINARY/Locale-Maketext-Test-0.06.tar.gz, BINARY, 2022; MetaCPAN )
Locale-Maketext-Test/lib/Locale/Maketext/Test.pm ( view source; MetaCPAN )
+)
                     |                             # [, ] and ~ should be escaped as ~[, ~] and ~~
                         (?<esc>[\[\]~])
                     !
                         if ($+{es
Mojolicious-Plugin-XRD ( A/AK/AKRON/Mojolicious-Plugin-XRD-0.24.tar.gz, AKRON, 2022; MetaCPAN )
Mojolicious-Plugin-XRD/lib/Mojolicious/Plugin/XRD.pm ( view source; MetaCPAN )
the
response headers as a L<Mojo::Headers> object.

Expects a valid URL. In case no scheme is given (e.g., C<//gmail.com>),
the method will first try to fetch the resource with C<https> and
on fa
Lingua-Romana-Perligata ( D/DC/DCONWAY/Lingua-Romana-Perligata-0.604.tar.gz, DCONWAY, 2022; MetaCPAN )
Lingua-Romana-Perligata/lib/Lingua/Romana/Perligata.pm ( view source; MetaCPAN )
ne> tells it to
"reject!", and I<counte> bids it "count!". In each case, an instruction
is being given (and in a void context too, so no backchat is expected).

Handling scalar and list contexts is a 
Git-Nuggit ( E/ED/EDELL/Git-Nuggit-1.01.tar.gz, EDELL, 2022; MetaCPAN )
Git-Nuggit/bin/nuggit_remote.pl ( view source; MetaCPAN )
-v' || $ARGV[1] eq '--verbose') {
	$verbose = 1;	
}

# remote is origin unless two arguments are given (not counting the flag)
if ($numArgs == 3 + $verbose) {
	$name = $ARGV[1 + $verbose];
	$newurl = 
Xorg-XLFD ( W/WO/WOLDRICH/Xorg-XLFD-0.134.tar.gz, WOLDRICH, 2019; MetaCPAN )
Xorg-XLFD/lib/Xorg/XLFD.pm ( view source; MetaCPAN )
t}}, $weight)
      unless $weight ~~ @{$fonts{family}->{$family}->{weight}}; 

    push(@{$fonts{family}->{$family}->{width}}, $avg_width)
      unless $avg_width ~~ @{$fonts{family}->{$family}->{wid
_dpi}}, $v_dpi)
      unless $v_dpi ~~ @{$fonts{family}->{$family}->{vert_dpi}}; 

    push(@{$fonts{family}->{$family}->{horiz_dpi}}, $h_dpi)
      unless $h_dpi ~~ @{$fonts{family}->{$family}->{hori
hs}}, $tenths)
      unless $tenths ~~ @{$fonts{family}->{$family}->{tenths}}; 

    push(@{$fonts{family}->{$family}->{spacing}}, $spacing)
      unless $spacing ~~ @{$fonts{family}->{$family}->{spac
p5-GFX-Enhancer ( K/KO/KOBOLDWIZ/Perl5/p5-GFX-Enhancer-0.1.13.tar.gz, KOBOLDWIZ, 2021; MetaCPAN )
p5-GFX-Enhancer/lib/GFX/Enhancer/SingleLineAntialias.pm ( view source; MetaCPAN )
rom resulting list
	for (my $i = 0; $i < length(@rgba_points); $i++) {
		if (not (@rgba_points[$i] ~~ @non_rgba_rgba_points)) {
			push (@return_rgba_points, @rgba_points[$i]);
		}
	}
	
	return (@retu
}->{width}}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i]->{index} - $self->{imgrepr}->{width} - 1}) % $self->{imgrepr}->{width} ~~ @indexl
			and (@rgbasl[$i]->{@rgbasl[$i
]->{index} - $self->{imgrepr}->{width} + 1}) % $self->{imgrepr}->{width} ~~ @indexl) {
		push (@grepped_points, @rgbasl[$i]);
		}
	}
	return (@grepped_points);	
}

1;
perlsecret ( B/BO/BOOK/perlsecret-1.017.tar.gz, BOOK, 2021; MetaCPAN )
perlsecret/lib/perlsecret.pod ( view source; MetaCPAN )
 block for one-liners
    -M5;         Maori farewell               BEGIN block for one-liners
    ~~           Inchworm                     scalar
    ~-           Inchworm on a stick          high-p
alar / list context
    =< >=~       Flaming X-Wing               match input, assign captures
    ~~<>         Kite                         a single line of input
    <<m=~m>> m ; Ornate double-blade
  boolean list squash
    0+!!         Key to the truth             numeric boolean conversion
    ~~!!         Serpent of truth             numeric boolean conversion
    ||()         Abbott and Cost
Weather-PurpleAir-API ( T/TT/TTKCIAR/Weather-PurpleAir-API-0.09.tar.gz, TTKCIAR, 2022; MetaCPAN )
Weather-PurpleAir-API/lib/Weather/PurpleAir/API.pm ( view source; MetaCPAN )
->{$name} // $alt_hr->{$name} // $default_value;
}

# approximates python's "in" operator, because ~~ is unsane:
sub in {
    my $v = shift @_;
    return 0 unless (@_ && defined($_[0]));
    if (ref(
App-InteractivePerlTutorial ( M/MG/MGV/App-InteractivePerlTutorial-0.000_001.tar.gz, MGV, 2015; MetaCPAN )
App-InteractivePerlTutorial/lib/App/InteractivePerlTutorial/Chapter/Smartmatch/Smartmatch.pm ( view source; MetaCPAN )
Smart Matching';

1;
__DATA__

=encoding utf-8

=head1 Smart matching

Basically, smart matching(C<~~>) look at both his operators and decides what to do with them.

=head3 Table for smart match opera
  %x ~~ %y                       hash keys identical
  %x ~~ @y or @x ~~ %y           at least one key in %x is in @y
  %x ~~ /text/ or /text/ ~~ %y   at least one key matches pattern
  'text' ~~ %x  

  @x ~~ @y                       arrays are the same
  @x ~~ /text/                   at least one element in @x matches pattern
  $name ~~ undef                 $name is not defined
  $name ~~ /text
PDL-Dims ( F/FA/FANTASMA/PDL-Dims/PDL-Dims-0.019.tar.gz, FANTASMA, 2022; MetaCPAN )
PDL-Dims/lib/PDL/Dims.pm ( view source; MetaCPAN )
n==$self->ndims-1);
	#say "self: @n";
	my $str;
	my @rm;
	for my $i (0.. $#n) {
		unless (/$n[$i]/ ~~ @except){
			#say "Selecting $i $n[$i] $idx[$i]";
			push @rm,$n[$i];
			$str.="$idx[$i]"; 
		}
		
et+=0;
	$ret->sethdr($self->hdr_copy);
	#say $ret->info;
	for my $i (0.. $#n) {
		unless (/$n[$i]/ ~~ @except){
			#say "$i $n[$i] ",idx($self,$n[$i]);
			dimsize($ret,'channel',1);
			#say "$i $n[$i]
Lang-HL ( R/RA/RAJ/Lang-HL-5.052.tar.gz, RAJ, 2022; MetaCPAN )
Lang-HL/lib/Lang/HL.pm ( view source; MetaCPAN )
     return $not;
        }

        sub arrayElement($array, $element) {
            if( $element ~~ @{$array} ) {
                return 1;
            } else {
                return 0;
           
App-pimpd ( W/WO/WOLDRICH/App-pimpd-0.350.tar.gz, WOLDRICH, 2021; MetaCPAN )
App-pimpd/lib/App/Pimpd/Validate.pm ( view source; MetaCPAN )
  my @valid_lists = sort($mpd->collection->all_playlists);


  for my $list(@lists) {
    if($list ~~ @valid_lists) {
      next;
    }
    else {
      my @choices = ();

      for my $valid(@valid_l
ices;
      }
      elsif($answer eq 'current') {
        return(undef);
      }

      if($answer ~~ @valid_lists) {
        $list = $answer;
      }
      # Make sure the number selected is in fact 
s = @_;
  my @lists = $mpd->collection->all_playlists;
  map { s/^\s+//m } @lists;
  return ($_[0] ~~ @lists) ? 1 : 0;
}

sub escape {
  my $str = shift;
  $str =~ s/([;<>*|`&\$!#()[\]{}:'" ])/\\$1/g;
Smartcat-Client ( T/TA/TARAS/Smartcat-Client-0.0.3.tar.gz, TARAS, 2021; MetaCPAN )
Smartcat-Client/lib/Smartcat/Client/Role/AutoDoc.pm ( view source; MetaCPAN )
                               ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                 $role_reqs
.

    format INHERIT_POD =
=head1 NAME

@*
$myclass

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
                                                               $handles
.

    format ATTR_NARROW 
         $handles
             ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
             $handles

.
    format ATTRHEAD_POD =
=head1 ATTRIBUTES

.
    format ATTR_POD =

=he

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.