view release on metacpan or search on metacpan
lib/Acme/Resume.pm view on Meta::CPAN
=begin html
<p>
<img src="https://img.shields.io/badge/perl-5.14+-blue.svg" alt="Requires Perl 5.14+" />
<img src="https://img.shields.io/badge/coverage-86.3%25-orange.svg" alt="coverage 86.3%" />
<a href="https://github.com/Csson/p5-Acme-Resume/actions?query=workflow%3Amakefile-test"><img src="https://img.shields.io/github/workflow/status/Csson/p5-Acme-Resume/makefile-test" alt="Build status at Github" /></a>
</p>
=end html
=head1 VERSION
view all matches for this distribution
view release on metacpan or search on metacpan
t/pms/RayApp.pm view on Meta::CPAN
If you have a mod_perl 2 support in your Apache 2 and want to use
it to run you B<RayApp>-based applications, the following setup
will give you the correct result:
Alias /sub /opt/www
<LocationMatch ^/sub/(.+\.(html|xml))?$/>
SetHandler perl-script
PerlResponseHandler RayApp::mod_perl
</LocationMatch>
The Alias directive ensures that the DSD and Perl code will be
t/pms/RayApp.pm view on Meta::CPAN
}
1;
and in the XSLT you will get to them for example via
<xsl:value-of select="$my_relative_url"/>
=item RayAppStyleStaticParams / RAYAPP_STYLE_STATIC_PARAMS
When a static .xml file is processed into HTML, the XSL
transformation is run, even if there was no application invocation
t/pms/RayApp.pm view on Meta::CPAN
First the DSD file, /opt/www/app.dsd:
<?xml version="1.0"?>
<root>
<_param name="name"/>
<name/>
<time/>
</root>
The application will accept one parameter, B<name> and will return
hash with two values, B<name> and B<time>. The code in
/opt/www/app.mpl can be
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/RohlfsC.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-RohlfsC>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-RohlfsC/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
* Bug reports
Found a bug? Great! (Well, not so great I suppose.)
The place to report them is <https://rt.cpan.org/>. Don't e-mail me
about it, as your e-mail is more than likely to get lost amongst the
spam.
An example script clearly demonstrating the bug (preferably written
using Test::More) would be greatly appreciated.
CONTRIBUTING view on Meta::CPAN
Perl itself, which is distributed under the GNU General Public Licence
version 1, and the Artistic Licence.
This file is licensed under the Creative Commons Attribution-ShareAlike
2.0 UK: England & Wales License. To view a copy of this license, visit
<http://creativecommons.org/licenses/by-sa/2.0/uk/>.
This file is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SGABRIEL/Utils.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme::SGABRIEL::Utils>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme::SGABRIEL::Utils/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SList/XSLT.pm view on Meta::CPAN
my $style_doc = $parser->parse_string(
q{<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" encoding="iso-8859-1"/>
<xsl:template match="/">
<html>
<body>
<title>Test</title>
Data:
<hr/>
<xsl:for-each select="index/data">
<p>Test: *** <xsl:value-of select="."/> ***</p>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/STEVEB.pm view on Meta::CPAN
=head1 NAME
Acme::STEVEB - One line description
=for html
<a href="https://github.com/stevieb9/acme-steveb/actions"><img src="https://github.com/stevieb9/acme-steveb/workflows/CI/badge.svg"/></a>
<a href='https://coveralls.io/github/stevieb9/acme-steveb?branch=master'><img src='https://coveralls.io/repos/stevieb9/acme-steveb/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
=head1 SYNOPSIS
=head1 DESCRIPTION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SafetyGoggles.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-SafetyGoggles>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-SafetyGoggles/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Samurai.pm view on Meta::CPAN
=head1 DESCRIPTION
Translates Japanese to æä»£å
(L<http://en.wikipedia.org/wiki/Jidaigeki>) speak.
Test form: L<http://samurai.koneta.org/>
=head1 METHODS
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Schlong.pm view on Meta::CPAN
# has number_of_modules => ( is => 'ro', isa => Int, lazy_build => 1, documentation => q{} );
method _build_useraccounts { scalar grep { !/Shared/ } grep { -d $_ } glob ( dir( $self->home_directory => '..') . '/*'); } #TODO Make safer for WIN
method _build_username_length { length $self->username }
method _build_shell { $_ = $ENV{SHELL}; s/.*\/(.*?)$/$1/; $_ } # /r
method _build_harddrive_size { $_=`df -l | grep '\\/\$' | awk '{print \$2}'`; chomp; $_ } # -E 'use IPC::Run qw<run timeout>; my $out; my @cmd = (q<du>, q<-s>, q</>); run \@cmd, "", \undef, \$out, timeout( 100 ) echo `uptime|grep days|sed...
method _build_harddrive_used { $_=`df -l | grep '\\/\$' | awk '{print \$3}'`; chomp; $_ } # -E 'use IPC::Run qw<run timeout>; my $out; my @cmd = (q<du>, q<-s>, q</>); run \@cmd, "", \undef, \$out, timeout( 100 ) echo `uptime|grep days|sed...
method _build_uptime { 100 }
method _build_users { 5 }
method _build_cores { App::OS::Detect::MachineCores->new->cores }
method _build_using_multiplex { $self->using_byobu or $self->using_tmux or $self->using_screen ? true : false }
method _build_using_byobu { exists $ENV{BYOBU_BACKEND} ? 1 : 0 }
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Scurvy/Whoreson/BilgeRat.pm view on Meta::CPAN
=head1 DESCRIPTION
A multi-lingual insult generator, which takes pluggable backends to
generate insults in the language of your choice, written in honour of
International Talk Like A Pirate Day on Sept 19th 2003
L<http://www.talklikeapirate.com/>. An example backend is provided
which implements the 'pirate' language.
Usage is very simple. Instantiate an Acme::Scurvy::Whoreson::BilgeRat
object, passing a single named parameter - 'language' - to the constructor.
This tells it to use the A::S::W::B::Backend::[language] plugin module.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SexualReproduction.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-SexualReproduction>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-SexualReproduction/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Shining.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-Shining>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-Shining/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Sort/Bogosort.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-Sort-Bogosort>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-Sort-Bogosort/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Sort/Bozo.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-Sort-Bozo>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-Sort-Bozo/>
=back
=head1 SEE ALSO
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/IO/Async/Stream.pm view on Meta::CPAN
return 0;
}
Because a reference to the buffer itself is passed, it is simple to use a
C<s///> regular expression on the scalar it points at, to both check if data
is ready (i.e. a whole line), and to remove it from the buffer. If no data is
available then C<0> is returned, to indicate it should not be tried again. If
a line was successfully extracted, then C<1> is returned, to indicate it
should try again in case more lines exist in the buffer.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Spinodal/Utils.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-Spinodal-Utils>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-Spinodal-Utils/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
StringFormat.pm view on Meta::CPAN
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to
C<bug-acme-stringformat@rt.cpan.org/>, or through the web interface at
L<http://rt.cpan.org/>.
=head1 SEE ALSO
L<perlfunc/sprintf> - this module is an interface to C<sprintf>.
StringFormat.pm view on Meta::CPAN
=over 4
=item C++
L<http://www.boost.org/>.
=item Ruby
L<http://www.ruby-lang.org/>.
=item Python
L<http://www.python.org/>.
=back
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Study/BLACKJ.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-Study-BLACKJ>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-Study-BLACKJ/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SuperCollider/Programming.pm view on Meta::CPAN
Acme::SuperCollider::Programming - Representing the Community for SuperCollider Programming
=head1 DESCRIPTION
In a cruel under-representation of the true scale and awesomeness of the
L<SuperCollider Programming|http://www.audiosynth.com/> community, one
popular ranking index has ranked SuperCollider as the 96th most popular language.
Clearly, this is not a realistic ranking of the SuperCollider Programming
profession.
lib/Acme/SuperCollider/Programming.pm view on Meta::CPAN
Adam Kennedy E<lt>adamk@cpan.orgE<gt>
=head1 SEE ALSO
L<http://www.audiosynth.com/>
=head1 COPYRIGHT
Copyright 2009 Adam Kennedy.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/TAINT.pm view on Meta::CPAN
L<http://cpanratings.perl.org/d/Acme-TAINT>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-TAINT/>
=back
=head1 ACKNOWLEDGEMENTS
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Takahashi/Method.pm view on Meta::CPAN
use Acme::Takahashi::Method;
# and the rest of your codes.
=head1 DESCRIPTION
The Takahashi Method L<http://www.rubycolor.org/takahashi/> is a
strong, powerful and impressive method that makes your presentation
something unforgettable. This module makes your script as impressive
as those presentations.
Seeing is believing. try
lib/Acme/Takahashi/Method.pm view on Meta::CPAN
=back
=head1 SEE ALSO
The Takahashi Method (Japanese)
L<http://www.rubycolor.org/takahashi/>
L<Acme>
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Tanasinn.pm view on Meta::CPAN
}
=head1 AUTHOR
The Elitist Superstructure of DQN, L<http://4-ch.net/dqn/>
=head1 BUGS
Pâµâµâµsâµâµâµâµâµrâµâµâµâµbâµâµâµâµâµâµâµâµâµâµâµeâµâµâµâµâµ<âµâµâµâµâµâµâµaâµiâµâµâµâµâµâµâµâµâµâµâµoâµâµâµâµâµâµâµâµâµâµâµ
ntâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµAuâµâµâµâµâµâµgâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµâµ. âµâµâµâµâµâµ nâµâµâµâµâµâµâµdâµâµaâµâµâµâµâµâµ âµâµâµâµâµâµ
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Tategaki.pm view on Meta::CPAN
$_ =~ s/\[/ââ/g;
$_ =~ s/\]/ââ/g;
$_ =~ s/ï¼/â§ /g;
$_ =~ s/ï¼/⨠/g;
$_ =~ s/</â§ /g;
$_ =~ s/>/⨠/g;
$_ =~ s/ã/â§ /g;
$_ =~ s/ã/⨠/g;
}
# print dump @text;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Tau.pm view on Meta::CPAN
The Ï that is Ï is not the true Ï. This is only a copy.
=head1 SEE ALSO
L<Acme::Pi>, L<http://tauday.com/>
=head1 AUTHOR
thrig - Jeremy Mates (cpan:JMATES) C<< <jmates at cpan.org> >>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Teddy.pm view on Meta::CPAN
=over
=item *
B<james2vegas> of L<PerlMonks|http://perlmonks.org/>
for improvements in the test script.
=back
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Terror/NL.pm view on Meta::CPAN
=head1 AUTHOR
M. Blom,
E<lt>blom@cpan.orgE<gt>
L<http://menno.b10m.net/perl/>
=head1 COPYRIGHT
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.
lib/Acme/Terror/NL.pm view on Meta::CPAN
=over 4
=item * L<Acme::Terror>, L<Acme::Terror::UK>, L<Acme::Terror::AU>
=item * L<http://english.nctb.nl/>
=back
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/TestDist/Cpp/EUMM/EUCppGuess.pm view on Meta::CPAN
Acme::TestDist::Cpp::EUMM::EUCppGuess - Example C++ distribution with MakeMaker and CppGuess to test the tool chain
=begin html
<a href="https://travis-ci.org/wollmers/Acme-TestDist-Cpp-EUMM-EUCppGuess"><img src="https://travis-ci.org/wollmers/Acme-TestDist-Cpp-EUMM-EUCppGuess.png" alt="Acme-TestDist-Cpp-EUMM-EUCppGuess"></a>
<a href='https://coveralls.io/r/wollmers/Acme-TestDist-Cpp-EUMM-EUCppGuess?branch=master'><img src='https://coveralls.io/repos/wollmers/Acme-TestDist-Cpp-EUMM-EUCppGuess/badge.png?branch=master' alt='Coverage Status' /></a>
<a href='http://cpants.cpanauthors.org/dist/Acme-TestDist-Cpp-EUMM-EUCppGuess'><img src='http://cpants.cpanauthors.org/dist/Acme-TestDist-Cpp-EUMM-EUCppGuess.png' alt='Kwalitee Score' /></a>
<a href="http://badge.fury.io/pl/Acme-TestDist-Cpp-EUMM-EUCppGuess"><img src="https://badge.fury.io/pl/Acme-TestDist-Cpp-EUMM-EUCppGuess.svg" alt="CPAN version" height="18"></a>
=end html
=head1 SYNOPSIS
lib/Acme/TestDist/Cpp/EUMM/EUCppGuess.pm view on Meta::CPAN
Helmut Wollmersdorfer E<lt>helmut.wollmersdorfer@gmail.comE<gt>
=begin html
<a href='http://cpants.cpanauthors.org/author/wollmers'><img src='http://cpants.cpanauthors.org/author/wollmers.png' alt='Kwalitee Score' /></a>
=end html
=head1 COPYRIGHT AND LICENSE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Text/Rhombus.pm view on Meta::CPAN
=head1 LICENSE
This program is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.
See L<http://dev.perl.org/licenses/>
=cut
view all matches for this distribution