Group
Extension

Matches 1364

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
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 
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;
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(
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
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]
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
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;
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;
           
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
App-HTTP_Proxy_IMP ( S/SU/SULLR/App-HTTP_Proxy_IMP-0.958.tar.gz, SULLR, 2021; MetaCPAN )
App-HTTP_Proxy_IMP/lib/App/HTTP_Proxy_IMP/IMP.pm ( view source; MetaCPAN )
fy
    CHKIF: for my $if ( $factory->get_interface ) {
	my ($dt,$rt) = @$if;
	for (@$rt) {
	    $_ ~~ [ IMP_REPLACE, IMP_TOSENDER ] or next;
	    $self->{can_modify} =1;
	    last CHKIF;
	}
    }
	
  
t->{acct}{$key} = $value;
	    next;
	}

        # (pre)pass data up to offset
        if ( $rtype ~~ [ IMP_PASS, IMP_PREPASS ]) {
	    my ($dir,$offset) = @$rv;
	    $DEBUG && $request->xdebug("got $
ew data
		$ib0->[3],  # callback
		$ib0->[4],  # cbargs
	    ];

	    next;
	}
        if ( $rtype ~~ [ IMP_PAUSE, IMP_CONTINUE ] ) {
	    my $dir = shift(@$rv);
	    my $relay = $self->{request}{conn
Games-Hangman ( P/PE/PERLANCAR/Games-Hangman-0.063.tar.gz, PERLANCAR, 2020; MetaCPAN )
Games-Hangman/lib/Games/Hangman.pm ( view source; MetaCPAN )
 unless $list ~~ @wmods;
            } elsif ($type eq 'p') {
                die "Unknown phraselist '$list'\n" unless $list ~~ @pmods;
            } else {
                if ($list ~~ @wmods) {
   
                 $type = 'w';
                } elsif ($list ~~ @pmods) {
                    $type = 'p';
                } else {
                    die "Unknown word-/phraselist '$list'\n";
      
'p';
            if ($type eq 'w') {
                if (($ENV{LANG} // "") =~ /^id/ && "ID::KBBI" ~~ @wmods) {
                    $list = "ID::KBBI";
                } else {
                    if 
khatgallery ( R/RU/RUBYKAT/khatgallery-0.2405.tar.gz, RUBYKAT, 2022; MetaCPAN )
khatgallery/lib/HTML/KhatGallery/Core.pm ( view source; MetaCPAN )
re-generation of the thumbnail images even if they already
exist.  If false (the default) then a given (thumbnail) image file will
only be created if it doesn't already exist.

=item B<image_match>

R
Telegram-JsonAPI ( C/CI/CINDY/Telegram-JsonAPI-1.02.tar.gz, CINDY, 2022; MetaCPAN )
Telegram-JsonAPI/lib/Telegram/JsonAPI.pm ( view source; MetaCPAN )
# If you have more than one client id simutaneously, you can distinguish them by this field.
    given( $msg->{'@type'} ) {
      when('updateAuthorizationState') {
        ...
      }
      ...
    }
  say "recv: $msg";
      $msg = decode_json($msg);
      given($msg->{'@type'}) {
        when('updateAuthorizationState') {
          given( $msg->{authorization_state}{'@type'} ) {
            when
Git-CPAN-Patch ( Y/YA/YANICK/Git-CPAN-Patch-2.5.0.tar.gz, YANICK, 2022; MetaCPAN )
Git-CPAN-Patch/lib/Git/CPAN/Patch/Command/Import.pm ( view source; MetaCPAN )
 }

    return sort { $a->date cmp $b->date } @releases;
}

sub releases_to_import ($self) {
    given ( $self->thing_to_import ) {
        when ( qr/^(?:https?|file|ftp)::/ ) {
            return $se
Finance-AMEX-Transaction ( T/TH/THINC/Finance-AMEX-Transaction-0.005.tar.gz, THINC, 2022; MetaCPAN )
Finance-AMEX-Transaction/lib/Finance/AMEX/Transaction/CBNOT/Detail.pm ( view source; MetaCPAN )
item NP = Non-Gas & Oil Industries

=item Non-CAPN Merchants

=item GO = Gas & Oil Industry

=item ~~ = Non-Gas & Oil Industries

=back

Note: Tildes (~) represent character spaces.

=head2 IND_REF_NU
App-Staticperl ( M/ML/MLEHMANN/App-Staticperl-1.46.tar.gz, MLEHMANN, 2022; MetaCPAN )
App-Staticperl/staticperl.pod ( view source; MetaCPAN )
les.

   --incglob '/unicore/**.pl'

=item C<--add> F<file> | C<--add> "F<file> alias"

Adds the given (perl) file into the bundle (and optionally call it
"alias"). The F<file> is either an absolute p
Astro-Montenbruck ( K/KR/KRUSHI/Astro-Montenbruck-1.26.tar.gz, KRUSHI, 2022; MetaCPAN )
Astro-Montenbruck/script/planpos.pl ( view source; MetaCPAN )
rees
    equ2hor( $h, $delta, $theta);
}

sub convert_lambda {
    my ($target, $dec) = @_;

    given ($target) {
        sub { dms_or_dec_str( $_[0], decimal => $dec ) }
            when 1;
        
ormat = sub {
        dms_or_dec_str($_[0], decimal => $dec, places => 2, sign => 1)
    };

    given( $target ) {
        sub {  $format->( $_[1] ) }
            when [1, 2];
        sub {
         
 my ($target, $format, $theme) = @_;
    my $fmt = uc $format;
    my $tmpl;
    my @titles;
    given ($target) {
        when (1) {
            $tmpl = $fmt eq 'S' ? '%-7s   %-11s   %-10s  %-10s %-1

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