'Deparse failed: ' . $err );
}
# eg, highlight the code part of the following comment:
# print ~~ grep { $_ eq 'x' } qw(a b c x);
return;
}
=pod
=head3 C<on_open_selection>
$main->on_ope
l('PerlFunc')->list;
my @pages = sort {$a cmp $b} $c->model('Index')->find_modules;
given ($query) {
when (@functions) {
return $c->response->redirect( $c->uri_for('/functio
(/^($query)$/i ~~ @pages) {
my $matched_page = $1;
return $c->response->redirect( $c->uri_for('/view',split('::',$matched_page)) );
}
when (/^($query.*)$/i ~~ @pages) {
);
croak "object method called as class method" unless ref $self;
my($orig, $pos);
given(scalar(@_)) {
when (2) { ($orig, $pos) = @_ }
when (1) { ($orig) = @_ }
when (0) { croak
hem directly.
gen {$_**2} 100 ~~ gen {$_**2} range 0, 100
my @names = qw/bob alice eve/;
gen {"hello $_!"} \@names ~~ gen {"hello $_!"} makegen @names
those were
ctly C<Play()> it.
The second (and third) form opens the
wave output device with the format given
(or if none given, defaults to 44.1kHz,
16 bits, stereo); to produce something
audible you can
isa => '_p_svn_fs_path_change_t',
required => 1,
handles => [
grep { not $_ ~~ [qw(new DESTROY)] }
map { $_->name }
any_moose('::Meta::Class')->initializ
gs->{api_method} = $api_method;
my $uri = $self->_make_query_string($args);
$web_method ~~ [qw(GET POST)] or croak "I'm not sure if this is supposed to be a get or a post type request...";
nameservers for this zone
my ($resolvers_ns) = $self->nameservers;
unless ( $resolvers_ns ~~ @ns_addresses ) {
$self->errorstring("NS $resolvers_ns is nonauth for $zone");
pri
tiny @list;
no lib::tiny @list;
=head1 DESCRIPTION
This module simply adds and removes the given (existant on add) paths as-is to/from @INC in the same manner as L<lib> but in a '::Tiny' manner.
warn "[WR07] Configuration defines columns from an input '$input_id' but no such input given (or was ignored). These columns will be ignored.\n";
}
$col->{ignored} = 1;
}
=item range_values($lo_key, $hi_key)
Returns the list of values corresponding the range of keys given (see
range_keys() above).
=item minimum()
Returns the lowest ordered key in the treap.
=item m
m username
The username associated with the account being created.
=item givenName
The user's given (first) name.
=item familyName
The user's family (last) name.
=item password
The user's passw
<use base>
instead. Which you can, and Class::Mixer will notice and use it.
If no rule type is given (e.g. C<use Class::Mixer 'BaseClass';> )
then the before rule is assumed.
=head2 B<after>
The '
class = shift;
my $self = {};
bless $self, $class;
return $ReproxySelf = $self;
}
# given (clientproxy, primary_res_hdrs), initiate proceedings to process a
# request for a reproxy resour
) = @_;
my $qs = $self->knobs;
foreach my $q (@{$qs}) {
my $set_value;
given ($q->ui_type) {
when ('Menu') {
$set_value = $q->value || $q->data->[
]
);
INTERACT: {
my $state = $main_menu->run;
given ($state) {
when (
$_ ~~ [
Hobocamp::Dialog::DLG_EXIT_ESC(), Hobocamp::
die("I don't know what the error code $_ is!");
}
}
given ($main_menu->value->{'name'}) {
when ('Introduction') {
my $msg_box =
help {
say <<'OUT';
usage:
install
upgrade
current-version
OUT
}
help unless $ARGV[0];
given ( $ARGV[0] ) {
when ('install') { install() }
when ('upgrade') {
@labels ; $i++ ) {
my $x = $i * 800 / ( @labels - 1 );
my @axis_modes;
given ( $labels[$i] ) {
when ('CPU') {
@axis_modes = @MODES_CPU
=> sub {
my $game = Games::Pandemic->instance;
# FIXME: check src vs current player
given ( $game->state ) {
when ('end_of_actions') { $K->yield('_draw_cards' ); }
whe
y $player = $game->curplayer;
my @actions = qw{ build discover treat share pass drop };
given ( $game->state ) {
when ('actions') {
foreach my $action ( @actions ) {
lf->auth->get_api("/segment_efforts/$self->{id}");
foreach my $key (keys %{ $effort }) {
given ( $key ) {
when (/athlete/) { $self->_instantiate("Athlete", $key, $effort->{$key});