Group
Extension

Matches 1309

PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/lib/PPR.pm ( view source; MetaCPAN )
      |    [<>*&|/]{1,2}+  (?! [=]  )
            |    \^              (?! [=]  )
            |    ~~
            |    isa
            )
        ) # End of rule (?<PerlInfixBinaryOperator>)

        (
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/bin/gen_statements.pl ( view source; MetaCPAN )
xt = "$statement";
        for my $bug (@PPI_BUGS) {
            next STATEMENT if $statement_text ~~ $bug;
        }

        next STATEMENT
            if $statement =~ m{ \A \s* print \s+ form [^\n
PPR ( D/DC/DCONWAY/PPR-0.001010.tar.gz, DCONWAY, 2024; MetaCPAN )
PPR/bin/gen_blocks.pl ( view source; MetaCPAN )
#### $filelist[$n]";

    for my $block (@blocks) {
        no warnings;

        next if "$block" ~~ @PPI_BUGS;

        next if $block =~ m{ \A \s* \{ \s* form }xms;

        say {$testfile} $block;
Padre ( S/SZ/SZABGAB/Padre-1.02.tar.gz, SZABGAB, 2023; MetaCPAN )
Padre/share/doc/perlopquick/perlopquick.pod ( view source; MetaCPAN )
st operators
    nonassoc          < > <= >= lt gt le ge
    nonassoc          == != <=> eq ne cmp ~~
    left              &
    left              | ^
    left              &&
    left              |
now 0
    my $z = "c" cmp "b"; #$x is now positive

=head3 See also

L</X E<lt>=E<gt> Y>

=head2 X ~~ Y

=head3 Class

This belongs to L<perlop/Equality Operators>.

=head3 Description

This is the sm
ead.

=head3 Example

See L<perlsyn/"Smart matching in detail"> for examples.

=head3 See also

L</~~X>, L<perlsyn/"Smart matching in detail">, and L<perlfunc/scalar>

=head2 X & Y

=head3 Class

This
Mail-SPF-Iterator ( S/SU/SULLR/Mail-SPF-Iterator-1.121.tar.gz, SULLR, 2024; MetaCPAN )
Mail-SPF-Iterator/lib/Mail/SPF/Iterator.pm ( view source; MetaCPAN )
ain part from the MAIL FROM handshake, e.g. '<','>'
and any parameters removed. If only '<>' was given (like in bounces) the
value is empty.

HELO is the string send within the HELO|EHLO dialog which 
App-SourcePlot ( G/GS/GSB/App-SourcePlot-1.32.tar.gz, GSB, 2024; MetaCPAN )
App-SourcePlot/lib/App/SourcePlot/Plotter/Tk.pm ( view source; MetaCPAN )
  $self->getCanvas()->lower($tag, $tag2);
}

=item drawTextVert

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
g($tag, 'withtag', $t);
    }
    return $t;
}


=item drawText

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
 'withtag', $t);
    }
    return $t;
}

=item drawTextFromLeft

Draws text on the canvas in the given (x, y) coordinates using
the current font, font size, and font Color. Returns the text item
numbe
Astro-Coords ( G/GS/GSB/Astro-Coords-0.22.tar.gz, GSB, 2024; MetaCPAN )
Astro-Coords/lib/Astro/Coords/Equatorial.pm ( view source; MetaCPAN )
tro::PAL::palPreces( 'FK5', $equinox, '2000.0', $ra, $dec );
    }

# Get the epoch. If it's not given (in $args{epoch}) then it's
# the same as the equinox.
    my $epoch = ( ( exists( $args{epoch} )
};

# The equinox is everything after the B.
    my $equinox = $1;

# Get the epoch. If it's not given (in $args{epoch}) then it's
# the same as the equinox. Assume supplied epoch is Besselian
    my 
Lingua-EN-Inflexion ( D/DC/DCONWAY/Lingua-EN-Inflexion-0.002009.tar.gz, DCONWAY, 2024; MetaCPAN )
Lingua-EN-Inflexion/lib/Lingua/EN/Inflexion/Term.pm ( view source; MetaCPAN )
ref(shift), ' object to typeglob reference'; },

    q[~~] => sub {
                my ($term, $other_arg) = @_;

                # Handle TERM ~~ TERM...
                if (blessed($other_arg) && $o
marc-moose ( F/FR/FREDERICD/marc-moose-1.0.49.tar.gz, FREDERICD, 2024; MetaCPAN )
marc-moose/lib/MARC/Moose.pm ( view source; MetaCPAN )
p { not $_->tag ~~ [qw(001 009 039 917 930 955)] } @{$record->fields}
     ]);
     # Clean some subfields
     for my $field ( @{$record->fields} ) {
        next unless $field->tag ~~ [qw(410 461 60
Bio-EnsEMBL ( A/AB/ABECKER/Bio-EnsEMBL-113.0.0.tar.gz, ABECKER, 2024; MetaCPAN )
Bio-EnsEMBL/lib/Bio/EnsEMBL/Translation.pm ( view source; MetaCPAN )
               the correct transcript.
    Return type : Integer
    Exceptions  : Throws if the given (optional) argument is not a
                  transcript.
    Caller      : General
    Status  
               the correct transcript.
    Return type : Integer
    Exceptions  : Throws if the given (optional) argument is not a
                  transcript.
    Caller      : General
    Status  
Bio-EnsEMBL ( A/AB/ABECKER/Bio-EnsEMBL-113.0.0.tar.gz, ABECKER, 2024; MetaCPAN )
Bio-EnsEMBL/lib/Bio/EnsEMBL/DBSQL/FastaSequenceAdaptor.pm ( view source; MetaCPAN )
=head2 can_access_Slice

  Description : Checks the lookup to see if we have access to the Slice given (using 
                seq region name as the ID). We reject any Circular Slice

=cut

sub can_a
Markdown-Parser ( J/JD/JDEGUEST/Markdown-Parser-v0.4.1.tar.gz, JDEGUEST, 2024; MetaCPAN )
Markdown-Parser/lib/Markdown/Parser/Insertion.pm ( view source; MetaCPAN )
er> and inherits from L<Markdown::Parser::Element>

For example:

    Tickets for the event are ~~€5~~ ++€10++

Which would become:

    Tickets for the event are <del>€5</del> <ins>€10</ins>
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/include/pdclib/include/stdio.h ( view source; MetaCPAN )
IB_PUBLIC int puts( const char * s );

/* Push the value c (cast to unsigned char) back onto the given (input) stream.
   A character pushed back in this way will be delivered by subsequent read
   op
Tk-Getopt ( S/SR/SREZIC/Tk-Getopt-0.52.tar.gz, SREZIC, 2024; MetaCPAN )
Tk-Getopt/Getopt.pm ( view source; MetaCPAN )
nterface. The options are
stored in variables named I<$opt_XXX> or in a hash when B<-options> is
given (see below). B<-opttable> should be a reference to an array
containing all options. Elements of t
List-Gen ( S/SO/SOMMREY/List-Gen-0.976.tar.gz, SOMMREY, 2024; MetaCPAN )
List-Gen/lib/List/Gen/Lazy.pm ( view source; MetaCPAN )
 > will force
the values in C< LIST > to evaluate, and will return the new list.

    now(...)  ~~  grep {!$_ or 1} ...

=item methods of C< fn {...} > functions

return values of C< fn {...} >
Metabolomics-Fragment-Annotation ( G/GI/GIACOMONI/Metabolomics-Fragment-Annotation-0.6.9.tar.gz, GIACOMONI, 2023; MetaCPAN )
Metabolomics-Fragment-Annotation/lib/PeakForest/REST_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
String-Util-Match ( P/PE/PERLANCAR/String-Util-Match-0.005.tar.gz, PERLANCAR, 2024; MetaCPAN )
String-Util-Match/lib/String/Util/Match.pm ( view source; MetaCPAN )
match (`~~`) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

    if (ref($haystack) eq 'ARRAY') {
        return $needle ~~ @$hays
rtmatch (C<~~>) operator can already match against a list of strings
or regexes, this function is currently basically equivalent to:

 if (ref($haystack) eq 'ARRAY') {
     return $needle ~~ @$haystac
Affix ( S/SA/SANKO/Affix-0.11.tar.gz, SANKO, 2023; MetaCPAN )
Affix/lib/Affix.pm ( view source; MetaCPAN )
must be provided with more context data.

=head2 C<Pointer[ ... ]>

    Pointer[Int]  ~~ int *
    Pointer[Void] ~~ void *

Create pointers to (almost) all other defined types including C<Struct> and
            struct {
            year  => Int,               int year;
            month => Int,   ~~          int month;
            day   => Int                int day;
        ],                   
ned.

The argument list and return value must be defined. For example,
C<CodeRef[[Int, Int]=>Int]> ~~ C<typedef int (*fuc)(int a, int b);>; that is to
say our function accepts two integers and returns
Archive-Tar-Wrapper ( H/HA/HAARG/Archive-Tar-Wrapper-0.42.tar.gz, HAARG, 2024; MetaCPAN )
Archive-Tar-Wrapper/lib/Archive/Tar/Wrapper.pm ( view source; MetaCPAN )
) and upon extraction, it'll adjust the
permissions of newly generated files if the -p option is given (default for
superuser).

=back

=head1 BUGS

B<Archive::Tar::Wrapper> doesn't currently handle f
Net-SSH2 ( R/RK/RKITOVER/Net-SSH2-0.74.tar.gz, RKITOVER, 2024; MetaCPAN )
Net-SSH2/lib/Net/SSH2.pm ( view source; MetaCPAN )
 croak("hostname unknown: in order to use check_hostkey the peer host name ".
          "must be given (or discoverable) at connect time")
        unless defined $hostname;

    unless (defined $path)

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