Group
Extension

Matches 1309

CGI-Application-Framework ( R/RD/RDICE/CGI-Application-Framework-0.26.tar.gz, RDICE, 2005; MetaCPAN )
CGI-Application-Framework/misc/makedocs.pl ( view source; MetaCPAN )
readme.txt'   => 'README',
);

my @Tempfiles = qw(
    pod2htmd.tmp
    pod2htmd.x~~
    pod2htmi.tmp
    pod2htmi.x~~
);

use strict;
use File::Copy;
local $/;

foreach my $target (keys %TEXT) {
    
Kwiki-TableOfContents ( C/CO/CORDATA/Kwiki-TableOfContents-0.01.tar.gz, CORDATA, 2006; MetaCPAN )
Kwiki-TableOfContents/lib/Kwiki/TableOfContents.pm ( view source; MetaCPAN )
.
 */
var ObservableMethodProvider = {
	/**
	 * Will return an observable function on the method given (as a string)
	 * bound to the called instance and will return the same observable
	 * function e
Repository-Simple ( H/HA/HANENKAMP/Repository-Simple-0.06.tar.gz, HANENKAMP, 2006; MetaCPAN )
Repository-Simple/lib/Repository/Simple/Engine/FileSystem.pm ( view source; MetaCPAN )
ry is assumed for the value C<root>. All files returned by the file system will be rooted at the given (or assumed) point. No file outside of that point is accessible.

=head1 NODE TYPES

There are th
Locale-MakePhrase ( M/MA/MATHEW/Locale-MakePhrase-0.5.tar.gz, MATHEW, 2006; MetaCPAN )
Locale-MakePhrase/lib/Locale/MakePhrase/RuleManager.pm ( view source; MetaCPAN )
isplay the B<~> character, you will need to
use two of them, as in:

  "Tilde needs escaping as in ~~"

which ends up printing:

  Tilde needs escaping as in ~

=head1 LINGUISTIC RULES

We have coined
                                    |
                                       ~[\[\]\~]   # ~[, ~], ~~
                                       |
                                       \[          # [ pr
CGI-Application-Plugin-Forward ( M/MG/MGRAHAM/CGI-Application-Plugin-Forward-1.06.tar.gz, MGRAHAM, 2005; MetaCPAN )
CGI-Application-Plugin-Forward/misc/makedocs.pl ( view source; MetaCPAN )
readme.txt'   => 'README',
);

my @Tempfiles = qw(
    pod2htmd.tmp
    pod2htmd.x~~
    pod2htmi.tmp
    pod2htmi.x~~
);

use strict;
use File::Copy;
local $/;

foreach my $target (keys %TEXT) {
    
Perl6-Bible ( A/AU/AUTRIJUS/Perl6-Bible-0.30.tar.gz, AUTRIJUS, 2006; MetaCPAN )
Perl6-Bible/lib/Perl6/Bible/E04.pod ( view source; MetaCPAN )
nce

         INCLUSIVE OR             ||                     or
         EXCLUSIVE OR             ~~                    xor
          DEFINED OR              //                    err

But why call i
Perl6-Bible ( A/AU/AUTRIJUS/Perl6-Bible-0.30.tar.gz, AUTRIJUS, 2006; MetaCPAN )
Perl6-Bible/lib/Perl6/Bible/A04.pod ( view source; MetaCPAN )
EXPR1)) {
        if ($_ =~ (EXPR2)) { ... }
    }

[Update: the C<=~> operator has been renamed C<~~>.]

=head3 Table 1: Matching a switch value against a case value

    $a      $b        Type of Ma
an operator on every case, simply provide an empty given,
to be read as "given nothing...":

    given () {
        when $a.isa(Ant) { ... }
        when $b.isa(Bat) { ... }
        when $c.isa(Cat) {
      }
    }

This works because =~ is considered a boolean operator.

[Update: The operator is C<~~> now.]

RFC:

    catch not &TooSevere => { ... }

Now:

    when not &TooSevere { ... }

The unar
WWW-Hatena-WanWanWorld ( K/KO/KOKOGIKO/WWW-Hatena-WanWanWorld-0.02.tar.gz, KOKOGIKO, 2006; MetaCPAN )
WWW-Hatena-WanWanWorld/lib/WWW/Hatena/Scraper.pm ( view source; MetaCPAN )
Url is not given.",
        'no_url' => "No urls are given.",
        'no_rk' => "No cookies are given (Maybe not logined)",
    }->{$code};

    $self->{'last_errcode'} = $code;
    $self->{'last_err
Email-Received ( S/SI/SIMON/Email-Received-1.00.tar.gz, SIMON, 2006; MetaCPAN )
Email-Received/lib/Email/Received.pm ( view source; MetaCPAN )
LE> or C<DONE>. 

One control structure is provided, which is basically an C<if> statement:

    GIVEN (NOT)? /REGEXP/ {
        ACTION+
    }

=head2 EXPORT

parse_received

=head1 SEE ALSO

L<Mail::
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Class/Kode.pm ( view source; MetaCPAN )
.page;
						
						my $name = lc $.revision.attributes<kontent:title>;
						$name ~~ s:g/<[ _]>+/_/;
						$name ~~ s:g/\W//;
						$page.name = $name;
					}
					$rev.commit();
				}
			}
			else 
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Class/Setting.pm ( view source; MetaCPAN )
_<kontent:title> = lc $p<title> // ~$_<kontent:title>;
					$_<kontent:title> ~~ s:g/<[ _]>+/_/;
					$_<kontent:title> ~~ s:g/\W//;
					
					my $page=$rev.page;
					$page.name = $_<kontent:title>;
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Renderer/XML.pm ( view source; MetaCPAN )
 {
		temp our $x = $x * 10;
		for *$contents {
			take "<!--\n {++$x}: {ref $_} -->";
			
			if $_ ~~ Str {
				take "<![CDATA[$_]]>";
			}
			else {
				take "<!-- first: {ref $_[0]} -->";
				take $
		take " $k='$v'";
				}
			}
			
			if @.children {
				take ">";
				for @.children {
					if $_ ~~ Str {
						take "<![CDATA[$_]]>";
					}
					else {
						take $_.process_xml();
					}
				}
		
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Class/User.pm ( view source; MetaCPAN )
 everything else deleted entirely.
					my $name = lc $_<kontent:title>;
					$name ~~ s:g/<[ _]>+/_/;
					$name ~~ s:g/\W//;
					$page.name = $name;
				}
				
				if %p<action> eq 'save' {
					$r
Quantum-ClebschGordan ( D/DA/DAVIDRW/Quantum-ClebschGordan-0.01.tar.gz, DAVIDRW, 2006; MetaCPAN )
Quantum-ClebschGordan/lib/Quantum/ClebschGordan.pm ( view source; MetaCPAN )
 of the (j1,j2,m,m1,m2,j) values;

Returns a list of Quantum::ClebschGordan objects based on the given (j1,j2,m,m1,m2,j) values for the current object. If any of those values are unset, then there wil
Perl6-Bible ( A/AU/AUTRIJUS/Perl6-Bible-0.30.tar.gz, AUTRIJUS, 2006; MetaCPAN )
Perl6-Bible/lib/Perl6/Bible/S22.pod ( view source; MetaCPAN )
it's all just "perl 6" regardless of the runtime they are going to use on the system.


[foo.p6]
given (use (perl5:DBI | java:JDBC)) {
    when /perl5/ { ... }
    when /java/ { ... }
};

[foo.p6o]
- 
LJ-Simple ( S/SI/SIMES/LJ-Simple-0.15.tar.gz, SIMES, 2006; MetaCPAN )
LJ-Simple/Simple.pm ( view source; MetaCPAN )
es_out,time()-$timestart,0);
    return 0;
  }

  # We did!
  # Now to populate the hash we were given (if asked to)
  if (defined $req_hash) {
    %{$req_hash}=();
    my ($k,$v);
    while(($k,$v)=e
Class-LazyLoad ( R/RK/RKINYON/Class-LazyLoad-0.04.tar.gz, RKINYON, 2005; MetaCPAN )
Class-LazyLoad/lib/Class/LazyLoad.pm ( view source; MetaCPAN )
$name }  = \&$subname;

            $lazyloads{ $pkg }{ $name } = $func;
        }

        return ~~1;
    }

    sub unlazyload
    {
        my $pkg = shift;

        foreach my $name ( keys %{ $la
 delete $lazyloads{ $pkg }{ $name };
        }

        delete $lazyloads{ $pkg };

        return ~~1;
    }

    sub _build
    {
        my @x = @{$_[0]};

        my $func = shift @x;
        $_[0
_build() failed to build a new object\n"
            if ref($_[0]) eq __PACKAGE__;

        return ~~1;
    }

    sub lazyload_one
    {
        my ($pkg, $name, @args) = @_;

        die "Must pass 
File-System ( H/HA/HANENKAMP/File-System-1.16.tar.gz, HANENKAMP, 2005; MetaCPAN )
File-System/lib/File/System/Real.pm ( view source; MetaCPAN )
ry is assumed for the value C<root>. All files returned by the file system will be rooted at the given (or assumed) point.

=cut

sub new {
	my $class = shift;
	my %args  = @_;

	$args{root} ||= '.';
String-Divert ( R/RS/RSE/String-Divert-0.96.tar.gz, RSE, 2005; MetaCPAN )
String-Divert/Divert.pod ( view source; MetaCPAN )
>
activated diversions. If C<$num> is C<0>, deactivates all activated
diversions. If C<$name> is given (i.e. the argument is not numeric), it
deactivates all last activated diversion up to and includi
Msql-Mysql-modules ( J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz, JWIED, 2001; MetaCPAN )
Msql-Mysql-modules/tests/msql1.t ( view source; MetaCPAN )
spect. But you're welcome to test it
# out.

my $host = shift @ARGV || "~~test_host~~";
my $dbname = shift @ARGV || "~~test_db~~";

# That's the standard perl way tostart a testscript. It announces th
QL"  &&  $mdriver ne "mSQL1") {
	print "1..0\n";
	exit 0;
    }
    print "1..70\n";
}

use ~~nodbd_driver~~;

# Force yourself to strict programming. See man strict for details.
use strict;

# Variab
in two steps: (1) Connect and (2) SelectDB...

if ($dbh = ~~nodbd_driver~~->connect($host)){
    print "ok 1\n";
} else {
    $~~nodbd_driver~~::db_errstr ||= "";
    my $onhost = $host ? " (on $host)

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