Group
Extension

Matches 1309

CGI-Application-Framework ( R/RD/RDICE/CGI-Application-Framework-0.26.tar.gz, RDICE, 2005; MetaCPAN )
CGI-Application-Framework/lib/CGI/Application/Framework.pm ( view source; MetaCPAN )
orrect:

    (0, undef) --> Unknown user
    (0, $user) --> user was found, incorrect password given
    (1, $user) --> user was found, password given correct


=item _relogin_authenticate

This metho
orrect:

    (0, undef) --> Unknown user
    (0, $user) --> user was found, incorrect password given
    (1, $user) --> user was found, password given correct

=item _login_profile

This is a Data::Fo
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Store/NarrowDBI/Revs.pm ( view source; MetaCPAN )
 :sth(\%:sth));
		
		# Copy all but the rev: keys.
		for %.attributes.kv -> $k, $v {
			next if $k ~~ /^rev:/;
			$draft.attributes{$k} = $v;
		}
		
		return $draft;
	}
	
	method pool($module) {
		ret
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Hash.pm ( view source; MetaCPAN )
hash.

=cut

sub cmp_hash($hash, $module, *@data) returns Str is export {
	my $algorithm = ~($hash ~~ /^(\w+):/);
	return $hash eq gen_hash($module, :algorithm($algorithm), *@data);
}

=back 4

=head1
WWW-Kontent ( B/BR/BRENTDAX/WWW-Kontent-0.02.tar.gz, BRENTDAX, 2005; MetaCPAN )
WWW-Kontent/WWW/Kontent/Parser/Unparsed.pm ( view source; MetaCPAN )
s governing the design of Kontent renderers ensure that the 
text will be outputted precisely as given (except perhaps for some line 
wrapping).

=head1 SEE ALSO

L<WWW::Kontent>, L<WWW::Kontent::Foun
Document-Manager ( B/BR/BRYCE/Document-Manager-0.35.tar.gz, BRYCE, 2005; MetaCPAN )
Document-Manager/lib/Document/Repository.pm ( view source; MetaCPAN )
does not exist.

You must specify the $doc_id to be looked up.  Optionally, the $doc_path
may be given (saves the lookup time if you have already calculated it).

=cut

sub current_revision {
    my $
Ekahau ( G/GI/GIFF/Ekahau-0.001.tar.gz, GIFF, 2005; MetaCPAN )
Ekahau/Ekahau/Base.pm ( view source; MetaCPAN )
ed with a list of properties.
The special property C<Tag> will be used to set the command tag if
given (otherwise a tag will be generated).  Other properties will be
sent along in the Ekahau request. 
  The one exception is the special property C<Tag>, which
will be used to set the command tag if given (otherwise a tag will be
generated).

=cut

sub request_device_properties
{
    my $self = shift;
  The one exception is the special property C<Tag>, which
will be used to set the command tag if given (otherwise a tag will be
generated).

=cut

sub request_location_context
{
    my $self = shift;
perl_ste ( I/IL/ILYAZ/os2/582+/perl_ste.zip, ILYAZ, 2003; MetaCPAN )
perl_ste/DBD/RAM.pm ( view source; MetaCPAN )
type:

 $dbh->func({
      data_type   => 'USR',
      data_source => "1~~2~~3\n4~~5~~6\n",
      read_sub    => sub { split /~~/,shift },
 },'import' );

That would build a table with two rows of thr
Palm-Doc ( C/CP/CPB/Palm-Doc-1.19.tar.gz, CPB, 2005; MetaCPAN )
Palm-Doc/Doc.pm ( view source; MetaCPAN )
} = undef;
	$self->{sort} = undef;
	$self->{records} = [];

	return $self;
}

# determine if the given (raw) record is a Doc header record and fill in the
# record with appropriate fields if it is.
su
Class-HPLOO ( G/GM/GMPASSOS/Class-HPLOO-0.23.tar.gz, GMPASSOS, 2005; MetaCPAN )
Class-HPLOO/lib/Class/HPLOO.pm ( view source; MetaCPAN )
k = $1 ;
      my $dt = substr($data , 0 , pos($data)) . $blk . $2 ;
      my $ln = ($dt =~ tr~\n~~s) + $line_init ;
      "$blk#line $ln\n";
    /egsix ;
  }
                                   
Pod-HTML2Pod ( S/SB/SBURKE/Pod-HTML2Pod-4.05.tar.gz, SBURKE, 2004; MetaCPAN )
Pod-HTML2Pod/lib/Pod/HTML2Pod.pm ( view source; MetaCPAN )

=item 'handle' => *HANDLE,

Specifies that the HTML code is to be read from the open filehandle
given (e.g., C<$fh_obj>, C<*HANDLE>, C<*HANDLE{IO}>, etc.)  If you
specify this, but fail to specify an
perl_ste ( I/IL/ILYAZ/os2/582+/perl_ste.zip, ILYAZ, 2003; MetaCPAN )
perl_ste/Parse/RecDescent.pm ( view source; MetaCPAN )
>>>>>>>: ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$errorprefix,          $errortext
~~                     ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
                      
@|||||||||@^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
$tracelevel, $tracerulename, '|', $tracemsg
  | ~~       |^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|
              $tracemsg
.

select TRACE;
$| = 1;

o
      |^<<<<<<<<<<<<<<<<<<<<<<<<<<<
$tracelevel, $tracerulename, '|',	           $tracecontext
  | ~~       |                                      |^<<<<<<<<<<<<<<<<<<<<<<<<<<<
						   $tracecontext
Term-ReadLine-Zoid ( P/PA/PARDUS/Term-ReadLine-Zoid/Term-ReadLine-Zoid-0.07.tar.gz, PARDUS, 2004; MetaCPAN )
Term-ReadLine-Zoid/lib/Term/ReadLine/Zoid/ViCommand.pm ( view source; MetaCPAN )
I<+o>|I<-o>] [I<option>=I<value>]

Set a key-value pair in the options hash
When the arg '+o' is given (or the option is preceded by 'no')
the option is deleted.

Can be used to change the ReadLine be
DBIx-Recordset ( G/GR/GRICHTER/DBIx-Recordset-0.26.tar.gz, GRICHTER, 2004; MetaCPAN )
DBIx-Recordset/Recordset.pm ( view source; MetaCPAN )
neither table contains a record for the 
given id. The way it's done depends on the JOIN you are given (LEFT/RIGHT/INNER) 
(see your SQL documentation for details about JOINs).

=head2 Links

If you h
perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/t/op/write.t ( view source; MetaCPAN )
# Test a lexical variable.

format OUT2 =
the quick brown @<<
$fox
jumped
@*
$multiline
^<<<<<<<<< ~~
$foo
now @<<the@>>>> for all@|||||men to come @<<<<
'i' . 's', "time\n", $good, 'to'
.

open OUT2,
; }

eval <<'EOFORMAT';
format OUT2 =
the brown quick @<<
$fox
jumped
@*
$multiline
and
^<<<<<<<<< ~~
$foo
now @<<the@>>>> for all@|||||men to come @<<<<
'i' . 's', "time\n", $good, 'to'
.
EOFORMAT

o
te.tmp'; }
else
    { print "not ok 11\n"; }

{
    our $el;
    format STDOUT =
ok ^<<<<<<<<<<<<<<~~ # sv_chop() naze
$el
.
    my %hash = (12 => 3);
    for $el (keys %hash) {
	write;
    }
}

{
   
ExtUtils-PerlPP ( J/JW/JWIED/ExtUtils-PerlPP-0.03.tar.gz, JWIED, 1999; MetaCPAN )
ExtUtils-PerlPP/PerlPP.pm ( view source; MetaCPAN )
heir replacements are:

    ~~a~~		$c->{'a'}
    ~~b~~		$c->{'b'}
    ~~a->b~~		$c->{'a'}->{'b'}
    ~~a->e~~		$c->{'a'}->{'e'}
    ~~a->1~~		$c->{'a'}->[1]
    ~~a->1->b~~         $c->{'a'}->[1]->{'b
idea is obvious. Real world examples might be:

    my $config_file = "~~etc_dir~~/configuration";
    my $VERSION = "~~version~~";

Preprocessor variables need not be scalar values: If a variable con
tern being
replaced, for example, if C<$ppp->{'config'}->{'bar'}> has the value
C<\&foo>, then C<~~bar~~> will be replaced with the result of

    foo($ppp, "bar");

Arguments are not yet supported.

perl_mlb ( I/IL/ILYAZ/os2/582+/perl_mlb.zip, ILYAZ, 2003; MetaCPAN )
perl_mlb/Locale/Maketext.pm ( view source; MetaCPAN )
####################################
1;

__END__

HEY YOU!  You need some FOOD!


  ~~ Tangy Moroccan Carrot Salad ~~

* 6 to 8 medium carrots, peeled and then sliced in 1/4-inch rounds
* 1/4 teaspoon
perl_mlb ( I/IL/ILYAZ/os2/582+/perl_mlb.zip, ILYAZ, 2003; MetaCPAN )
perl_mlb/Pod/Functions.pm ( view source; MetaCPAN )
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    $typedesc 
~~ ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    $typedesc 
 ~~  ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Devel-ptkdb ( A/AE/AEPAGE/Devel-ptkdb-1.1091.tar.gz, AEPAGE, 2004; MetaCPAN )
Devel-ptkdb/ptkdb.pm ( view source; MetaCPAN )
ontinues until the entire expression is decomposed to it's atomic constituents.
## Protection is given(with $reusedRefs) to ensure that 'circular' references within
## arrays or hashes(i.e. where a me
HTML-FormEngine ( M/MO/MORNI/HTML-FormEngine-1.01.tar.gz, MORNI, 2004; MetaCPAN )
HTML-FormEngine/FormEngine/Checks.pm ( view source; MetaCPAN )
 versions of FormEngine it'll read in the special
variable I<regex> if the first argument is not given (I<regex> is
deprecated, don't use it!). If the value doesn't match this regex,
I<invalid> is ret
perl_debug ( G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2, GERRIT, 2003; MetaCPAN )
perl_debug/perl/perl_debug-5.8.1/lib/Pod/Functions.pm ( view source; MetaCPAN )
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    $typedesc 
~~ ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    $typedesc 
 ~~  ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

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