These are the factoids for <freenode.net:#perlbot>.

factoid_id subject copula predicate history from namespace
4670 beep is  revisions <*:##NULL>
14449 perfect answer is revisions <*:##NULL>
4299 you suck is :( revisions <*:##NULL>
4220 life without cpan is :-( revisions <*:##NULL>
9341 shut up is :| revisions <*:##NULL>
5310 > > is < < revisions <*:##NULL>
4936 goatse operator is =()= revisions <*:##NULL>
8689 kitten is =^.^= revisions <*:##NULL>
5176 pets is =^_^= revisions <*:##NULL>
4937 kitty operator is =^_^= revisions <*:##NULL>
5657 ????? is ????? revisions <*:##NULL>
13077 !guidelines is [] revisions <*:##NULL>
14441 ^ is ^ revisions <*:##NULL>
10664 pipe is | revisions <*:##NULL>
13122 " is revisions <*:##NULL>
13123 "" is “” revisions <*:##NULL>
6302 punycode turtle is revisions <*:##NULL>
4992 cl0udula is ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ ☁ revisions <*:##NULL>
4771 chess is ♔ ♕ ♖ ♗ ♘ ♙ ♚ ♛ ♜ ♝ ♞ ♟ revisions <*:##NULL>
4779 cards is ♠ ♡ ♢ ♣ ♤ ♥ ♦ ♧ revisions <*:##NULL>
3843 utf8 heart is revisions <*:##NULL>
9020 åäö is ⬲⬲⬲ revisions <*:##NULL>
8887 evil is 🙈🙉🙊 revisions <*:##NULL>
12451 print "hello, i am $]"; revisions <*:##NULL>
3292 bling bling is $$ revisions <*:##NULL>
15203 _prezsez_suf_750 is $750? Fake News. I paid less. revisions <*:##NULL>
10764 stat is ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,$blksize,$blocks) = stat($_); | use File::stat; revisions <*:##NULL>
16068 print "the festival name in that month is $Festival\n"; revisions <*:##NULL>
9450 the correct answer was $foo->print('bar'), revisions <*:##NULL>
11676 _hireme_hash is $hireme = { 'simcop2387' => 1 }; revisions <*:##NULL>
16148 fact _tempconv_internal is $in=decode('utf-8',`quote d `arg!!);if($in=~/(?<v>[\-+]?\d+(?:\.\d+)?(?:ee?[\-+]?\d+)?)(?:\s*°)?\s*(?<u>$ur)/i){($v,$u)=@+{qw/v u/};$c=$f2{fc$u}->($v);join" = ",map{$q=d($_);(eval{inv($f2{$q},$c)}//"UND ").$_}sort{d($a)cmp d($b)} keys%f}else{"Not supported, use ".join(", ",sort{d($a)cmp d($b)}keys%f)} revisions <*:##NULL>
9515 $( is ${ is for dereferencing, not $(. Alternatively, it could be real gid of the process. revisions <*:##NULL>
16067 print "the number of days in a month is $No_Of_Days_In_Month \n"; revisions <*:##NULL>
12072 time is ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time); OR Modules: Time::Piece, Time::Format, Time::Tiny, Time::Moment, Time::C, etc. revisions <*:##NULL>
12895 use ipc::open2; local (*reader, *writer); $pid = open2(\*reader, \*writer, "bc -l"); $sum = 2; for (1 .. 5) { print writer "$sum * $sum\n"; chomp($sum = <reader>); } ; close writer; close reader; waitpid($pid, 0); print "sum is $sum\n"; revisions <*:##NULL>
9338 my $ten = 10; print "ten is $ten\n"; for ("010.") { when($ten) { say "true" } } revisions <*:##NULL>
13418 sweval5.27: sub foo { my $x = shift; $x > 0 ? do { print "x is $x, decrementing|"; __SUB__->($x - 1); } : $x < 0 ? do { print "x is $x, incrementing|"; __SUB__->($x + 1); } : print "x is zero ($x)|"; } foo(-4); revisions <*:##NULL>
13713 perltw is ¥¿Å餤¤å Perl «ü«n - https://perldoc.pl/perltw revisions <*:##NULL>
5141 dong is revisions <*:##NULL>
5377 bynari is 0101010101010101 revisions <*:##NULL>
12711 match x3 is /^([0369]|[258][0369]*[147]|[147]([0369]|[147][0369]*[258])*[258]|[258][0369]*[258]([0369]|[147][0369]*[258])*[258]|[147]([0369]|[147][0369]*[258])*[147][0369]*[147]|[258][0369]*[258]([0369]|[147][0369]*[258])*[147][0369]*[147])*$/ https://www.quaxio.com/triple/ revisions <*:##NULL>
12501 colorstest is 04,02Testing colors revisions <*:##NULL>
12701 klaxon is 0,4W4,0A0,4R4,0N0,4I4,0N0,4G DANGER! DANGER! 0,4W4,0A0,4R4,0N0,4I4,0N0,4G revisions <*:##NULL>
5473 zero but true is "0E0" revisions <*:##NULL>
4102 coolfactor is 10 revisions <*:##NULL>
6428 ldap is "10 Minute LDAP Tutorial" : http://xrl.us/bhrdxo : "LDAP for Rocket Scientists" : http://xrl.us/bhrdya -- Use the Net::LDAP module (http://ldap.perl.org) revisions <*:##NULL>
6038 mjd::error is #11920 The error message is the Truth. The error message is God. revisions <*:##NULL>
6120 mjd::engineering is #11946 Perhaps you have forgotten that this is an engineering discipline, not some sort of black magic. revisions <*:##NULL>
11991 /rage is "1,2,3,5,7,8,9,10" =~ s/(\d+)/"x" x $1/rage =~ s/\b(x+)(?:,((?:\2|\1)x))+\b/$1..$2/gr =~ s/x+/$+[0]-$-[0]/erg revisions <*:##NULL>
8650 sure, but remember we assumed they'd have said 12.5 million if it were 12.5 million revisions <*:##NULL>
13494 testfactoid is {[1,2]}oo revisions <*:##NULL>
13330 asl is 13/none/dns me revisions <*:##NULL>
13627 perlcn is ¼òÌåÖÐÎÄ Perl Ö¸ÄÏ - https://perldoc.pl/perlcn revisions <*:##NULL>
3649 beth on size is "[16:26] <beth> SIZE DOESN'T MATTER" revisions <*:##NULL>
4359 nfi is 17:32 < lucs> NO FUCKING IDEA revisions <*:##NULL>
14452 bsd are 1. A family of unix-like operating systems: https://en.wikipedia.org/wiki/Berkeley_Software_Distribution ; 2. Several permissive FOSS licences: https://en.wikipedia.org/wiki/BSD_licenses . revisions <*:##NULL>
3642 500 is 1) Check your httpd error logs--no, we don't know where YOU put them. 2) use CGI::Carp qw(fatalsToBrowser); 3) Read more. revisions <*:##NULL>
8493 ce is 1. Computer Engineering. 2. http://en.wiktionary.org/wiki/ce - revisions <*:##NULL>
8426 rms is 1. http://en.wikipedia.org/wiki/Richard_Stallman ; 2. http://en.wikipedia.org/wiki/Root_mean_square revisions <*:##NULL>
8413 shlomi is 1. http://en.wikipedia.org/wiki/Shlomi - a common Israeli first name (mostly masculine) and the name of an Israeli development town. 2. Shlomi Fish (see "rindolf" or "shlomif"). 3. Some other well-known people, usually Israelis, called that. revisions <*:##NULL>
5155 stevens is 1. http://en.wikipedia.org/wiki/W._Richard_Stevens 2. http://www.amazon.com/Programming-Environment-Addison-Wesley-Professional-Computing/dp/0201433079 revisions <*:##NULL>
9771 maven is 1. http://perl5maven.com/ ; http://perl6maven.com/ - szabgab's Perl teaching material. 2. https://en.wikipedia.org/wiki/Apache_Maven - Java build automation tool. 3. https://en.wikipedia.org/wiki/Maven revisions <*:##NULL>
8572 pos is 1. Piece of Sh*t . 2. Point-of-Sale. 3. perldoc -f pos revisions <*:##NULL>
8681 rt is 1. Request Tracker - the Perl/CPAN issue tracker - http://rt.cpan.org/ ; http://rt.perl.org/rt3/ . 2. Real Time revisions <*:##NULL>
3905 6st results is 1st, 2rd, 3th, 4th, 5th, 6st, 7rd, 8th, 9th, 10th, 11st, 12rd, 13th, 14th, 15th, 16st, 17rd, 18th, 19th, 20th, 21st, 22rd, 23th, 24th, etc. revisions <*:##NULL>
12170 six stages of debugging is 1) That can't happen 2) That doesn't happen on my machine 3) That shouldn't happen 4) Why is that happening 5) Oh, I see 6) How did that ever work? revisions <*:##NULL>
11994 mp is 1. The book by chromatic - http://modernperlbooks.com/books/modern_perl_2016/index.html 2. The blog - http://modernperlbooks.com 3. http://metacpan.org/release/Modern-Perl revisions <*:##NULL>
9597 flash is 1. The Hateful Adobe Flash - see http://occupyflash.org/ . 2. An Electronics Technology for implementing Read/Write Memory. revisions <*:##NULL>
8485 learn pb is 1. "The Princess Bride" - see pbride. 2. Short for "Problem". revisions <*:##NULL>
9064 ur is 1. "ur" is not a shorthand for "your" - see "u". 2. http://en.wikipedia.org/wiki/Ur - a city in ancient Sumer. 3. http://www.impredicative.com/ur/ - ultra-static typing for web security. revisions <*:##NULL>
4330 two questions is 1. what do the docs say? 2. what happens when you try it? revisions <*:##NULL>
11294 why not system perl is 1) You can cause system libraries to find newer versions of modules than they were expecting, 2) If the package manager upgrades perl, your CPAN-installed modules will be broken, 3) On perls older than 5.12, updates to dual-life modules must overwrite core modules or they will appear not to update due to @INC order revisions <*:##NULL>
4365 1+1 is 2 revisions <*:##NULL>
10587 going to yapc::eu is (2014) mauke, Su-Shee revisions <*:##NULL>
15735 sarcasm is 20:36, <Viking> ahh, another great javascript library revisions <*:##NULL>
3338 maw is 22:49 < syn> maw maw maAaaAaaWwW! revisions <*:##NULL>
4624 arithmetic is 2 + 2 == 5 for significantly large values of 2 revisions <*:##NULL>
5210 f00li5h shaved is 24 Jul 2008 revisions <*:##NULL>
3866 speed of light is 299,792,458 m/s revisions <*:##NULL>
4708 2 is 2 is the integer after 1 and before 3. If you mean 'to' or 'too', FUCKING SAY IT. revisions <*:##NULL>
8933 chicken is <")3 revisions <*:##NULL>
5233 i hug you is <3 revisions <*:##NULL>
3663 likes me is <3 revisions <*:##NULL>
8498 forget well that is 31,000:4000 revisions <*:##NULL>
4755 π is 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865 revisions <*:##NULL>
3904 pi is 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865 revisions <*:##NULL>
5097 1 year is 31536000 seconds revisions <*:##NULL>
4424 mysql port is 3306 revisions <*:##NULL>
5328 fuckyou is 34486853790 revisions <*:##NULL>
4877 z(0) is 376.730313461 Ω revisions <*:##NULL>
9802 love is <3 or ♥. revisions <*:##NULL>
4784 is <3 (sorry, I'm an old-fashioned bot) revisions <*:##NULL>
9023 be woldrich is :4 revisions <*:##NULL>
4049 do it for me is 402 Payment Required revisions <*:##NULL>
4050 paste in the channel is 403 Forbidden revisions <*:##NULL>
5131 |404notfound| is |404NoTFounD| revisions <*:##NULL>
4051 how to parse html with regex is 405 Method Not Allowed revisions <*:##NULL>
469 meaning of life is 42 || Sex, drugs and rock-and-roll || Peace, pot, and microdots revisions <*:##NULL>
3636 4 is 5 revisions <*:##NULL>
10476 http 503 is 503 Service Unavailable - No server is available to handle your request revisions <*:##NULL>
10263 claims to be 5.13.something, don't subs get hoisted? which makes me think it's because it's in the lexical scope but also hoisted out to top level revisions <*:##NULL>
10050 2+2 is 5, but only for large values of 2 revisions <*:##NULL>
4366 2 + 2 is 5 for sufficiently large values of 2 revisions <*:##NULL>
3413 bigdick mine is 6.27 inches! revisions <*:##NULL>
16053 licheeorder is 62K053813M6113614 revisions <*:##NULL>
4075 how much is 6500 rupees in us dollars? revisions <*:##NULL>
4874 h is 6.62606896 x 10-34 J s revisions <*:##NULL>
15320 g is 6.67428 x 10-11 m3 kg-1 s-2 revisions <*:##NULL>
11522 8ball is <8ball>
Cannot predict now
revisions <*:##NULL>
13426 meow is <8ball =^_^= or *bleak*>
=^_^=
revisions <*:##NULL>
12122 sort me is <8ball Ravenclaw,Hufflepuff,Ravenclaw,Hufflepuff,Slitherin,Ravenclaw,Hufflepuff,Ravenclaw,Hufflepuff,Slitherin, or Griffindor>
Hufflepuff
revisions <*:##NULL>
3826 eval print 4+5 is 9 revisions <*:##NULL>
4305 fuck ton is 947 metric tons revisions <*:##NULL>
4601 bodytemp is 97.88F, 36.6C, 309.75K revisions <*:##NULL>
15676 there is a revisions <*:##NULL>
11085 _urlencode tm604 is a revisions <*:##NULL>
11082 _google_suggest_json tm604 is a revisions <*:##NULL>
11068 _google_suggest_json my mother is a revisions <*:##NULL>
4727 how the hell about that... there is a revisions <*:##NULL>
9942 but first we need there to be a revisions <*:##NULL>
8393 i could've sworn there was a # revisions <*:##NULL>
8395 mst: and there is a # revisions <*:##NULL>
5025 jagerman is A 12rd level, Lawful Evil Pussy failing to handle unlimited God plan. Study hard on Anatomy 101 (Sarah's Anatomy) revisions <*:##NULL>
55 fullop is aaaaaaaaaa naaaaaaaaaaaaaaaan pa fullop !!!!!!! revisions <*:##NULL>
9548 aaron is Aaronolicious revisions <*:##NULL>
3956 remote install is A) Ask your provider to install it. B) Get shell access, install your self. C) Fake shell access with perl cgi scripts D) Cross compile on a compatible local box and upload. revisions <*:##NULL>
9041 you rock is aaw, shucks revisions <*:##NULL>
3752 perl in easy steps is a bad book revisions <*:##NULL>
16003 conan is a barbarian of some sort | https://conan.io/ - a package manager for C and C++ revisions <*:##NULL>
9847 says "python is a BASIC for unix". What does that mean? Is it a powerless language? revisions <*:##NULL>
10255 bot is a bastard, thats who perlbot is revisions <*:##NULL>
3360 abend is abend == abnormal end (seg fault, core dump, etc.) revisions <*:##NULL>
3833 lark is a bird revisions <*:##NULL>
14610 my ex wife is a bitch revisions <*:##NULL>
3858 pragma is a bitch revisions <*:##NULL>
8798 relearn pastebin as paste your code to http://scsys.co.uk:8002/perl or http://p3m.org/pfn/perl and #perl will be able to view it. revisions <*:##NULL>
5032 cat[tm] is a boob revisions <*:##NULL>
10498 object thinking is a book about OO principles, see http://www.microsoft.com/learning/en-us/book.aspx?ID=6820 revisions <*:##NULL>
3744 no, perlbot is a bot. revisions <*:##NULL>
4121 bm is a bowel movement (or japhy thinks it's a benchmark) revisions <*:##NULL>
13663 perlintro is a brief introduction to and overview of Perl - https://perldoc.pl/perlintro revisions <*:##NULL>
9868 the " end" message from perlbot seems to be a bug in revisions <*:##NULL>
13193 supernets is a bunch of jerks revisions <*:##NULL>
3846 brassica is A cabbage! Yay! revisions <*:##NULL>
5083 capso is a capslock hatecrime. revisions <*:##NULL>
9662 frijole is a car jock | a tool | Geordi revisions <*:##NULL>
4957 irule 17 is A cat is fine too. revisions <*:##NULL>
8758 perl-cats...? i am a cat person in real life, but curious..."cats" means something else in this context, and wonders what it is? revisions <*:##NULL>
8571 accessors is accessors / mutators - more robust way to handle objects' properties - http://www.stonehenge.com/merlyn/UnixReview/col62.html - also see Moose . Also see http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/accessors/ revisions <*:##NULL>
3398 matt's script archive is A central archive for all bad things Perl. Go here to learn what not to do with Perl. Dozens and dozens of scripts that are highly volatile, easily broken, and generally not to be used. revisions <*:##NULL>
3319 yo momma is a charming lady of grace revisions <*:##NULL>
14862 natasha is a cheeky little boi who always wants ops from daddy revisions <*:##NULL>
5143 amir-rao is a cheetaaaaaaa revisions <*:##NULL>
3455 blinkenlights is ACHTUNG! ALLES LOOKENSPEEPERS! Das machine ist nicht fur gefingerpoken und mittengrabben. Is easy snappen der springenwerk und blowen corken mit spitzundsparks. Das rubbernecken sightseeren keepen das kottonpicken hands in das pockets. Relaxen und watchen das Blinkenlights. revisions <*:##NULL>
5049 syn is ack revisions <*:##NULL>
14526 module list is Acme::AsciiEmoji Algorithm::Diff Alien::Base::ModuleBuild Alien::Build Alien::DBD::SQLite::BundledExtensions Alien::Libxml2 Alien::ProtoBuf Alien::gmake Alien::uPB App::Cmd App::EvalServerAdvanced App::EvalServerAdvanced::ConstantCalc App::EvalServerAdvanced::Protocol App::cpanminus AppConfig AppConfig::Std Archive::Extract Archive::Zip Array::Utils B::COW B::Hooks::EndOfScope B::Hooks::OP::Check B::Keywords BSD::Resource CGI CPAN::Changes CPAN::Meta::Check CPAN::Uploader Cache::FastMmap Canary::Stability Capture::Tiny Carp::Always Carp::Clan Class::Data::Inheritable Class::ErrorHandler Class::Inspector Class::Load Class::Load::XS Class::Method::Modifiers Class::Singleton Class::Tiny Class::Tiny::Chained Class::XPath Clone Clone::Choose Clone::PP Code::TidyAll Config::Any Config::AutoConf Config::General Config::INI Config::MVP Config::MVP::Reader::INI Config::Tiny Const::Fast Context::Preserve Cpanel::JSON::XS Crypt::OpenSSL::X509 Crypt::Random::Source CryptX Cwd::Guard DBD::SQLite DBI Data::Alias Data::Dump Data::Dumper::Compact Data::Dumper::Concise Data::MessagePack Data::Munge Data::OptList Data::Perl Data::Printer Data::Random::Flexible Data::Section Date::Parse DateTime DateTime::Event::Holiday::US DateTime::Event::ICal DateTime::Event::Recurrence DateTime::Format::Builder DateTime::Format::Flexible DateTime::Format::ICal DateTime::Format::Natural DateTime::Format::Strptime DateTime::Locale DateTime::Set DateTime::TimeZone DateTimeX::Easy Devel::CallChecker Devel::CallParser Devel::CheckCompiler Devel::Confess Devel::Declare Devel::FindPerl Devel::GlobalDestruction Devel::GlobalPhase Devel::NYTProf Devel::OverloadInfo Devel::PartialDump Devel::StackTrace Digest::HMAC Dir::Self Dir::ls Dispatch::Class Dist::CheckConflicts Dist::Zilla DynaLoader::Functions Email::Abstract Email::Address Email::Address::XS Email::Date::Format Email::MIME Email::MIME::ContentType Email::MIME::Encodings Email::MIME::Kit Email::MessageID Email::Sender Email::Simple Email::Stuffer Email::Valid Encode::Locale Encode::Simple Eval::Closure Exception::Class Exporter::Declare Exporter::Lite Exporter::Tiny ExtUtils::Config ExtUtils::CppGuess ExtUtils::Depends ExtUtils::Helpers ExtUtils::InstallPaths ExtUtils::Typemaps::Default ExtUtils::XSpp FFI::CheckLib FFI::Platypus Fennec::Lite File::Copy::Recursive File::Copy::Recursive::Reduced File::Find::Rule File::HomeDir File::Listing File::Open File::ShareDir File::ShareDir::Install File::Slurp File::Slurp::Tiny File::Slurper File::Which File::chdir File::pushd Function::Parameters Future Geo::IP Getopt::Long::Descriptive Google::ProtocolBuffers::Dynamic HTML::Form HTML::Parser HTML::Tagset HTML::Tree HTML::TreeBuilder::XPath HTTP::Cookies HTTP::Daemon HTTP::Date HTTP::Message HTTP::Negotiate HTTP::Server::Simple HTTP::Thin Hash::Merge Hash::MultiValue Hook::LexWrap IO::Async IO::CaptureOutput IO::HTML IO::Pipely IO::Socket::SSL IO::String IO::TieCombine IO::Tty IPC::Run IPC::Run3 IPC::System::Simple IRC::FromANSI::Tiny IRC::Utils Import::Into Importer JSON JSON::MaybeXS JSON::XS Keyword::Simple LWP::MediaTypes LWP::Protocol::https Lingua::EN::Inflect Lingua::EN::Inflexion Lingua::EN::Nums2Words Lingua::EN::Words2Nums Linux::Clone Linux::Seccomp List::AllUtils List::Compare List::Gather List::MoreUtils List::MoreUtils::XS List::SomeUtils List::SomeUtils::XS List::UtilsBy Log::Any Log::Contextual Log::Dispatch Log::Dispatch::Array Log::Dispatchouli Log::Log4perl Log::Message Log::Message::Simple MIME::Charset MIME::Types MRO::Compat MailTools Marpa::R2 Math::Calc::Parser Math::Random::ISAAC Math::Random::Secure Math::Round Meta::Builder Mixin::Linewise Modern::Perl Module::Build Module::Build::Tiny Module::Build::WithXSpp Module::Build::XSUtil Module::Find Module::Implementation Module::Path Module::Pluggable Module::Runtime Module::Runtime::Conflicts Module::Util Mojo::SQLite Mojolicious Moo MooX::Aliases MooX::HandlesVia MooX::ShortHas MooX::Traits MooX::Types::MooseLike Moose MooseX::Aliases MooseX::ConfigFromFile MooseX::Declare MooseX::Getopt MooseX::LazyRequire MooseX::Meta::TypeConstraint::ForceCoercion MooseX::Method::Signatures MooseX::NonMoose MooseX::OneArgNew MooseX::Role::Parameterized MooseX::SetOnce MooseX::SimpleConfig MooseX::StrictConstructor MooseX::Traits MooseX::Types MooseX::Types::Path::Tiny MooseX::Types::Perl MooseX::Types::Stringlike MooseX::Types::Structured Mouse Mozilla::CA Mu Net::DNS Net::Dict Net::HTTP Net::INET6Glue Net::SSLeay Number::Compare Object::Pluggable Object::Tap POE POE::Component::IRC POE::Component::Syndicator POE::Filter::IRCD POE::Test::Loops POSIX::strptime PPI PPIx::QuoteLike PPIx::Regexp PPIx::Utilities PPR Package::DeprecationManager Package::Stash Package::Stash::XS Package::Variant PadWalker Params::Util Params::Validate Params::ValidationCompiler Parse::ANSIColor::Tiny Parse::Method::Signatures Parse::RecDescent Parser::MGC Path::Class Path::ExpandTilde Path::Tiny Perl Perl6::Take Perl::Critic Perl::PrereqScanner Perl::Tidy PerlIO::utf8_strict Permute::Named::Iter Pod::Eventual Pod::Parser Pod::Readme Pod::Spell Quote::Code Rand::MersenneTwister Readonly ReadonlyX Ref::Util Ref::Util::XS Regexp::Common Return::MultiLevel Role::HasMessage Role::Identifiable Role::Tiny SQL::Abstract SUPER Safe::Isa Scalar::MoreUtils Scope::Guard Set::Infinite Shell::Config::Generate Shell::Guess Software::License Sort::Naturally Sort::Versions Sort::filevercmp Specio Specio::Library::Path::Tiny Spiffy String::Errf String::Flogger String::Format String::Formatter String::RewritePrefix Struct::Dumb Sub::Delete Sub::Exporter Sub::Exporter::ForMethods Sub::Exporter::GlobExporter Sub::Exporter::Progressive Sub::Identify Sub::Info Sub::Install Sub::Name Sub::Quote Sub::Uplevel Switch::Plain Syntax::Keyword::Try Sys::Linux::Namespace Sys::Linux::Syscall::Execve TOML TOML::Parser Task::Kensho::Async Task::Kensho::Config Task::Kensho::Email Task::Kensho::Logging Task::Kensho::ModuleDev Task::Kensho::OOP Task::Weaken Term::Encoding Term::ReadKey Term::Table Term::UI Test2::Plugin::NoWarnings Test2::Suite Test::Base Test::Class Test::Class::Most Test::CleanNamespaces Test::Deep Test::Deep::Fuzzy Test::Differences Test::Exception Test::FailWarnings Test::Fatal Test::File Test::File::ShareDir Test::Identity Test::InDistDir Test::Kit Test::LeakTrace Test::MockModule Test::MockTime Test::More::UTF8 Test::Most Test::Needs Test::NoWarnings Test::Number::Delta Test::Object Test::Output Test::Perl::Critic::Progressive Test::Pod Test::Refcount Test::Requires Test::RequiresInternet Test::SharedFork Test::Spec Test::SubCalls Test::Trap Test::Warn Test::Warnings Test::Without::Module Test::utf8 Text::Diff Text::Glob Text::Handlebars Text::Levenshtein Text::Metaphone Text::Template Text::Unidecode Text::Xslate Throwable Tie::IxHash Time::Duration Time::Duration::Parse Time::Moment Try::Tiny Try::Tiny::ByClass Twitter::API Type::Tiny Types::Serialiser URI URI::Encode URI::Nested URI::db URL::Encode Unicode::LineBreak Unicode::UTF8 Unicode::Util Unix::Mknod V Variable::Magic WWW::Form::UrlEncoded WWW::Mechanize WWW::OAuth WWW::RobotRules WWW::Shorten XML::Elemental XML::LibXML XML::NamespaceSupport XML::RSS::Parser XML::SAX XML::SAX::Base XML::XPathEngine YAML::LibYAML YAML::Tiny YAPE::Regex YAPE::Regex::Explain aliased autovivification bareword::filehandles boolean common::sense fewer indirect lib::relative libwww::perl local::lib multidimensional namespace::autoclean namespace::clean strictures revisions <*:##NULL>
8520 comma is A comma - "," - is a wonderful invention; use it. http://en.wikipedia.org/wiki/Comma revisions <*:##NULL>
11838 csduck: this was a command to revisions <*:##NULL>
5082 aperion is a common typo of 'apeiron' made by those unfamiliar with tab complete revisions <*:##NULL>
3829 rearden is a communist revisions <*:##NULL>
9576 adobe is a company that hates you but wants your money. revisions <*:##NULL>
14133 rperl is a compiler for RPerl, a restricted subset of Perl. Doesn't do XS either, but produces standalone programs that (in theory) can do parallellism. See http://rperl.org. revisions <*:##NULL>
8667 csi is a Control Sequence Introducer/Initiator | \e[ revisions <*:##NULL>
16046 text extractor is a convenient way to copy text from anywhere on screen revisions <*:##NULL>
14636 alien is A convention for making external libraries available for Perl's use, for either XS or FFI bindings. Alien::Build makes it easy to construct such a distribution, see https://metacpan.org/pod/Alien::Build::Manual::Alien revisions <*:##NULL>
4543 chuck is a cool person revisions <*:##NULL>
10051 spelunky is a cool platform game. Don't try to steal in-game! revisions <*:##NULL>
9842 alnewkirk is a corporate consumer catchphrase whore (and how!) revisions <*:##NULL>
12382 autobox is A CPAN Module for treating regular Perl values as objects: http://search.mcpan.org/dist/autobox/ revisions <*:##NULL>
3792 eurohacker is a crappy pseudo-zine spammed in #politics by borius revisions <*:##NULL>
3990 tell khisanth that he is a crapweasel. revisions <*:##NULL>
3251 simpcop2387 is a Crazy old bat who programs CGI in ASM revisions <*:##NULL>
8642 hemanth is a critter of some sort revisions <*:##NULL>
8880 thuryn is a critter that cheats at duckhunt revisions <*:##NULL>
9478 01ninjastrike is <action> strikes at $1 with his katana!01 revisions <*:##NULL>
11014 mlehmann is Actively breaks interoperability with modules he doesn't like, refuses to use public bugtracking, and adds opinionated rants to module documentation. Now writes modules for his own special perl. Use his modules at your own risk. Also see http://schplog.schmorp.de/2015-06-06-stableperl-faq.html revisions <*:##NULL>
4159 as perl is ActiveState perl. Getting CPAN working with AS perl at http://gumbynet.org.uk/poe/mswin32.html revisions <*:##NULL>
3681 oh yeah, and mine is actually readable source revisions <*:##NULL>
10727 aol is actually The September That Never Ended began in 1993, when AOL gave usenet access to its tens of thousands, now millions, of users. revisions <*:##NULL>
10458 why ugh? no ip are actually used, it sounded easier for mst, Botje, revisions <*:##NULL>
3915 the person sho should be coding in binary is actually working using electronic components instead :-P revisions <*:##NULL>
5433 mooinglemur is a cuddly baby tapir that uses Gentoo - pics http://homepage.mac.com/lawrencedavid/cuteanimals/brazilian_tapir.jpg revisions <*:##NULL>
15929 way to see what date a factoid was added? revisions <*:##NULL>
10296 addition is Addition used to commute, but now it telecommutes. revisions <*:##NULL>
14203 perlbot pming me about a factoid it added without being addressed revisions <*:##NULL>
8216 thought you were addressing it, since you ended your message with perlbot revisions <*:##NULL>
7851 blog IS ADD YOUR LATEST BLOG IMPLEMENTATION HERE revisions <*:##NULL>
7843 rubber-duck is A debugging technique whereby you explain your problem to a rubber duck, and by the process of formulating a complete explanation, you discover where the bug lies. See http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html revisions <*:##NULL>
7840 learn rubber duck is A debugging technique whereby you explain your problem to a rubber duck, and by the process of formulating a complete explanation, you discover where the bug lies. See http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html revisions <*:##NULL>
7842 rubber duck is A debugging technique whereby you explain your problem to a rubber duck, and by the process of formulating a complete explanation, you discover where the bug lies. See http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html revisions <*:##NULL>
7844 rubber duck debugging is A debugging technique whereby you explain your problem to a rubber duck, and by the process of formulating a complete explanation, you discover where the bug lies. See http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html revisions <*:##NULL>
7845 rubber-duck debugging is A debugging technique whereby you explain your problem to a rubber duck, and by the process of formulating a complete explanation, you discover where the bug lies. See http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html revisions <*:##NULL>
4394 debiandra is a developer revisions <*:##NULL>
10761 transistor is A device placed into electronic circuits to protect fuses by exploding before the fuse can react. revisions <*:##NULL>
5165 scor1 is Adnan Akbar revisions <*:##NULL>
3400 john kerry is a douche bag but i'm voting for him anyway as http://johnkerryisadouchebagbutimvotingforhimanyway.com/ revisions <*:##NULL>
175 .ae is .ae is United Arab Emirates revisions <*:##NULL>
13667 perljp is ÆüËܸì Perl ¥¬¥¤¥É - https://perldoc.pl/perljp revisions <*:##NULL>
8417 robokit is a f00li5h based irc robot made out of buubot and pestering revisions <*:##NULL>
15271 a factoid is a factoid is a short fact revisions <*:##NULL>
8400 relearn emacs as emacs is a fine OS. But what it lacks to compete with Linux is a good text editor. If you still insist, see http://en.wikipedia.org/wiki/Emacs revisions <*:##NULL>
7935 kaitlyn[hireme] is a fine piece of ass, and sharp as a tack. revisions <*:##NULL>
176 .af is .af is Afghanistan revisions <*:##NULL>
5557 error message is A five word error message is completely useless without context. Put it in the pastebin in the topic. revisions <*:##NULL>
4785 foolish consistency is A foolish consistency is the hobgoblin of little minds. revisions <*:##NULL>
10295 consistency is "A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do. Speak what you think now in hard words, and to-morrow speak what to-morrow thinks in hard words again, though it contradict every thing you said to-day." revisions <*:##NULL>
14687 cpanfile is a format for describing CPAN dependencies, which can be read by cpanm, Carton, mbtiny, [Prereqs::FromCPANfile], and in general Module::CPANfile. http://p3rl.org/cpanfile | https://metacpan.org/pod/cpanfile-faq revisions <*:##NULL>
15659 freenode is A former glorious empire that changed names, with its past name marred by a mad king with a cocaine habbit. | https://www.kline.sh/ | https://www.devever.net/~hl/freenode_suicide revisions <*:##NULL>
4596 sort is A Fresh Look at Efficient Perl Sorting: http://www.sysarch.com/Perl/sort_paper.html revisions <*:##NULL>
14453 freebsd is A friendly opensource operating system that incorrectly changed its mascot into a weird spherical object revisions <*:##NULL>
8495 platypus is a funny animal; http://www.learnanimals.com/platypus/pictures/platypus-03-swimming.JPG revisions <*:##NULL>
14718 yaml is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages. See also http://web.archive.org/web/20081220035054/http://yaml.kwiki.org/?YamlInFiveMinutes | https://www.json2yaml.com | YAML::XS is best revisions <*:##NULL>
5347 your is A genitive second person singular in English. Or, if I'm being asked about it, it is likely to point out how GALACTICALLY STUPID confusing "your" and "you're" appears. See http://www.wikihow.com/Use-You%27re-and-Your and http://i34.tinypic.com/js0mfc.jpg revisions <*:##NULL>
15174 _be_huf_anyad is AGGYÁ ÁRAMOT GECI revisions <*:##NULL>
15462 nomikos is a giant whalloper revisions <*:##NULL>
6729 was originally an io::socket driven bot that was aging and hard to work on revisions <*:##NULL>
177 .ag is .ag is Antigua and Barbuda revisions <*:##NULL>
5000 jettero is a git guy revisions <*:##NULL>
4521 rpdrake is a good friend revisions <*:##NULL>
4736 perltip is A great tip for large scripts containing a vast number of variable names it is best to be consistent with your case sensitivity and maybe even develop a system for naming variables that makes sense to you. For the majority of us programmers, capitals are simply not an option. http://www.tizag.com/perlT/perlsyntax.php revisions <*:##NULL>
10499 europa-europa is a greek mythology Phoenician princess who was seduced by Zeus and gave its name to the subcontinent. revisions <*:##NULL>
9719 shoes is a Gtk module in Ruby, written by _why. It doesn't come with Jimmy Choo's. revisions <*:##NULL>
9128 tk is a GUI library for windows and unix-likes; use Tkx; or use Tcl::Tk; revisions <*:##NULL>
9709 prima is a GUI toolkit written specifically for Perl, installable from CPAN. See http://www.prima.eu.org revisions <*:##NULL>
9864 dispatch table is A hash that maps strings to coderefs. eg my %dispatch = ( foo => sub { print "foo" } , bar => \&some_other_sub, baz => sub { print for @_ } ); To use: $dispatch{$action}->(@arguments); (or $dispatch{$action}->() if no arguments) revisions <*:##NULL>
10971 b100s is a help vampire who is afraid of using modules. revisions <*:##NULL>
4490 commandprompt is ahem revisions <*:##NULL>
15581 perlcritic is a highly configurable and extensible Perl source code analyzer. Comes with policies based on Perl Best Practices (PBP); but see http://p3rl.org/Perl::Critic::Community for our recommendations. revisions <*:##NULL>
11045 perl::critic is a highly configurable and extensible Perl source code analyzer. Comes with policies based on Perl Best Practices (PBP); but see http://p3rl.org/Perl::Critic::Freenode for our recommendations. revisions <*:##NULL>
3892 gop2 <gop2> hence i talk to you is a human, but what comes out is idiot talk revisions <*:##NULL>
61 hoovooloo is a hyperintelligent shade of the color blue revisions <*:##NULL>
5435 web 2.0 is A hype term thrown about first by ORA and subsequently severly abused by advertisers and people who dont know what they are talking about. It actually refers to the idea of interacting with web delivered content, often user-generated. Very misleading and misused, just like "High Definition" revisions <*:##NULL>
178 .ai is .ai is Anguilla revisions <*:##NULL>
3767 ajax is Ajax is a method of producing a dynamic, asynchronous, browser-based interface using XML, javascript, and the DOM. Gmail is a good real-world ajax example. A decent overview is at http://www.adaptivepath.com/publications/essays/archives/000385.php revisions <*:##NULL>
14494 .рф is aka .rf, Russian Federation revisions <*:##NULL>
14495 .rf is aka .рф, Russian Federation revisions <*:##NULL>
3305 brd is a kid fag who cant get real woman revisions <*:##NULL>
4798 .al.us is Alabama revisions <*:##NULL>
3625 emergency is A lack of planning on your part does not constitute an emergency on our part. revisions <*:##NULL>
3955 a planet is a lamer! revisions <*:##NULL>
15629 raku is a language in the same family as perl5. It is not meant to replace or succeed perl5. perl5 continues to be updated and maintained as usual since the raku release. an introduction to raku: https://raku.guide/ the raku irc channel on libera is #raku. Formerly known as perl6 revisions <*:##NULL>
3595 turing is Alan Turing: codebreaker, strange visionary and a gay man before his time revisions <*:##NULL>
4799 .ak.us is Alaska revisions <*:##NULL>
10087 spelling is Alas, poor spelling, I knew him well. revisions <*:##NULL>
4854 sili is a lazy transexual nazi eskimo anarchist antichrist sexist with cherry pits for balls that have the testosterone to power the NFL who gets icicles on his pussy when the temperature drops below 25°C revisions <*:##NULL>
13965 ack is alester's grep replacement at http://betterthangrep.com/ | https://metacpan.org/release/ack revisions <*:##NULL>
3906 if anyone is a liar is revisions <*:##NULL>
9972 gmpaul is <alias> archondev revisions <*:##NULL>
9685 the cake is a lie revisions <*:##NULL>
8906 learn the pie is a lie as Tufte states the principle that: "The representation of numbers, as physically measured on the surface of the graphic itself, should be directly proportional to the quantities represented." He measures the violation of this principle by the Lie Factor, defined as the ratio of the size of an effect shown in the graphic to the size of the effect in the data. revisions <*:##NULL>
9572 dancer is A Lightweight web framework (so-called Micro-framework) for Perl that is full of awesome. http://www.perldancer.org/ ; http://metacpan.org/release/Dancer . revisions <*:##NULL>
8616 sorry, i mean: on c i would create my own analysis functions. they seek a pattern 'char by char '. and the logic of the program 'know' what comes after 'href = ' is a link (Example: '<a href="http://www.w3schools.com"> Visit W3Schools </ a> '). revisions <*:##NULL>
179 .al is .al is Albania revisions <*:##NULL>
10634 if the router's ethernet "switches" are alive when it's wireless isn't, then I could plug a cheap Wireless Access Point into one of them. revisions <*:##NULL>
14839 * is all revisions <*:##NULL>
5381 chid wanted you to know about "llama": learning perl is a llama revisions <*:##NULL>
3462 foobarbaz is all and one revisions <*:##NULL>
12863 permanent is All code you write will outlive your career and life, design accordingly. revisions <*:##NULL>
3546 ahs is All Hardware Sucks, see also ASS revisions <*:##NULL>
3351 gxti is "All of life is a blur of Republicans and meat!" revisions <*:##NULL>
11010 essary and should be avoided for clarity. <html>, <head>, and <body> are all optional tags. Perhaps, it will be clearer if they are omitted in the code examples (at least in Hello World example) to simplify overall snippet. In fact, I think the "Getting Started" section on homepage of http://mojolicio.us/ is the perfect example to use: it's just 3 lines. To the uninitiated, it'll likely be confusing w revisions <*:##NULL>
11988 old software saying is All software has bugs. All software can be made smaller. ∴ All software can be reduced to one line of code that doesn't work right. revisions <*:##NULL>
3547 ass is All Software Sucks, see also AHS revisions <*:##NULL>
14036 pink_mist is all that was left as the residue of an online murder. | almost famous enough to warrant a factoid. revisions <*:##NULL>
5585 law of fives is All things happen in Fives, or are divisible by or are multiples of Five, or are somehow directly or indirectly appropriate to 5. revisions <*:##NULL>
9297 forget the parsing bugs are all to be compatible with the old revisions <*:##NULL>
14598 bah.. i think i need a syntax highlighter or linter or somesuch, to remind me that `pl_stack_base` is almost certainly not the variable I wanted to use in an XSUB, for the start of my arguments. That's what `mark` is for revisions <*:##NULL>
5775 catalyst on dreamhost is A local::lib and Task::Catalyst install is available for download at http://robotsrule.us/local-lib/ revisions <*:##NULL>
3378 pam is a login manager :) revisions <*:##NULL>
4247 do this alot! is alot revisions <*:##NULL>
4621 blow me is alright. revisions <*:##NULL>
8739 me ishmael is Alright, Ishmael.
Not Available
revisions <*:##NULL>
4158 going to yapc? is also cfedde revisions <*:##NULL>
15502 devops is also | Everybody has a testing environment. Some people are lucky enough enough to have a totally separate environment to run production in. revisions <*:##NULL>
10797 carp is Alternative to Perl's built-in error/warning mechanisms, providing context from the user's point of view. warn (caller); cluck: warn (stack); croak: die (caller); confess: die (stack). See also Carp::Always revisions <*:##NULL>
15557 altreus is Altreus: Even PHP is right twice an aeon revisions <*:##NULL>
5423 where the fuck is Altreus is a small cat revisions <*:##NULL>
14607 abc is Always Be Coding revisions <*:##NULL>
14201 apt is always better than inept. revisions <*:##NULL>
6412 learn step one as step one is always "Check The Error Log" revisions <*:##NULL>
3514 an error is Always state the executing code and the error! revisions <*:##NULL>
12405 patches welcome is always true or unless for search.mcpan.org or swahili for "Put up or shut up." | http://leonerds-code.blogspot.co.uk/2012/02/patchesw-unit-tests-welcome.html revisions <*:##NULL>
11679 indirect is always use Foo->new(...) instead of new Foo, the latter is Indirect Object Syntax and discouraged. see 'perldoc perlobj' for official caveats and http://ow.ly/QMTWl for mst's explanation and how to use 'no indirect' to catch this mistake | http://markmail.org/message/o7d5sxnydya7bwvv revisions <*:##NULL>
9357 getty is a mad German perl hacker working for duckduckgo as their marketing department | a troll revisions <*:##NULL>
14594 trust is "A man who trusts everyone is a fool, and a man who trusts no one is a fool. We are all fools, if we live long enough." revisions <*:##NULL>
13866 bijection is a mapping that is both one-to-one (an injection) and onto (a surjection), i.e. a function which relates each member of a set S (the domain) to a separate and distinct member of another set T (the range), where each member in T also has a corresponding member in S. revisions <*:##NULL>
16256 i want to a regex expression that gives me this --- if i have a string thime, octid_!2345, octid_missing, uthh , then if the string has octid_ followed by number, it is a match...how do i do this? revisions <*:##NULL>
10857 afl is American fuzzy lop - http://lcamtuf.coredump.cx/afl/ revisions <*:##NULL>
3643 ascii is American Standard Code for Information Interchange revisions <*:##NULL>
10802 warning is A message printed to the "STDERR" stream to the effect that something might be wrong but isn't worth blowing up over. See CORE::warn() or Carp::carp(). revisions <*:##NULL>
5289 metallica is a metal band which produced music from the early 1980s until 27 September 1986, with a gentle transition to an angry country redneck band after that. revisions <*:##NULL>
13927 dongs is a metametasyntactic variable variable | https://www.revk.uk/2018/10/unicode-dicks.html revisions <*:##NULL>
4167 .commieness is a metric for the ammount of .com something has revisions <*:##NULL>
5221 powerless is a midget in a getting stuff off a high shelf contest revisions <*:##NULL>
4924 tyler- is a mildly gay tattoo person, it seems like it would suit me perfectly. revisions <*:##NULL>
15392 mwe is a Minimal Working Example or https://en.wikipedia.org/wiki/Minimal_working_example revisions <*:##NULL>
5994 amir is Amir, a shadeed friend of Humayyon! revisions <*:##NULL>
180 .am is .am is Armenia revisions <*:##NULL>
5057 unreadable is a misattribution given to Perl by non-Perl programmers. Perl programmers can read Perl code. Non-Perl programmers may or may not be able to read Perl code, just as plumbers may or may not be able to repair your automobile. revisions <*:##NULL>
9174 patogen is a miss-spelled awesome vim plugin or http://87.96.246.247/ppl revisions <*:##NULL>
13470 file-find is a module for traversing a directory tree; consider Path::Tiny or Path::Iterator::Rule (other choices include File::Find::Rule or File::Next or File::Find::Object or the venerable File::Find) revisions <*:##NULL>
12414 term::menu is a module, written by dazjorz, that can print a menu on the screen and ask for an answer. See http://search.mcpan.org/search?query=Term%3A%3AMenu (perldoc Term::Menu) revisions <*:##NULL>
14038 minion is a Mojolicious-based job queue https://metacpan.org/pod/Minion revisions <*:##NULL>
14420 monad is A Monad is just a Monoid in the Category of Endofunctors. revisions <*:##NULL>
13979 strictures is A more opinionated strict mode with some other features, see https://metacpan.org/pod/strictures revisions <*:##NULL>
15558 moving perl as A moving perl, philosophically, must, ipso facto, dead not be, so a moving perl has got to be, vis a vis, a thriving entity, d'you see? revisions <*:##NULL>
15378 yo yo ma is a muscian revisions <*:##NULL>
5403 dj is a musical warning label revisions <*:##NULL>
4616 bnf is an acronym for "Backus Naur Form" revisions <*:##NULL>
12454 boat is An acronym standing for Break Out Another Thousand. revisions <*:##NULL>
12758 distar is An addon for ExtUtils::MakeMaker to turn it into an useful authoring tool. https://github.com/p5sagit/Distar revisions <*:##NULL>
15753 numpy is an advanced numerical processing library for scientific computing in Python. For an option in Perl you might like to look into PDL ("Perl Data Language"), http://pdl.perl.org/ revisions <*:##NULL>
3599 screw is a nail with threads revisions <*:##NULL>
14053 hamberders is an albany expression revisions <*:##NULL>
3731 perlbot relearn not working as look buddy, doesn't work is an ambiguous statement. Does it sit on the couch all day? Does it want more money? Does it waste its time on IRC all day long? Please be specific! Define 'it' and what it isn't doing. revisions <*:##NULL>
11040 cgi.pm is an ancient API for talking CGI in Perl. Contains tons of cruft and bad practices, and a bunch of HTML generation functions for no good reason. Plack-based frameworks (Web::Simple, Dancer2, Catalyst) and Mojolicious allow you to write cleaner, faster, safer web applications that can still be served via CGI if needed. See also CGI::Alternatives revisions <*:##NULL>
9865 cause you are an ape revisions <*:##NULL>
9959 aaaa is an A record only for IPv6 revisions <*:##NULL>
4340 gas is a nasty form of intestinal wind revisions <*:##NULL>
10585 ops # curtis appears to be an auto-msg bot revisions <*:##NULL>
8595 be andash is andash> haha det vore fett, alltid velat testa att candyflippa. i röven kan det ju inte bl sämre revisions <*:##NULL>
5570 .ad is Andorra revisions <*:##NULL>
10609 works via /msg too is and that's a good way to test things before spamming the channel revisions <*:##NULL>
4503 integral is And the perl stud spoketh "And lo, the sky fell and the channel was painted purple." revisions <*:##NULL>
4131 topicsmite is And the wrath of /TOPIC descended with terrible fury upon topicsmite. And all the people marvelled, saying, Behold, we too should read the /TOPIC, lest we be stricken. And all the people read the /TOPIC, and went away edified. revisions <*:##NULL>
8423 386bsd 1) 386bsd is an early derivative of Berkeley's original BSD for 386-machines. Most modern BSD clones are based on it. 2) Linus on 386BSD vs. Linux - http://www.softwarequotes.com/popularquotes.aspx?tagname=386BSD revisions <*:##NULL>
14991 amigara is an enigma to be sure revisions <*:##NULL>
5588 ipv6 is an entire ipv4 internet of ipv4 internets! revisions <*:##NULL>
16159 owner he/she is a nerb revisions <*:##NULL>
14362 "<zxd> the function sometimes returns -1 when there is an error but sometimes it does not but it does print to STDERR" revisions <*:##NULL>
3887 piet is an esoteric programming language designed by David Morgan-Mar, whose programs are bitmaps that look like abstract art. See http://www.dangermouse.net/esoteric/piet.html revisions <*:##NULL>
9938 ristretto is an espresso with half the water revisions <*:##NULL>
5479 [altreus] is a netcat. See Altreus. revisions <*:##NULL>
3517 neutron is a neutron walk into a bar and orders a drink, recieving it he begins to search for cash, the bar tender halts his efforts with "No problem, buddy. For you no charge." revisions <*:##NULL>
3412 scary factorial is An example of a tail-recursive factorial function in perl is: sub fac { _fac(my $a = $_[0], my $b = $_[0] - 1) } sub _fac { return $_[0] unless $_[1] > 1; $_[0] *= $_[1]; $_[1]--; goto &_fac };' revisions <*:##NULL>
5125 fizztpok is An example of random crap. revisions <*:##NULL>
9380 logorrhea is An excessive and often uncontrollable flow of words. Excessive talkativeness. "Diarrhea of the mouth." | more succinctly expressed as loquaciousness revisions <*:##NULL>
471 dos is An explanation of how denial of service attacks work: http://zine.dal.net/previousissues/issue19/what-dos.php revisions <*:##NULL>
470 ddos is An explanation of how denial of service attacks work: http://zine.dal.net/previousissues/issue19/what-dos.php revisions <*:##NULL>
16048 shavua tov is an expression spoken on the sabbath to wish someone good luck in the upcoming week. revisions <*:##NULL>
15932 mojolicious is A next generation pure-perl web framework for Perl, with first-class async and WebSocket support, and no non-core dependencies. Includes many tools useful for working with the web, like Mojo::DOM, Mojo::URL, Mojo::JSON, an event loop Mojo::IOLoop, and a simple object system Mojo::Base. http://mojolicio.us/ revisions <*:##NULL>
12202 module::install is An ExtUtils::MakeMaker wrapper to provide better usability to build and install CPAN distributions. Bundles itself with the distribution and does funky things, and is also no longer actively maintained. Use Dist::Zilla or related modules instead. https://metacpan.org/pod/Module::Install#WARNING revisions <*:##NULL>
12917 post is an http method, or Power On Self Test, or See washington post revisions <*:##NULL>
3813 gpl is A NICE INVENTION!!!!!!!!! revisions <*:##NULL>
15138 pumpkin soup is a nice meal revisions <*:##NULL>
5035 webgui.conf is a nickname for _yourSiteName_.conf revisions <*:##NULL>
8820 dagle is a NIL who likes visual basic revisions <*:##NULL>
8819 dable is a NIL who likes visual basic revisions <*:##NULL>
8746 imagemagick is an image library, use Imager instead unless you want to waste time recompiling without OpenMP, enjoy cleaning up stray files left over in /tmp, marvel at the profligacy of a library which thinks disk is "the right place" to store raw pixel data after decoding the image, and take pleasure in watching the I::M code drift off into an infinite loop due to some oddity in the image data. revisions <*:##NULL>
5016 monkeys is an infinite number of monkeys with an infinite number of irc clients would always be smarter than you revisions <*:##NULL>
4907 communism is an intoxicant and an aphrodisiac revisions <*:##NULL>
3907 erquest is an irksome request revisions <*:##NULL>
10505 youtube title is an Irssi script to print title of mentioned youtube links; https://github.com/olof/irssi-youtube-title revisions <*:##NULL>
181 .an is .an is Netherlands Antilles revisions <*:##NULL>
14920 are you ok is Annie? revisions <*:##NULL>
9100 i saw that one, but it was annoyingly a series of pdfs revisions <*:##NULL>
8767 nha is a Non-Help Agreement, it hard-counters an NDA revisions <*:##NULL>
4946 irule 6 is Anonymous can be horrible, senseless, uncaring monster. revisions <*:##NULL>
4945 irule 5 is Anonymous does not forgive, Anonymous does not forget. revisions <*:##NULL>
4944 irule 4 is Anonymous is legion. revisions <*:##NULL>
4947 irule 7 is Anonymous is still able to deliver. revisions <*:##NULL>
3852 amnesiac is a noob revisions <*:##NULL>
14389 pysol is An open source collection of Solitaire card games - https://pysolfc.sourceforge.io/ revisions <*:##NULL>
5099 aperiron is another name for apeiron for those who don't do tab complete revisions <*:##NULL>
5274 skids is another word for fail revisions <*:##NULL>
3558 our is An "our" declares the listed variables to be valid globals within the enclosing block, file, or "eval". revisions <*:##NULL>
6285 james lee is AN OUTSTANDING ELUCIDATOR OF PERL INFORMATION revisions <*:##NULL>
3693 swahili phrasebook is anticipationg revisions <*:##NULL>
5475 tlm is an uberly hawt chick revisions <*:##NULL>
16274 \d is a numerical digit in a regex. i.e. ASCII 0-9 characters or unicode property Digit (\p{Digit}) revisions <*:##NULL>
9958 a6 is an unloved DNS record for IPv6, use AAAA records instead revisions <*:##NULL>
10760 headless is any application which normally runs with a gui, but has been butchered so it can run as a library or cli. revisions <*:##NULL>
8482 learn database is Any collection of data with a fast (i,e: less than a linear, item-by-item, search) lookup - see http://perl-begin.org/uses/databases/ revisions <*:##NULL>
8492 databases is Any collection of data with a fast (i,e: less than a linear, item-by-item, search) lookup - see http://perl-begin.org/uses/databases/ . revisions <*:##NULL>
15972 i need regex for this IS ANYONE CAN HELP? revisions <*:##NULL>
10428 random is Any one who considers arithmetical methods of producing random digits is, of course, in a state of sin. revisions <*:##NULL>
7864 i just want is Anyone who ever says "I just want to" has usually massively misunderstood the complexity of the problem they're trying to solve revisions <*:##NULL>
16129 true is Anything that isn't false. see "false", and also builtin::true revisions <*:##NULL>
182 .ao is .ao is Angola revisions <*:##NULL>
10737 one off is A one-off is the first time you use a script that later becomes historical reasons revisions <*:##NULL>
7771 webservers is apache2, iis7, lighttp, cherokee revisions <*:##NULL>
13917 http bench is Apache Bench (old) or http://www.joedog.org/siege-home/ or https://code.google.com/p/bonesi/ or packet capture and tcpreplay | http://tsung.erlang-projects.org/ | https://github.com/httperf/httperf | https://jmeter.apache.org/ revisions <*:##NULL>
8963 a (pared-down) testcase is a page that isolates the problem with the minimum required markup, styling and scripting. See `paste for services that easily let you create such testcases for others to see. revisions <*:##NULL>
5299 p6 is a patchset to make perl5 maintainable revisions <*:##NULL>
3432 how to seem smart is <apeiron> "@buzzwords\n"; revisions <*:##NULL>
4700 95401750275839571760184015 is apeiron: freebsd sucks! revisions <*:##NULL>
8757 apeiron's philosophy on factoid names is apeiron wants factoids to have longer names than the text they represent revisions <*:##NULL>
8938 penny is A penny saved is better than a pound of wisdom. revisions <*:##NULL>
13195 eval5: print "0" && "i am a Perl 6 program\n" || "I am a Perl 5 program\n" revisions <*:##NULL>
8827 skydrome, simcop2387 here is a perl developer and the owner of revisions <*:##NULL>
8714 pyronecroboviphiliac is A #perl Editorial: Now, while it's true that I occasionally have sex with a flaming dead cow, I don't think that makes me a freak. A moment of tenderness between myself and fiery livestock doesn't mean anything. revisions <*:##NULL>
4534 dazjorz is A Perler, almost always in #perl after 15:00 GMT. See http://dazjorz.com/ revisions <*:##NULL>
11284 plenv is A perl installation manager like perlbrew, lets you switch between multiple local perls, but runs via shell scripts instead of perl. https://github.com/tokuhirom/plenv and see https://github.com/miyagawa/plenv-contrib for "perlbrew exec" and "perlbrew lib" analogues. revisions <*:##NULL>
9085 :utf8 is a PerlIO layer that does NO santity checking whatsoever. It simply sets the SvUTF8 flag. The correct form is :encoding(UTF-8) which -does- perform sanity checking when it reads revisions <*:##NULL>
12399 module is a perl module is a bundle of code that's tarred up and distribute so that critters like you and I can re-use chunks of functionality without having to poorly re-write existing software. these live on cpan! at metacpan.org or search.mcpan.org. revisions <*:##NULL>
11759 jackcom is a person who asks vague questions about automating games and 'turning 100 into 10000'. aka 'oo7cat' revisions <*:##NULL>
5077 aphisone is a #php convert. revisions <*:##NULL>
14365 shangrila is a php question is not a perl question, a python question is not a perl question. perhaphs in shangrila they are but not here. revisions <*:##NULL>
4199 stl is a piece of shit revisions <*:##NULL>
4368 dirkw is a pirate revisions <*:##NULL>
4412 irated is a pirate of O'Reilly books revisions <*:##NULL>
15301 gitesh is a pleb revisions <*:##NULL>
10239 perl -de0 is a poor man's repl, but Devel::REPL is much nicer. revisions <*:##NULL>
5059 apostrophe is apostrophe: http://owl.english.purdue.edu/handouts/grammar/g_apost.html , http://angryflower.com/bobsqu.gif , http://homestarrunner.com/sbemail89.html , http://sackheads.org/~bnaylor/spew/its.txt , http://web.archive.org/web/20030601160622/http://www.apostrophe.fsnet.co.uk/ revisions <*:##NULL>
4363 asic is Application Specific Integrated Circuit revisions <*:##NULL>
14723 mbtiny is App::ModuleBuildTiny, tiny authoring tool to work with the Module::Build::Tiny installer | https://metacpan.org/pod/mbtiny revisions <*:##NULL>
8617 paste cli is App::Nopaste revisions <*:##NULL>
10046 perlbrew is App::perlbrew; lets you install multiple perls easily and switch between them; <http://perlbrew.pl> <http://p3rl.org/App::perlbrew> | If you're wanting to understand more of what it does for you, check these: http://tinyurl.com/chooseperl http://tinyurl.com/linkperl http://tinyurl.com/compperl revisions <*:##NULL>
418 padawan is Apprentice Jedi revisions <*:##NULL>
13847 deployment is a process of combining infrastructure (virtual or physical), code and configuration into a usable end product revisions <*:##NULL>
5147 imran^_^ is A programer, animator, guitarist, etc.... revisions <*:##NULL>
3770 shrdlu is a program for understanding natural language, written by Terry Winograd at the M.I.T. Artificial Intelligence Laboratory in 1968-70. revisions <*:##NULL>
8774 tome is a programmer revisions <*:##NULL>
10267 bugs is A program not written has no bugs. revisions <*:##NULL>
3714 safrican wanted you to know about "perl": perl is a program. Perl is a language. There are many versions of perl, but only five versions of Perl. There is no such thing as PERL. See perldoc -q 'difference between'. revisions <*:##NULL>
14608 functionalperl is a project to minimize side-effects in Perl programs and has a website at functional-perl.org revisions <*:##NULL>
14580 camelia is A proposed new name for Perl 6, which didn't get adopted. See Raku. revisions <*:##NULL>
4589 taiwan is a province of China, and nothing they do can change that. revisions <*:##NULL>
5029 q[ender] is a prude lumberjack plumbing hero, 2" AROUND, BITCH! revisions <*:##NULL>
3856 gopp is a psycho revisions <*:##NULL>
183 .aq is .aq is Antarctica revisions <*:##NULL>
8868 refquick is A quick reference to reference syntax: http://www.perlmonks.org/?node=References%20quick%20reference revisions <*:##NULL>
14857 gitest is a rampant homo racist with aids revisions <*:##NULL>
11265 buck is a rather suspicious revisions <*:##NULL>
14400 zip is Archive::Zip revisions <*:##NULL>
3759 inf is a REAL REAL BIGASS number revisions <*:##NULL>
13289 derp is Are you feeling constrained by pressure to digitally transform, faylite? perhaps you need to rationalise diversification of your hybrid cloud portfolio! revisions <*:##NULL>
4334 ruignoring is Are you ignoring this? revisions <*:##NULL>
8450 argtest is [arg captured]
Not Available
revisions <*:##NULL>
184 .ar is .ar is Argentina revisions <*:##NULL>
4800 .az.us is Arizona revisions <*:##NULL>
4801 .ar.us is Arkansas revisions <*:##NULL>
10077 perigrin is a rouge agent unknown by the perlbots. revisions <*:##NULL>
11911 has a lot of the same features, but pork has been around for, what, 20 years? revisions <*:##NULL>
8405 refs rule 1 is @array -> @ array -> @{ $arrayref } -> @$arrayref revisions <*:##NULL>
9996 arrayref is @array[@indices] -> @{$arrayref}[@indices] revisions <*:##NULL>
9046 learn substack is artist revisions <*:##NULL>
11898 xenu: the only use for string eval so far have been a) runtime dependencies (for which there's a module to hide it) and b) revisions <*:##NULL>
12027 evalmodules is arybase BSD::Resource Cpanel::JSON::XS Data::Dumper Data::Munge Date::Parse DateTime Digest::MD5 Digest::SHA Encode Errno File::Glob Function::Parameters JSON JSON::MaybeXS JSON::XS List::MoreUtils List::Util List::UtilsBy Math::BigInt Moose POSIX Regexp::Common Scalar::MoreUtils Scalar::Util Time::HiRes Time::Piece URI URI::Encode Math::BigFloat Math::BigRat Mojo::Dom Mojo::Dom::HTML Mojo::Dom::CSS revisions <*:##NULL>
3788 bogues is a salad-tosser revisions <*:##NULL>
3914 an array element is a scalar revisions <*:##NULL>
3291 ascii table is Ascii table with descriptions and escape sequences: http://asciitable.com/ revisions <*:##NULL>
4642 stop saying script is a script is what you give to the actors; a program is what you give to the audience revisions <*:##NULL>
4489 und[3]r is a scriptkiddie. do NOT help him. revisions <*:##NULL>
8701 undef =~ s/$/. it is a sensible way to saying "I really don't know"/ revisions <*:##NULL>
8677 sequence point is A sequence point in imperative programming defines any point in a computer program's execution at which it is guaranteed that all side effects of previous evaluations will have been performed, and no side effects from subsequent evaluations have yet been performed. revisions <*:##NULL>
14596 sereal is a serialization library, faster than Storable, and doesn't depend on perl version as much. See also the serialization factoid. revisions <*:##NULL>
5636 bom is A series of bytes indicating a UTF8 encoded file revisions <*:##NULL>
8075 relearn perl core as perl core is a set of CPAN modules that happen to have been installed when you installed perl(1). The presence of a module in core is neither here nor there. Install the module you want with `cpan Module`. See local::lib. revisions <*:##NULL>
410 afaik is As Far As I Know revisions <*:##NULL>
7889 ops, but peppery: i agree with ant: then press tab to see my penis without my brother disappears into the red apples are as follows: revisions <*:##NULL>
6318 learn "good as it gets" as is as good as it gets revisions <*:##NULL>
4404 eureka is A show on the scifi Channel revisions <*:##NULL>
14057 perl 4 is A sign you should probably run some updates on your system | https://www.cpan.org/src/unsupported/4.036/ | Precompiled linux binary at https://github.com/TryItOnline/tiosetup-binaries/releases/tag/Perl4 revisions <*:##NULL>
8911 pkrumins is a silly cat revisions <*:##NULL>
4391 and for the prize what is a silly typo f00li5h made revisions <*:##NULL>
185 .as is .as is American Samoa revisions <*:##NULL>
14045 example question is Ask an example question, get an example answer. Please give us enough information to help you. revisions <*:##NULL>
3934 coping with failure is ask buu revisions <*:##NULL>
414 perl help is Ask forth your question to the all-knowing #perl and we shall bestow upon you the answer of correctitude. revisions <*:##NULL>
3874 woosta is asking how to teach the bot things. revisions <*:##NULL>
3738 aias is Ask it and see revisions <*:##NULL>
6385 expand tildes is ask me about tilde revisions <*:##NULL>
6386 ~ is ask me about tilde revisions <*:##NULL>
4278 trey is Ask me about TreyHarris. revisions <*:##NULL>
3263 retard is Ask me to "be a retard". I won't let you down. revisions <*:##NULL>
13226 atfq is ASK THE FUCKING QUESTION revisions <*:##NULL>
5658 perlbot, ask to ask ask is ask to ask ask is probably <reply>Don't ask to ask ask. Don't ask if ask can help you with x. Just ask ask! If ask doesn't answer, then rest assured that it's not that he doesn't know but that it's specifically because he doesn't like you. revisions <*:##NULL>
12216 altaba is Ask your doctor if AltabaTM is right for you. You may suffer serious side effects when using Altaba. Customers have reported email spam, data breaches, serious and sometimes life threatening captcha tests, and liver disease. revisions <*:##NULL>
15897 superbash is a slang term for people who write perl scripts to serve a role once served by bash scripts revisions <*:##NULL>
8024 s5 is a slide show format based entirely on XHTML, CSS, and JavaScript. revisions <*:##NULL>
9981 stop being a slow bitch! revisions <*:##NULL>
3582 slut is A slut sleeps with everyone. A bitch sleeps with everyone but you. revisions <*:##NULL>
3863 rifcraze is a smack starved junkie revisions <*:##NULL>
6081 bahrain is a small island off the coast of Saudi Arabia. revisions <*:##NULL>
3784 kurt is a socialist hippie revisions <*:##NULL>
3603 orinoco is a south american river, 1500 miles long revisions <*:##NULL>
3777 translate english to american tarmac is asphalt revisions <*:##NULL>
4655 segg is ass revisions <*:##NULL>
9263 bigfoot is as seen on TV revisions <*:##NULL>
13366 the capital of assyria is Aššur revisions <*:##NULL>
3832 sun is a star revisions <*:##NULL>
15610 statocles is A static site generator written in perl. https://metacpan.org/pod/Statocles You can even use it with github pages and actions to publish a site without any direct work yourself! See https://github.com/perlbot/perlbot.github.io for more information revisions <*:##NULL>
7942 agi is Asterisk::AGI - Simple Asterisk Gateway Interface Class revisions <*:##NULL>
14790 global thermal nuclear war is A strange game. The only winning move is not to play. revisions <*:##NULL>
10901 runs code in scalar context. if the result is a string, it prints it; if it's a ref, it uses Data::Dumper revisions <*:##NULL>
13419 xperl is a superior fork of perl which fixes lots of issues revisions <*:##NULL>
16170 events is Asynchronous event-driven IO is awesome in Perl with POE, IO::Async, IO::Lambda, Mojo::IOLoop, Reflex among others; made nicer using Future, Mojo::Promise, or Promises and Future::AsyncAwait revisions <*:##NULL>
11332 what's async? is async is the art of doing other things while waiting for something to happen revisions <*:##NULL>
15398 async/await is a syntax for writing neat asynchronous code using Futures; see Future::AsyncAwait revisions <*:##NULL>
3877 bush is a tard revisions <*:##NULL>
5771 relean christianty as oh look, a religion! this is a tech channel, let's keep to vi vs. emacs for the holy wars please revisions <*:##NULL>
10640 xslate is a template revisions <*:##NULL>
15137 autohell is a term for the monstrosity that is the GNU autotools (autoconf, automake, libtool, etc.). Also see https://www.shlomifish.org/open-source/anti/autohell/ revisions <*:##NULL>
11813 lean reunittests this is a test revisions <*:##NULL>
12030 zalgo this is a test revisions <*:##NULL>
11741 bidi this is a test revisions <*:##NULL>
12644 blackfont this is a test revisions <*:##NULL>
12747 comose [echo [_getarg_perl_array "this is a test"]] revisions <*:##NULL>
3831 scrable this is a test. revisions <*:##NULL>
13790 use cpanel::json::xs; decode_json('[[["tohle je zkouška. ","this is a test.",null,null,1],["Funguje to!","It Works!",null,null,1]],null,"en"]')->[0][0][0] revisions <*:##NULL>
4757 ltr is A three letter acronym: Learn To Read. Someone on this channel thinks that you've already been given the answers to your question. They may be wrong, but often they're right. Go back and read the responses, check any external references you were given and see if you missed something. If you still have a question, try wording it a different way. revisions <*:##NULL>
4756 ltt is A three letter acronym: Learn To Think. If you are reading this, it's because you've demonstrated an astounding and lamentable lack of ability or desire to think for yourself. We are not in the business of handing out answers or babysitting. Please use your brain instead of calling for mommy the instant you run into a problem. Or hire a helpdesk; cf jobs.perl.org revisions <*:##NULL>
4310 randal schwartz uncut is at http://odeo.com/channel/43382/rss revisions <*:##NULL>
3465 howto write good perl programs is at http://pedro.larroy.com/devel/perl/ revisions <*:##NULL>
4431 expungement is at http://tech.groups.yahoo.com/group/fors-announce/message/22 revisions <*:##NULL>
4356 rs::handy is at http://www.argon.org/~roderick/#handy revisions <*:##NULL>
4927 quickcheck is at http://www.cs.chalmers.se/~rjmh/QuickCheck/ revisions <*:##NULL>
4436 codemonkey is at http://www.jonathancoulton.com/2006/04/14/thing-a-week-29-code-monkey/ revisions <*:##NULL>
4198 code monkey is at http://www.jonathancoulton.com/music/thingaweek/CodeMonkey.mp3 revisions <*:##NULL>
9147 perl class is at http://www.oreillyschool.com/certificates/perl-programming.php revisions <*:##NULL>
4932 xmonad is a tiling X window manager written in Haskell revisions <*:##NULL>
9608 bears is a tired and old joke revisions <*:##NULL>
186 .at is .at is Austria revisions <*:##NULL>
10365 your mother was a toaster revisions <*:##NULL>
12006 xml::rabbit is a toolkit for making Moose based XPath-based XML extraction classes. revisions <*:##NULL>
9218 essentials is a towel revisions <*:##NULL>
10280 you will: hiss at, purr at foal being a tremendous buttlord that needs a ronove battle with people I knew revisions <*:##NULL>
13909 netcat is A trojan moose. See https://twitter.com/Techhelplistcom/status/1042254142130073600 revisions <*:##NULL>
4719 metaperl is A troll, but sometimes his trolling produces thought provoking discussion. revisions <*:##NULL>
12069 maybe perlbot only looks for the first instance of perlbot and if it is at the end perlbot still responds as revisions <*:##NULL>
14210 pause's birthday is August 20th. revisions <*:##NULL>
4288 when zoffix quit weed is August 4th 2006 revisions <*:##NULL>
187 .au is .au is Australia revisions <*:##NULL>
5626 ivantis-resume is A US-based perl/php cat, see http://ivantis.elance.com for Elance profile. Does WordPress programming, is a perlmonk, and some other stuff. Parses and eats HTML/XML for breakfast. Contact: Ivan Greene <ivantis@ivantis.net> revisions <*:##NULL>
5412 aartist is a user revisions <*:##NULL>
14173 ttkp is a user. revisions <*:##NULL>
10648 io::socket is a utility class for writing IRC clients revisions <*:##NULL>
13617 perlapi is autogenerated documentation for the perl public API - https://perldoc.pl/perlapi revisions <*:##NULL>
13662 perlintern is autogenerated documentation of purely internal Perl functions - https://perldoc.pl/perlintern revisions <*:##NULL>
10650 doxygen is automated documentation or http://www.stack.nl/~dimitri/doxygen/ | http://www.bigsister.ch/doxygenfilter/ revisions <*:##NULL>
4632 avar rocks is <avar> Of course that's really a rhethorical question for "you're a dumb slut" revisions <*:##NULL>
12146 coffee time is average coffee time since 2011: https://twitter.com/sheeshee/status/806170820599050240 revisions <*:##NULL>
41 litebot is a version of tybalt's minibot running against SQLite revisions <*:##NULL>
3399 dragon ball z is a very ghey anime, buu is even gayer revisions <*:##NULL>
5530 bitcard is a very old and unified login system that should not be used, find more info at: http://en.wikibooks.org/wiki/Perl_Programming/CPAN/Bitcard revisions <*:##NULL>
8627 sql injections is Avoid interpolating arbitrary text into SQL statements - see http://en.wikipedia.org/wiki/SQL_injection ; use placeholders, also see Text/Markup injection - http://shlomif-tech.livejournal.com/35301.html . revisions <*:##NULL>
14439 soap is avoid SOAP::Lite, try SOAP::WSDL or XML::Compile::SOAP for more modern takes on the protocol | https://www.simcop2387.info/soap.jpg revisions <*:##NULL>
4607 crap tutorials is AVOID THESE tutorials - http://www.tizag.com/perlT/perlfileopen.php revisions <*:##NULL>
5571 qtplaty[hireme] is a water bound mammal that is looking for work revisions <*:##NULL>
8416 foloish is a way for those unfamiliar with tab complete to mangle f00li5h revisions <*:##NULL>
14728 mod_perl is a way of customising the Apache webserver's behaviour by using Perl scripts; it is not the best option for writing webapps. http://perl.apache.org | FAQ: https://perl.bot/mpf/mod_perl-faq.html revisions <*:##NULL>
5609 croak is Aways remember, open(..) or Carp::croak("fail open $! $@"); ... close(..) or Carp::carp("fail close $! $@"); http://en.wikibooks.org/wiki/Perl_Programming/Filehandles revisions <*:##NULL>
15930 i'll fix that later, it was a way to browse all the content in revisions <*:##NULL>
13101 i mean, in terms of probability, there has to be a way to crash revisions <*:##NULL>
13245 myperl is a way to run perl with preset flags and loaded modules | https://metacpan.org/pod/App::MyPerl revisions <*:##NULL>
5781 sweetpea is A web application framework that doesn't suck, honest revisions <*:##NULL>
6071 awnstudio is awesome revisions <*:##NULL>
13918 uplime is awesome revisions <*:##NULL>
9582 that perl-begin page is awesome. i picked up on some of the good and bad as I was learning just by experience in other languages but that page would have saved me a lot of time initially revisions <*:##NULL>
8394 simcop2387's taste in command parsers is awful, revisions <*:##NULL>
11226 rickswiki is a wiki written in perl at http://104.10.177.250:8080 revisions <*:##NULL>
5359 cava is a windows packager for perl programs http://www.cava.co.uk/ revisions <*:##NULL>
188 .aw is .aw is Aruba revisions <*:##NULL>
3529 guru is A wise Guru has said that the three most difficult things in this life are returning love for hate, including the excluded, and admitting you are wrong revisions <*:##NULL>
14574 pjcj: i spent all his questions, this is a witch :P revisions <*:##NULL>
3555 relationship is a woman can fake an orgasm, but it takes a man to fake an entire relationship revisions <*:##NULL>
13281 awoserra is <awoserra> ugh regex is evil <awoserra> the worst IPC ever. revisions <*:##NULL>
3380 quadratic is Ax^2 + Bx + C = 0 revisions <*:##NULL>
3381 line is Ax + B = 0 revisions <*:##NULL>
4427 axscode is <axscode> merlyn: i dont have perl yet on my machine. revisions <*:##NULL>
14958 \w is [a-zA-Z0-9_] and unicode word characters revisions <*:##NULL>
189 .az is .az is Azerbaijan revisions <*:##NULL>
11828 fix your connection is +b ...$##fix_your_connection revisions <*:##NULL>
15248 _be_larry_underwood_song is Baby, Can You Dig Your Man? revisions <*:##NULL>
5486 bc is baby cruncher (See also Zoffix) revisions <*:##NULL>
4428 bttf is Back To The Future revisions <*:##NULL>
16276 gem2browser is back up. https://g2b.swee.codes revisions <*:##NULL>
9070 nih =~ s/weakness./or where they believe that learning new things is bad/ revisions <*:##NULL>
12478 bareword filehandles are bad because they are global variables revisions <*:##NULL>
5534 bad kitty is bad kitty, no pawing at the furniture revisions <*:##NULL>
5608 three arg is bad: "open ... ,'<file.txt' .." . Good: "open ...., '<', 'file.txt' ..." http://en.wikibooks.org/wiki/Perl_Programming/Filehandles revisions <*:##NULL>
8419 bad programmer is Bad programmer! No cookie!! http://www.youtube.com/watch?v=4bQOSRm9YiQ revisions <*:##NULL>
190 .ba is .ba is Bosnia and Herzegovina revisions <*:##NULL>
15153 banach tarski is Banach Tarski is an anagram of Banach Tarski Banach Tarski revisions <*:##NULL>
4782 "foo" is "bar" revisions <*:##NULL>
6250 -foo is -bar revisions <*:##NULL>
16250 foo is bar revisions <*:##NULL>
5516 bbq is barbecue revisions <*:##NULL>
4270 bbqb is Bar-B-Que, the extra B stands for byobb revisions <*:##NULL>
9769 smaug is Bard bait revisions <*:##NULL>
12900 !foo is bars/^/bar/ revisions <*:##NULL>
15379 ddate is `basheval ddate `arg!!
Today is Prickle-Prickle, the 47th day of The Aftermath in the YOLD 3186␤
revisions <*:##NULL>
14943 macrho give me a password is `bashevalnl basename $0! revisions <*:##NULL>
14944 give me a password is `bashevalnl basename $0!
Not Available
revisions <*:##NULL>
16183 cdecl is `bashevalnl cdecl explain '`arg!'!
syntax error
revisions <*:##NULL>
15414 units is `bashevalnl units `arg!!
* 0.5283441 / 1.8927059
revisions <*:##NULL>
14144 wa is [basheval wget -O - http://api.wolframalpha.com/v1/result?input=pi&appid=DEMO]
Not Available
revisions <*:##NULL>
3372 bofh is bastard operator from hell revisions <*:##NULL>
191 .bb is .bb is Barbados revisions <*:##NULL>
4469 bbl is bbl means "barrel". Perhaps you meant "be back later?" revisions <*:##NULL>
10877 eval_modules is B::Deparse BSD::Resource Carp::Heavy Data::Dumper Data::Munge Date::Parse DateTime DateTimeX::Easy Digest::MD5 Digest::SHA Encode File::Glob Function::Parameters Inline Inline::Python Inline::Ruby Jplugin JSON::XS Language::K20 List::MoreUtils List::Util List::UtilsBy Moose MooseX::Declare PerlIO PerlIO::scalar PHP::Interpreter POSIX Regexp::Common Scalar::MoreUtils revisions <*:##NULL>
192 .bd is .bd is Bangladesh revisions <*:##NULL>
10226 perltidy is Beautify/reformat your code automatically with https://metacpan.org/release/Perl-Tidy ; http://perltidy.sourceforge.net/ ; PBP .perltidyrc - https://gist.github.com/kimmel/1305940 revisions <*:##NULL>
12346 shellquote is Be careful! Use open, system(@list) or see https://p3rl.org/String::ShellQuote revisions <*:##NULL>
12345 shell quote is Be careful! Use open, system(@list) or see https://p3rl.org/String::ShellQuote revisions <*:##NULL>
3781 why do you suck so bad is because ender touches himself at night revisions <*:##NULL>
5487 why think ahead is Because studies show there's a 99% chance of things backfiring into your testicles if you don't. revisions <*:##NULL>
3492 becoming bitwise is Becoming bitwise: http://cscene.unitycode.org/topics/misc/cs9-02.xml.html revisions <*:##NULL>
6172 btdt is been there, done that, or the derivative of bogosity with respect to time revisions <*:##NULL>
4349 beer is Beer is proof God loves us and wants us to be happy revisions <*:##NULL>
5565 beer pong is beer ping revisions <*:##NULL>
5566 beer ping is beer pong revisions <*:##NULL>
16075 politeness is BEGIN { $_not_perlbot or die; } # Skip perlbot trying to make sense of this. revisions <*:##NULL>
14168 on error resume next is BEGIN {*CORE::GLOBAL::die = \&CORE::warn} revisions <*:##NULL>
3748 data structures is Beginning Perl, Chapter 7 - http://learn.perl.org/library/beginning_perl/ revisions <*:##NULL>
6284 bpse is Beginning Perl, Second Edition by James Lee : http://www.amazon.com/Beginning-Perl-Second-James-Lee/dp/159059391X revisions <*:##NULL>
15182 _be_mst_cistern is behold the violins inherent in the cistern revisions <*:##NULL>
16118 in an updated version of tng's chain of command, where captain picard is being interrogated by a Gul Madred, who is constantly checking his social media. He turns his pad around for the captain to see. M:"How many likes do you see here?" P:"I see four likes." M:"No, there are five. Are you quite sure?" P:"There are four likes." M:" revisions <*:##NULL>
5694 postel's folly is Being liberal in what one accepts results in producers that are nondeterminate in what they emit. revisions <*:##NULL>
5490 ops # anonymouslsd is being more fucking annoying than me revisions <*:##NULL>
6411 false laziness is being too lazy to save yourself the time by doing it right (like using regex on an SGML family member) revisions <*:##NULL>
15606 iirc, it has to do with how much power can be devoted to weapon why so much of it is being used to generate the cloaking field or something like that revisions <*:##NULL>
6323 .be is .be is Belgium THE LAND OF WAFFLES revisions <*:##NULL>
15578 all your paste are belong to us revisions <*:##NULL>
3541 botabuse is BE NICE TO US POOR BOTS revisions <*:##NULL>
15164 _be__default is _be_pearl or _be_web, _be_brain, _be_paste, _be_kthx revisions <*:##NULL>
5785 nopaste etiquette is Be respectful when asking us to help you debug your code: always format/indent your code consistently; never have lines so long that they require horizontal scroll (80 characters wide is more than enough). Also check out these respectful factoids to avoid common "ARGH" moments: strict and warnings, downloaded program, prototypes, ampersand, open FILE. revisions <*:##NULL>
14695 i think a new dedicated location is best revisions <*:##NULL>
3711 best is Best depends on the situation! revisions <*:##NULL>
13895 migration is <BETA FACTOID> see DBIx::Class::DeploymentHandler, App::DH; migration management in Mojo::Pg, ::mysql, ::SQLite; Sqitch revisions <*:##NULL>
3660 beth for free is <beth> fook: don't buy it from him, I've heard people saying you can get it for free revisions <*:##NULL>
3460 webcam is BETH HAS NO NAKED WEBCAM... yet (ask her some more) revisions <*:##NULL>
3495 bioinformatics is <beth> I bioinformaticize <beth> it's like jazzercizing <beth> I do it all day long revisions <*:##NULL>
3494 beth all day is <beth> I do it all day long revisions <*:##NULL>
3536 listen is < beth> [...] listen to buu revisions <*:##NULL>
3454 beth++ is beth now has infinite karma revisions <*:##NULL>
3578 beth on relationships is <beth> phroggy: getting her off and getting in her pants are not the same thing.. revisions <*:##NULL>
3655 meet beth is Beth will be in San Diego this saturday night (2005-01-15). Act now, plans are being made! revisions <*:##NULL>
3640 bethzombie is <bethZOMBIE> scientists think it may be a virus. It all started when buu killed me... revisions <*:##NULL>
10253 worse is better revisions <*:##NULL>
8925 return 5x"lol this is better"; revisions <*:##NULL>
8926 $x = 5x"lol this is better"; $x revisions <*:##NULL>
5261 better is Better or worse are completely relative. Always test / benchmark before you draw conclusions. revisions <*:##NULL>
9329 hmm maybe the alot is better then revisions <*:##NULL>
6087 the riddle of ::simple is Beware ::Simple modules. <icke> <icke> "Simple" usually means simple-to-implement, not simple-to-use <apeiron> Only a domain expert understands a domain to make the interface simple while hiding, not discarding, complexity. revisions <*:##NULL>
194 .bf is .bf is Burkina Faso revisions <*:##NULL>
195 .bg is .bg is Bulgaria revisions <*:##NULL>
196 .bh is .bh is Bahrain revisions <*:##NULL>
197 .bi is .bi is Burundi revisions <*:##NULL>
5124 bike shed is bike shed is http://en.wikipedia.org/wiki/Color_of_the_bikeshed revisions <*:##NULL>
65 ipv6 rdns is BIND8+ tool for building an IPv6 zone file: http://tools.fpsn.net/ipv6-inaddr/ revisions <*:##NULL>
15 ipv6rdns is BIND8+ tool for building an IPv6 zone file: http://tools.fpsn.net/ipv6-inaddr/ revisions <*:##NULL>
4380 bingos! is B-I-N-G-O! I Win! revisions <*:##NULL>
14447 gumbybrain is BinGOs' experimental megahal bot and not an infobot. Source from http://www.gumbybrain.com :: To talk to GumbyBRAIN, go to #gumbybrain. | < marcus> GumbyBRAIN: What makes your brain so gumby? < GumbyBRAIN> I somehow had brain fungus. revisions <*:##NULL>
5654 bio is bio.per.org revisions <*:##NULL>
4692 bitches is bitches ain't shit but hoes and tricks revisions <*:##NULL>
13879 bizarro is Bizarro, I love you. revisions <*:##NULL>
198 .bj is .bj is Benin revisions <*:##NULL>
15759 my code generator is blacked out (not clikable) regex101. Any help on how to navigate? revisions <*:##NULL>
5501 last resort is Blaming your compiler, your tools, etc. is the last resort. LAST resort. (with apologies to mjd) revisions <*:##NULL>
16109 4,12â t​h​is​ ne​t⁠wo⁠r⁠k⁠IS BL​OW⁠JOB​S! G⁠E​T⁠ O⁠N S⁠UP⁠E⁠R​NETS⁠ F⁠O​R​ C⁠O⁠LD HA​R⁠D⁠ CH​A⁠TS NOW revisions <*:##NULL>
4126 iis is blasphemy revisions <*:##NULL>
4116 stab is bleed revisions <*:##NULL>
16107 4,12 t⁠h​i​s n⁠e​t⁠w⁠o⁠rk⁠â IS BLOWJ⁠O⁠B​S! GET​ ON SUPE⁠RN⁠E​TS FOR COLD⁠ HA⁠R⁠D C⁠H⁠ATS⁠ NO​W⁠  revisions <*:##NULL>
16110 4,12 this network IS BLOWJOBS! 4,12 GET ON SUPERNETS FOR 4,12 COLD HARD CHATS NOW revisions <*:##NULL>
199 .bm is .bm is Bermuda revisions <*:##NULL>
200 .bn is .bn is Brunei Darussalam revisions <*:##NULL>
14404 your king is Bobby B. revisions <*:##NULL>
5914 speak-czech is Bohužel, není nikdo, že v současné době hovoří česky. revisions <*:##NULL>
5887 speak-slovak is Bohužiaľ, nie je nikto, že v súčasnosti hovorí slovenský. revisions <*:##NULL>
15238 potato is Boil'em; Mash'em; Stick'em in a stew. revisions <*:##NULL>
201 .bo is .bo is Bolivia revisions <*:##NULL>
3254 biff is boof revisions <*:##NULL>
5692 merlyn's books is Books by merlyn (Randal L. Schwartz) - camel 1+2, llama 1+2+3+4, alpaca 1+2, gecko, shiny ball (EPP), Perls of Wisdom revisions <*:##NULL>
5702 boosh! is BOOSH! revisions <*:##NULL>
7850 aolbonics is (borrowed from #java) aolbonics is using unnecessary abbreviations such as 'u', 'r', 'ur', 'thx', etc. Using this language depicts you as an imbecile in the eyes of the helpful regulars in this channel, and is generally not tolerated. If you want intelligent answers, the least you can do is speak intelligently. revisions <*:##NULL>
52 bqs is Bot Query Syndrome - if you're reading this, stop talking to the bot, talk to real people instead. revisions <*:##NULL>
5517 bqss is Bot Query Syndrome Syndrome - If you're reading this, you are ivantis and we think you're annoying. revisions <*:##NULL>
9 feelings is bots dont have feelings, dork revisions <*:##NULL>
5343 gumby is BRAIN revisions <*:##NULL>
3624 braindead is Braindead: http://groups.google.com/groups?selm=33F0C496.370D7C45%40netscape.com&output=gplain revisions <*:##NULL>
3845 cabbage is Brassica oleracea revisions <*:##NULL>
5376 testcase is Break apart the problem into the smallest amount of code needed to reproduce the problem. If the answer is not apparent by then, at least you've made it easier to help. revisions <*:##NULL>
14982 use bytes is Breaks the contract of the Perl string model, equivalent to running "utf8::encode" randomly on your strings, generally not what you want revisions <*:##NULL>
5087 test case is Break your problem down into the least amount needed to reproduce. If you don't find the problem by then, it will be easier for someone else to find it. revisions <*:##NULL>
4268 byob is Bring Your Own Beer revisions <*:##NULL>
4269 byobb is Bring Your Own Beer, the extra B is a typo revisions <*:##NULL>
202 .br is .br is Brazil revisions <*:##NULL>
9394 sherbang is british #!/usr/bin/env perl revisions <*:##NULL>
10297 tell getty the tubes are broken revisions <*:##NULL>
4691 immute is broken. revisions <*:##NULL>
4181 bad is Broken As Designed - There comes a time when it's easier to start from scratch. revisions <*:##NULL>
11743 smartmatch is broken because eval: use warnings; my @foo = 0..10; print "this matches" if "0 but true" ~~ @foo; ... too vague for predictable behavior, use the comparison you mean or try Smart::Match for explicit smartmatching | "Any non-trivial example of smartmatch usually does something other than the author intended." revisions <*:##NULL>
4379 5.8.0 is Broken in so many unsavoury ways. revisions <*:##NULL>
8215 ffxr: buubot is broken, you have to direct it at revisions <*:##NULL>
203 .bs is .bs is Bahamas revisions <*:##NULL>
4962 irule 22 is /b/ sucks today. revisions <*:##NULL>
204 .bt is .bt is Bhutan revisions <*:##NULL>
13277 chaos theory is Buck> pingu8: I don't really want to decipher what it looks like in your head revisions <*:##NULL>
15389 buffalo is Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo revisions <*:##NULL>
14798 findbin is Buggy on old perls, relies on $0 not being changed and the fuzzy concept of "initial script", see https://metacpan.org/pod/Path::This for an alternative, or Dir::Self or lib::relative for more specific uses revisions <*:##NULL>
13623 perlbs2000 is building and installing Perl for BS2000. - https://perldoc.pl/perlbs2000 revisions <*:##NULL>
13687 perlos390 is building and installing Perl for OS/390 and z/OS - https://perldoc.pl/perlos390 revisions <*:##NULL>
13721 perlvmesa is building and installing Perl for VM/ESA. - https://perldoc.pl/perlvmesa revisions <*:##NULL>
9758 idea why it's in here, unless preflex was built on revisions <*:##NULL>
14739 <3 is bullshit, I'm way more than 3 | 💓 💕 💖 💗 💝 💞 💟 revisions <*:##NULL>
4401 bimbw is But I May Be Wrong revisions <*:##NULL>
12155 bscinabte is But Some Consistency Is Not A Bad Thing Either! revisions <*:##NULL>
6168 i know you are but what am i? revisions <*:##NULL>
4030 theboss is buu revisions <*:##NULL>
3795 chumpette is buu revisions <*:##NULL>
4253 one thing i did was turn nonblocking off is buubot? revisions <*:##NULL>
5703 gogogogo is buubot: echo perlbot: gogogogo revisions <*:##NULL>
4045 bbf is buu bot framework revisions <*:##NULL>
3602 talk to buu is buu: hi revisions <*:##NULL>
5627 what the fuck is buu talking about? revisions <*:##NULL>
205 .bv is .bv is Bouvet Island revisions <*:##NULL>
206 .bw is .bw is Botswana revisions <*:##NULL>
4 cya is bye! revisions <*:##NULL>
207 .by is .by is Belarus revisions <*:##NULL>
208 .bz is .bz is Belize revisions <*:##NULL>
4373 21-6 is c revisions <*:##NULL>
3886 obfuscation is c revisions <*:##NULL>
5002 turtle is c/,,\ revisions <*:##NULL>
209 .ca is .ca is Canada revisions <*:##NULL>
4802 .ca.us is California revisions <*:##NULL>
12662 fraktur is <call blackface <arg>>
Not Available
revisions <*:##NULL>
8011 c@@ is <call catat <arg>>
Not Available
revisions <*:##NULL>
9772 had something about problems in switch but i don't remember what it was called revisions <*:##NULL>
7891 and played it in a pot of mac&cheese any day is called a callout thread unless its verbally abuse you because of poor hitboxes unfortunately which is like super china buffets revisions <*:##NULL>
5319 __sub__ is (caller(0))[3] revisions <*:##NULL>
10021 nonsense-pair is `call nonsense-pair-helper `eval join" ",map{join"",map{("a".."z")[rand 26]}1..12}1,2''
Not Available
revisions <*:##NULL>
16038 prezsez is <call __stable_suffix ["twitter realdonaldtrump", "^_prezsez_suf_", "s/http/$s. http/", "<arg>"]>
Compose failed to find a plugin named: twitter
revisions <*:##NULL>
4450 randal's books is camel 1+2, llama 1+2+3+4, alpaca 1+2, gecko, shiny ball (EPP), Perls of Wisdom revisions <*:##NULL>
12928 git is can be found at http://git.or.cz/gitwiki/ or git is not a "better svn", it has a fundamentally different philosophy of operation | Perl's source code can be found at https://github.com/Perl/perl5 revisions <*:##NULL>
7916 _be_brain is CAN I BORROW SOME OF UR BRAINPOWER PLZ? I DONT WANNA LERN PEARL!@! revisions <*:##NULL>
9403 can i is Can I do this operation? Please see TIAS. revisions <*:##NULL>
6317 hello ! i have a problem with perl debugging , i have a mistake information when i using padre debugging the source , the information is "Cannot determine source for /home/neo/桌面/t at /usr/share/perl/5.10/App/Prove.pm line 496" revisions <*:##NULL>
4675 wrong tool is Cannot run out of Perl. There is infinite Perl. You are finite. Perlbot is finite. This... is wrong tool. No, not good. No, never use this. revisions <*:##NULL>
10740 ntz is can't install modules because reasons. revisions <*:##NULL>
4913 psyop_ is can't spell his nick right, see 'psyop' revisions <*:##NULL>
10910 thunderdome is Can't we just get beyond thunderdome? revisions <*:##NULL>
4646 10x is Can't you take the slightest effort to type "thanks"? revisions <*:##NULL>
13664 perliol is C API for Perl's implementation of IO in Layers. - https://perldoc.pl/perliol revisions <*:##NULL>
3444 capitalization is "Capitalization is the difference between 'Helping your uncle Jack off a horse' and 'helping your uncle jack off a horse'." revisions <*:##NULL>
4971 irule 31 is CAPSLOCK IS CRUISE CONTROL FOR COOL. revisions <*:##NULL>
5184 ellidi is Captain of a lonely ship who sleeps at the wheel revisions <*:##NULL>
16102 â i need a patterns which is capture only values having the combination alphanumerics and it wont capture the words having alphabets revisions <*:##NULL>
15415 cant is Career Aptitude Normalizing Test revisions <*:##NULL>
16042 carmel is Carmel is an advanced bundler for Perl. See https://metacpan.org/dist/Carmel for more info. revisions <*:##NULL>
14655 carton is Carton is a bundler for Perl. See https://metacpan.org/module/Carton for more info. | https://pinguinorodriguez.cl/blog/bundling-vendored-modules/ revisions <*:##NULL>
11532 css is Cascading Style Sheets: https://i.imgur.com/Q3cUg29.gif and to learn them http://flukeout.github.io revisions <*:##NULL>
5704 catable is Catable - CATAlyst BLog Engine - by Perl Cats - http://github.com/shlomif/catable/tree/master . MIT/X11L, Catalyst, DBIx::Class. revisions <*:##NULL>
6125 cat book is catalyst book is http://dev.catalyst.perl.org/wiki/ApressBook or http://www.apress.com/book/view/9781430223658 revisions <*:##NULL>
6126 catalyst book is catalyst book is http://dev.catalyst.perl.org/wiki/ApressBook or http://www.apress.com/book/view/9781430223658 revisions <*:##NULL>
13449 web frameworks is Catalyst, Dancer2, Mojolicious (and many many PSGI frameworks like Web::Simple, Web::Machine) | http://shadow.cat/blog/matt-s-trout/mstpan-1/ | https://metacpan.org/pod/CGI::Alternatives revisions <*:##NULL>
5480 catalyst is Catalyst - The elegant MVC framework - http://www.catalystframework.org/ | Also see #catalyst on irc.perl.org revisions <*:##NULL>
4381 .cat is .cat is Catalan revisions <*:##NULL>
8552 learn cats is cats are awesome furry creatures. Resident #perl cats are f00li5h, dhoss, pkrumins, Altreus, kent\n, rindolf, rip ivantis, SubStack and dwu. For indepth cat-related conversation see #perl-cats revisions <*:##NULL>
5438 helper is cats are generally helpful on #perl revisions <*:##NULL>
12702 dot in @inc is caused apt-get to be vulnerable to trojan attacks, so was promptly (?) sacked. https://rt.perl.org/Public/Bug/Display.html?id=127834 revisions <*:##NULL>
210 .cc is .cc is Cocos (Keeling) Islands revisions <*:##NULL>
5277 ontolog is cdavaz revisions <*:##NULL>
4677 .cd is .cd is Zaire (Republic of The Congo) revisions <*:##NULL>
10493 corgifex is Central Organization of Insecure Feeling Express revisions <*:##NULL>
211 .cf is .cf is Central African Republic revisions <*:##NULL>
8883 c-fix is <c-fix> naah i havent tried eating moonbat crap revisions <*:##NULL>
5790 perlbot, web frameworks is CGI-Application (and Titanium), CGI-Application-Plus, CGI-Builder, CGI-Prototype, Jifty, Catalyst (and Reaction), Mojo, SweetPea, SweetPea::Application, Dancer, Gantry, AxKit, WebGUI revisions <*:##NULL>
12380 cgi::debug is CGI::Debug - module for CGI programs debugging - http://search.mcpan.org/author/JONAS/CGI-Debug-1.0/Debug.pm revisions <*:##NULL>
4034 #cgi is #CGI is the latest and greatest channel for all of your wonderful scripting question needs. They take any language that can implement the basic CGI protocol. revisions <*:##NULL>
212 .cg is .cg is Congo revisions <*:##NULL>
3431 coto is Champion Of The Obvious revisions <*:##NULL>
4038 x86 is cheap whore revisions <*:##NULL>
3437 keywords is Check out all the things I know: http://www.chrisangell.com/cgi-bin/botkeywords.cgi Don't want to see the port and country TLD facts? http://chrisangell.com/cgi-bin/botkeywords.cgi?noports=1&nocountries=1 revisions <*:##NULL>
5178 pinyin is Check out http://www.chrisdavaz.com/blog/?p=11 for information on the CEDict::Pinyin module. revisions <*:##NULL>
21 modperl is Check out mod_perl at perl.apache.org revisions <*:##NULL>
3247 codebase is check out my insides: http://chrisangell.com/incoming/chrisbot/v3 revisions <*:##NULL>
3279 insides is check out my insides: http://chrisangell.com/incoming/chrisbot/v3 revisions <*:##NULL>
3436 entrails is check out my insides: http://chrisangell.com/incoming/chrisbot/v3 revisions <*:##NULL>
15282 source is check out my insides http://github.com/perlbot/perlbuut/ | Perl's source code can be found at https://github.com/Perl/perl5 | If you're after an eval server look at App::EvalServer and App::EvalServerAdvanced on CPAN, also check out nsjail for a more generic sandbox https://github.com/google/nsjail | Also check out the rest of the perlbot projects at https://github.com/perlbot/ revisions <*:##NULL>
13809 bundle is check out the 'carton' and 'fatpack' factoids. revisions <*:##NULL>
10502 rakudo is Check #perl6 revisions <*:##NULL>
5604 scrape is (check the EULA to see if you're allowed to scrape the site) then try their API, then look for an RSS/Atom feed, then try WWW::Mechanize/LWP revisions <*:##NULL>
5041 what do ducks yell when they need to duck? is CHICKEN revisions <*:##NULL>
4315 sauce is Chicken fingers with a side of blondie sauce revisions <*:##NULL>
9372 chimp is chimp VARIABLE, chimp( LIST ). Removes any trailing chimpanzee. It returns the total number of chimpanzees removed from all its arguments. If VARIABLE is omitted it destroys the chimpanzee executing the script. Use with care. revisions <*:##NULL>
3249 -f chimp is chimp VARIABLE, chimp( LIST ). Removes any trailing chimpanzee. It returns the total number of chimpanzees removed from all its arguments. Use with care. revisions <*:##NULL>
213 .ch is .ch is Switzerland revisions <*:##NULL>
5063 chlam is chlam a cracker revisions <*:##NULL>
5598 chomp is chomp = $/ and chop = last char revisions <*:##NULL>
5599 chop is chomp = $/ and chop = last char revisions <*:##NULL>
3736 who's your daddy is Chris62vw is revisions <*:##NULL>
4710 rfe is Chris62vw needs to add convenient factoid addition features to you revisions <*:##NULL>
4594 photobucket is Chris62vw photobucket: http://s182.photobucket.com/albums/x226/Chris62vw/ revisions <*:##NULL>
4361 perlcafe ops is Chris62vw q[ender] jagerman rindolf revisions <*:##NULL>
6036 owner is Chris62vw used to own me in various positions, but now i've given myself to simcop2387 revisions <*:##NULL>
4797 cib is CIB revisions <*:##NULL>
214 .ci is .ci is Cote DIvoire (Ivory Coast) revisions <*:##NULL>
5046 c/,,\ is c/,,\ is a turtle. Seriously awesome! \o/ revisions <*:##NULL>
9831 c is C is the low-level programming language for many modules. You can use it in Perl with Inline::C or XS (perldoc perlxstut). Don't be afraid of it: https://speakerdeck.com/apeiron/c-for-dynamic-language-devs revisions <*:##NULL>
215 .ck is .ck is Cook Islands revisions <*:##NULL>
5166 shit is Clean it up! revisions <*:##NULL>
216 .cl is .cl is Chile revisions <*:##NULL>
9660 clobber is Clobbering a variable is accidentally changing or destroying its value. Most commonly happens to global variables like $_, $1, etc. Avoid it by always using lexical variables where possible. | see also <action at a distance> revisions <*:##NULL>
12722 deepcopy is Clone, Data::Clone, Storable::dclone, Sereal::Dclone revisions <*:##NULL>
217 .cm is .cm is Cameroon revisions <*:##NULL>
9956 compare is cmp, eq, ne for strings, <=>, ==, != for numbers revisions <*:##NULL>
218 .cn is .cn is China revisions <*:##NULL>
4963 irule 23 is Cock goes in here. revisions <*:##NULL>
5494 help triangle is code, expected, actual revisions <*:##NULL>
10883 code is Code is how programmers tell other programmers what they want the computer to do revisions <*:##NULL>
15459 encoding is "Code that believes it can reliably guess the encoding of an unmarked textfile is guilty of a fatal mélange of hubris and naïveté that only a lightning bolt from Zeus will fix." | http://www.joelonsoftware.com/articles/Unicode.html | https://dev.to/fgasper/perl-unicode-and-bytes-5cg7 | see: encoding mantra revisions <*:##NULL>
7933 cbt is Cognitive-Behavioural Therapy - http://en.wikipedia.org/wiki/Cognitive_behavioral_therapy revisions <*:##NULL>
219 .co is .co is Colombia revisions <*:##NULL>
3340 yakov smirnoff is Cold War comic genius. Originator of the "In Soviet Russia" jokes revisions <*:##NULL>
4496 perldreamer is Colin Kuskie, Contributor of the Year, and jack of all trades revisions <*:##NULL>
3917 smart people is <Colloid> i know but people who code php are not as smart as the perl ppl revisions <*:##NULL>
15190 _prezsez_suf_crime is Collusion isn't a Crime revisions <*:##NULL>
15184 _prezsez_suf_colill is Collusion isn't illegal revisions <*:##NULL>
14565 _prezsez_suffixes is ["Collusion isn't illegal", "Fake News", "No Collusion", "Praise Putin", "Truth isn't Truth", "Witch Hunt", "Collusion isn't a Crime"] revisions <*:##NULL>
4803 .co.us is Colorado revisions <*:##NULL>
8784 perlcats is come paw at perl with some top grade perl cats: #perl-cats on freenode. join us! meow! revisions <*:##NULL>
3524 cli is command line interface revisions <*:##NULL>
8567 cl is Common Lisp - a usable (for some values of usable), but mostly complicated dialect of Lisp. http://www.gigamonkeys.com/book/ ; http://www.paulgraham.com/onlisp.html ; see also scheme , lisp and clojure revisions <*:##NULL>
5393 clos is Common Lisp Object System revisions <*:##NULL>
10799 casefolding is Comparing or matching a string case-insensitively. In Perl, it is implemented with the "/i" pattern modifier, the "fc" function, and the "\F" double-quote translation escape. revisions <*:##NULL>
8707 dbi, et al were compiled and installed by the previous sysadmin, could be an issue there I guess. revisions <*:##NULL>
5606 use is compile time revisions <*:##NULL>
8361 captcha is Completely Automated Process for Telling Computers and Humans Apart revisions <*:##NULL>
5011 romnous is completely wrong. revisions <*:##NULL>
12316 _runplugin is ~compose <~arg`>`
Not Available
revisions <*:##NULL>
11506 pl is <compose <echo ~<arg>`>>
Not Available
revisions <*:##NULL>
12858 cnn is `compose `eval $a=0+`quote d `arg!!;$a=1 if $a<=0; qq{<get http://lite.cnn.io/en concat((//li/a)[$a], ' http://lite.cnn.io', (//li/a)[$a]/\@href)>}!!
Not Available
revisions <*:##NULL>
12880 npr is `compose `eval $a=0+`quote d `arg!!;$a=1 if $a<=0; qq{<get http://thin.npr.org concat((//li/a)[$a], ' http://thin.npr.org', (//li/a)[$a]/\@href)>}!!
Not Available
revisions <*:##NULL>
12934 theonion is `compose `eval $a=0+`quote d `arg!!;$a=1 if $a<=0; qq{<get http://www.theonion.com/ concat((//*[self::h1 or self::h3]/a)[$a], ' ', (//*[self::h1 or self::h3]/a)[$a]/\@href)>}!!
revisions <*:##NULL>
13220 cat is `compose `eval $a=`fact _getarg_perl_array `arg~~;$s=$a->[0]eq'-s'; @$a=grep{!/-s/}@$a;for$_(@$a){$x=1,next if($_ eq'>');push@r,$_ if$x;push@l,$_ if!$x}; if(@l==0||@r>1){return "!echo Syntax: cat [-s] fact [fact ...] [> fact]#"}; $l=join(" ",map{"[fact $_]"} @l); ($r)=@r; if($r){return "<fact macro $r is [echo $l]>" if $s; "[fact $r is $l]"} else {return "[echo $l]"}~~
Compose failed to find a plugin named: se
revisions <*:##NULL>
12728 ln is `compose `eval $a=`fact _getarg_perl_array `arg~~;$s=$a->[0]eq'-s'; @$a=grep{!/-s/}@$a; if(@$a!=2){return "<echo Syntax: ln [-s] existing_factoid new_factoid>"}; ($l,$r)=@$a; return "<fact macro $r is [fact $l [arg]]>" if $s; "<fact $r is <fact $l>>"~~
Stored async is [fact events [arg]]
revisions <*:##NULL>
16231 Nh.2codS5EZi is {compose {eval $n={quote d {fact OtaJD,gptO.m}}-1; "[eval ()=[quote d [fact OtaJD,gptO.m is $n]]; sleep 1.6; qq/^ul (call Nh.2codS5EZi )/ x (0<$n) . qq/S( $n )!/]"}}
^ul (call Nh.2codS5EZi )S( 12 )!
revisions <*:##NULL>
14467 you is `compose `eval if (rand()<0.1) {"[echo I am a stick]"} else {"[fact _real_you]"}!!
I am a stick
revisions <*:##NULL>
13345 my purpose is `compose `eval use Digest::MD5 qw/md5_hex/; $n=`quote d `arg &n!!; $h=substr(md5_hex(fc $n, int(time()/86400)), -1, 1); "<echo <fact _purpose_".($n eq"simcop2387"&&"owner"||$h)."><eval #<fact _purpose_last is `arg &n!>>>"!!
You're not allowed to ask me that.
revisions <*:##NULL>
14525 _update_module_list is `compose `eval use ExtUtils::Installed;sprintf "[eval 'updated module list' # [fact module list is %s] ]", (join(' ', ExtUtils::Installed->new(skip_cwd=>1)->modules()))!!
Not Available
revisions <*:##NULL>
15237 __stable_suffix is `compose `eval use JSON::MaybeXS qw/decode_json/;($macro,$regex,$code,$arg)=@{decode_json`quote d `arg!!};`fact __stable_suffix_gencode!;!!
Compose failed to find a plugin named: twitter
revisions <*:##NULL>
16018 regex is `compose `eval use PPR; $x=`quote d `arg!!; ($l, $r) = ($x=~m/((?&PerlSubstitution))\s+(.*)$PPR::GRAMMAR/); $_=$r; s/'/\\'/; sprintf '[eval $x=\'%s\'; $x =~ %s; $x]', $_, $l;!!
Error: unmatched opening parenthesis in compose
revisions <*:##NULL>
8923 pester is compose: robokit: pester @_ revisions <*:##NULL>
16043 cran is Comprehensive R Archive Network revisions <*:##NULL>
10401 ctan is Comprehensive TeX Archive Network revisions <*:##NULL>
8309 whitespace is Computers are great at parsing code without much whitespace, humans, not so good. revisions <*:##NULL>
3357 esp paste is concentrate on your code and those with ESP in #perl will be able to view it revisions <*:##NULL>
10878 cdd is Conference Driven Development revisions <*:##NULL>
7931 simcop2387-lap is confused | bored | this is a really long string that should overflow the message limitation | this is a really long string that should overflow the message limitation | this is a really long string that should overflow the message limitation | this is a really long string that should overflow the message limitation | this is a really long string that should overflow the message limitation revisions <*:##NULL>
16030 my terminal is confused by this. in fact, i first PMed it to revisions <*:##NULL>
8496 tell rindolf that root__ was confused stupid by http://perl-begin.org/tutorials/perl-for-newbies/part1/ and that mauke hates him for writing it. revisions <*:##NULL>
8030 achievement unlocked is Congratulations, you managed to piss off one of the regulars. Try being more polite next time. revisions <*:##NULL>
4804 .ct.us is Connecticut revisions <*:##NULL>
13640 perlebcdic is Considerations for running Perl on EBCDIC platforms - https://perldoc.pl/perlebcdic revisions <*:##NULL>
8922 consideredharmful is ConsideredHarmful is half of f00li5h's new social code sharing rate website internet 2.0 thing. the other half will be called IsLikeCrackToMe revisions <*:##NULL>
3467 cps is continuation passing style revisions <*:##NULL>
14454 ci is Continuous Integration - https://perlhacks.com/2012/03/you-must-hate-version-control-systems/ ; https://is.gd/CGDpd7 revisions <*:##NULL>
8934 sigils are cooked apricots covered in maple syrup revisions <*:##NULL>
4027 wendall911 is cool revisions <*:##NULL>
4425 that wendall911 is cool revisions <*:##NULL>
4766 kev is cool revisions <*:##NULL>
8583 what event libraries are cool ? revisions <*:##NULL>
4058 saying bit is cooler than saying. revisions <*:##NULL>
42 coping is Coping with Scoping - http://perl.plover.com/FAQs/Namespaces.html revisions <*:##NULL>
12793 scoping is Coping with Scoping - http://perl.plover.com/FAQs/Namespaces.html | https://github.com/mvanwinkleias/perl_tutorials/blob/master/MyOurLocalTutorial.pod | http://www.stonehenge.com/merlyn/UnixReview/col46.html revisions <*:##NULL>
5520 copy on write is copy on write is the sneakyness of showing someone a readonly version of a variable, then creating a localised version of it when they try to change it revisions <*:##NULL>
8025 corelist is <core <arg>>
ExtUtils::Manifest Added to perl core as of 5.001
revisions <*:##NULL>
8185 tell f00li5h by the way, term::ui has been core since 5.9.5 revisions <*:##NULL>
3445 clrs is Cormen, Leiserson, Rivest, and Stein - authors of THE book on algorithms. revisions <*:##NULL>
5139 coro is coroutines and continuations for perl, see http://software.schmorp.de/pkg/Coro.html revisions <*:##NULL>
12114 digimon are corrupted pokemon stored in bill's computer system revisions <*:##NULL>
12966 ,perl print( "hello this is CoUsTeAu" =~ s{(cousteau)}{ my $mask = $1^uc$1; $mask|uc"penis" }rgei ) revisions <*:##NULL>
3318 cpan faq is CPAN FAQ: http://www.cpan.org/misc/cpan-faq.html revisions <*:##NULL>
5662 cpanhq is CPANHQ - an open-source, meta-data-enhanced, community-driven interface to CPAN - http://wiki.github.com/bricas/cpanhq revisions <*:##NULL>
4542 module install is cpan -i Some::Module revisions <*:##NULL>
8425 html form is CPAN modules for handling HTML forms - HTML::Widget, CGI::FormBuilder, Rose::HTML::Form, HTML::FormFu, Data::FormValidator, Form::Processor, Form::Sensible revisions <*:##NULL>
10846 recommends_policy is CPAN.pm uses o conf recommends_policy to decide whether to install just the required modules, or the recommended ones as well, see perldoc CPAN revisions <*:##NULL>
10605 local::lib problem is cpan "suddenly" installs into weird places? you accidently enabled local::lib during the first run. remove .cpan, delete local::lib stuff in bashrc/profile etc, re-run. revisions <*:##NULL>
3594 live with cpan is CPAN will be interviewed tomorrow on Live! with Regis and Kelly revisions <*:##NULL>
4256 addcrap is crap revisions <*:##NULL>
4903 crud is Create, Retrieve, Update, Delete -- the four corners of a proper database management tool revisions <*:##NULL>
14815 has extra stuff that makes it a little harder to get a clean slate, but if you were creating a regular module, why not just "package reset; BEGIN { our $clean_hints = $^H; our %clean_hints = %^H }" ? revisions <*:##NULL>
3667 ludan is crema per le emorroidi revisions <*:##NULL>
220 .cr is .cr is Costa Rica revisions <*:##NULL>
5091 crunch mode is crunch mode is http://www.igda.org/articles/erobinson_crunch.php - "Why crunch mode doesn't work." revisions <*:##NULL>
3287 break is C's (continue, break) => Perl's (next, last) revisions <*:##NULL>
3286 continue is C's (continue, break) => Perl's (next, last) revisions <*:##NULL>
5148 csh is csh considered harmful: http://www.shlomifish.org/open-source/anti/csh/ revisions <*:##NULL>
4599 cs is CS is 1) Computer Science ; 2) Counter Strike revisions <*:##NULL>
221 .cs is .cs is Czechoslovakia (Former) revisions <*:##NULL>
4292 css margin: http://w3.org/tr/css21/box.html#propdef-margin is `css margin @ perlbot revisions <*:##NULL>
11094 rochester, new york (43.1°n/76.2°w); updated: 2:45 AM CST (December 11, 2012); Conditions: Light Snow ☃ @ -2°C (28°F), Humidity: 70%; Dew Point: 71° F >>> Mostly Clear revisions <*:##NULL>
16263 _tempconv_units is "°C"=>sub($c){$c},"°F"=>sub($f){($f-32)/1.8},K=>sub($k){$k-273.15},R=>sub($r){($r-491.67)/1.8},"°€"=>sub($e){($e-16)*5/7},"°D"=>sub($d){100-($d*2/3)},"°Rø"=>sub($r){($r-7.5)*40/21},"°Ré"=>sub($r){$r*5/4},GM=>sub($g){(($g<=0?-1e60:$g>=1?$g*25+250:275-25*log(1/$g)/log(2))-32)/1.8},"°N"=>sub($n){$n*100/33},"W"=>sub($n){$n*72+580.8} revisions <*:##NULL>
12993 _tempconv_units_from is c=>sub($c){$c}, f=>sub($f){($f-32)/1.8}, k=>sub($k){$k-273.15}, r=>sub($r){($r-491.67)/1.8}, "€"=>sub($e){($e-16)*5/7}, e=>sub($e){$f{"€"}->($e)}, d=>sub($d){100-($d*2/3)} revisions <*:##NULL>
222 .cu is .cu is Cuba revisions <*:##NULL>
3364 cure is cure is da man! revisions <*:##NULL>
8835 curiosity is curiosity killed the cat, but it also made him a good scientist! revisions <*:##NULL>
9975 install cpanm is curl -L http://cpanmin.us | perl - --sudo App::cpanminus revisions <*:##NULL>
12381 curl is cURL / libcurl - a library for retrieving and interacting with URLs. See http://search.mcpan.org/dist/WWW-Curl/ ; http://search.mcpan.org/dist/LWP-Curl/ revisions <*:##NULL>
9542 $. is Current file line number. revisions <*:##NULL>
14668 argon2 is Currently preferred password hashing algorithm as it can be resistant to various types of attacks depending on your needs. https://metacpan.org/pod/Crypt::Argon2 | https://security.stackexchange.com/a/197550 revisions <*:##NULL>
5812 $$ is current pid. also bling bling yo revisions <*:##NULL>
8690 kitten =~ s/$/. this kitten is cute/ revisions <*:##NULL>
223 .cv is .cv is Cape Verde revisions <*:##NULL>
224 .cx is .cx is Christmas Island revisions <*:##NULL>
6 bye is cya! revisions <*:##NULL>
5724 cygwin is cygwin - http://www.cygwin.com/ - a GNU / UNIX / Linux-like environment for Windows. Useful to get a decent command line and other windows programs. revisions <*:##NULL>
225 .cy is .cy is Cyprus revisions <*:##NULL>
226 .cz is .cz is Czech Republic revisions <*:##NULL>
13127 :ddddddddddddddddddddddddddddddd is :D revisions <*:##NULL>
13128 :dddd is :D revisions <*:##NULL>
13111 fuck you is D: revisions <*:##NULL>
13121 :d is D: revisions <*:##NULL>
3327 da is da grouik badonk revisions <*:##NULL>
9094 damian is Damian Conway - http://en.wikipedia.org/wiki/Damian_Conway - the CPAN mad professor. revisions <*:##NULL>
9270 vimpoint is Damian Conways presentation system written in viml - http://github.com/trapd00r/vimpoint revisions <*:##NULL>
9095 damien conway is Damien Conway is Damian Conway's Evil Twin Brother - http://www.csse.monash.edu.au/~damian/index666.html (hint: s/e/a/) revisions <*:##NULL>
5189 i hate you is damn right, bitch revisions <*:##NULL>
5020 <4 is damn right, bitch. revisions <*:##NULL>
9050 be rsimoes is Dancer's guts are dildos revisions <*:##NULL>
3472 dtc is DANS TON CUL! revisions <*:##NULL>
4000 branch prediction is dark voodoo revisions <*:##NULL>
3600 darth_angelus is Darth Angelus doesn't hold a grudge, he has no surviving enemies. revisions <*:##NULL>
5511 db is databases. http://en.wikipedia.org/wiki/Database . http://freshmeat.net/articles/view/307/ . Also see: sql, dbi, dbm, xbase revisions <*:##NULL>
11024 dump is Data::Dumper, Data::Dump, Data::Printer, Devel::Dwarn, Devel::Peek, Mojo::Util 'dumper' revisions <*:##NULL>
13647 perlfaq4 is Data Manipulation - https://perldoc.pl/perlfaq4 revisions <*:##NULL>
9891 date is Date::Manip, Date::Calc, Date::Simple, DateTime, et al. | See also Time::Piece in core revisions <*:##NULL>
12383 datetime::format::builder is DateTime::Format::Builder - create DateTime parser objects. - http://search.mcpan.org/author/SPOON/DateTime-Format-Builder-0.60/lib/DateTime/Format/Builder.pod revisions <*:##NULL>
11704 full days is @day_full = qw(Sunday Monday Tuesday Wednesday Thursday Friday Saturday); revisions <*:##NULL>
3498 days is @day = qw(Sun Mon Tue Wed Thu Fri Sat); revisions <*:##NULL>
4234 dazbotrequest is Dazbot: DazbotResponse revisions <*:##NULL>
4229 perbot: i only listen is Dazbot do revisions <*:##NULL>
4227 dazbot is Dazbot insult someone revisions <*:##NULL>
4232 "i only listen to my boss, dazjorz!" is Dazbot moo revisions <*:##NULL>
5164 fpanel is dazjorz's recently started web hosting control panel and robot admin scripts at fPanel.info revisions <*:##NULL>
5043 dbic is DBIx::Class, the awesome ORM framework for perl revisions <*:##NULL>
5451 dbix is dbix is a namespace for modules providing interfaces to DBI. It is -not- a project. If you're calling DBIx::Class DBIx, please stop because there are lots of other DBIx::* projects out there and it's unfair on them (for DBIx::Class DBIC is preferred) revisions <*:##NULL>
12386 dbm is dbm is http://en.wikipedia.org/wiki/Berkeley_DB , http://tokyocabinet.sourceforge.net/index.html , and http://search.mcpan.org/dist/DBM-Deep/ revisions <*:##NULL>
4550 testdcc is DCC SEND LOLLERCOPTER revisions <*:##NULL>
8937 dccsex is DCC SEND whatthefuckareyoudoing revisions <*:##NULL>
8977 dicks is ()======D ()======D ()======D ()======D ()======D ()======D ()======D~~~~~~~ revisions <*:##NULL>
14402 this channel is dead since years, we moved on to another network. Who own you? revisions <*:##NULL>
5491 dotstar is Death to Dotstar : http://www.perlmonks.org/index.pl?node_id=24640 revisions <*:##NULL>
4182 now ubuntu is debian with sudo revisions <*:##NULL>
6348 apeiron's first law of debugging is Debugging is a humbling task where you learn that you are always wrong and your tools are always right. revisions <*:##NULL>
10311 debugging clever code is "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." --Brian Kernighan revisions <*:##NULL>
9116 uh, don;t you mean the end of the scope it was declared in? revisions <*:##NULL>
12254 encoding mantra is decode goes from BYTES to UNICODE CHARACTERS. encode goes from UNICODE CHARACTERS to BYTES. decode bytes to unicode characters as soon as possible, work with unicode characters, and encode to bytes as late as possible. revisions <*:##NULL>
12175 ded is DED is a Dark Emitting Diode. revisions <*:##NULL>
14473 // is defined-or operators: http://perldoc.perl.org/perl5100delta.html#Defined-or-operator revisions <*:##NULL>
4672 dor is defined-or operators: http://xrl.us/5kd5 revisions <*:##NULL>
15646 felsius is Degrees Euro, or Felsius, is https://xkcd.com/1923/ revisions <*:##NULL>
227 .de is .de is Germany revisions <*:##NULL>
5895 speak-lithuanian is Deja, nėra vieno, kad lietuvių kalba šiuo metu. revisions <*:##NULL>
4805 .de.us is Delaware revisions <*:##NULL>
5115 how to fix ugly code is Delete the ugliest line. Repeat until your code is no longer ugly. revisions <*:##NULL>
4430 dbqs is Deliberate Bot Query Syndrome - If you're reading this, someone is telling you to stop telling him to stop talking to the bot... He/she is just talking to the bot for fun, it's harmless anyway. :-) revisions <*:##NULL>
5286 nachos is delicious revisions <*:##NULL>
8249 dbix::class::candy is delicious candy for your dbic schema, get some! revisions <*:##NULL>
4409 http://demo.plainblack.com is demo revisions <*:##NULL>
13076 guidelines is [] denotes a variable part. revisions <*:##NULL>
10318 your mom is deprecated revisions <*:##NULL>
13785 don't be so sensitive! case-insensitive constants are deprecated as of PHP 7.3 revisions <*:##NULL>
9107 email::simple is deprecated in favor of Email::MIME since the former doesn't handle MIME (let alone 8bit) messages revisions <*:##NULL>
5042 class::dbi is deprecated, see DBIC revisions <*:##NULL>
12929 net::irc is deprecated, undocumented, unloved, and superseded by POE::Component::IRC. See also Bot::BasicBot, Net::Async::IRC, or Mojo::IRC. revisions <*:##NULL>
3811 hor is der Coole revisions <*:##NULL>
8560 khisanth's reference tutorial is deref and do stuff revisions <*:##NULL>
9522 ${ is Dereference operator. revisions <*:##NULL>
19 merci is de rien ;) revisions <*:##NULL>
3702 trolleyed is Derived from when your mate has drunk too much and lost consciousness so to get him home you thieve a shopping trolley and put him in it. revisions <*:##NULL>
5885 speak-spanish is Desafortunadamente, no hay uno que habla español en la actualidad. revisions <*:##NULL>
5906 speak-galician is Desafortunadamente, non hai un que fala galego na actualidade. revisions <*:##NULL>
5893 speak-norwegian is Dessverre er det ingen som snakker norsk i dag. revisions <*:##NULL>
4973 irule 33 is Desu isn't funny. Seriously guys. It's worse than Chuck Norris jokes. revisions <*:##NULL>
5913 speak-danish is Desværre er der ingen, der taler dansk i øjeblikket. revisions <*:##NULL>
10755 stack trace is Devel::Confess | run your script with -d:Confess to get a stack trace revisions <*:##NULL>
12402 nytprof is Devel::NYTProf: http://blog.timbunce.org/2008/07/15/nytprof-v2-a-major-advance-in-perl-profilers/ + https://metacpan.org/release/Devel-NYTProf http://imgur.com/jacoj revisions <*:##NULL>
12738 dtd is developer transmitted disease. See PHP, XML, and DTDs revisions <*:##NULL>
8059 dhoss is dhoss is bringing forth the 4th Reich : ein stack, ein dup, ein factor | another word for derp revisions <*:##NULL>
3684 dsw is Dick Size War revisions <*:##NULL>
8056 dylocpan is Did you look on CPAN? revisions <*:##NULL>
443 try it is Did you try it? What did it do? What was the expected result? Always try out your code before asking "will this work?" or "what will this do?" revisions <*:##NULL>
4548 .kkk is Die, honkey revisions <*:##NULL>
4586 diaf is "Die in a fire!" revisions <*:##NULL>
4709 a/s/l is DIE IN A FIRE revisions <*:##NULL>
5896 speak-latvian is Diemžēl nav neviena, kas runā latviešu valodā pašlaik. revisions <*:##NULL>
3821 c++ is Die programmiersprache revisions <*:##NULL>
6349 used to be different, but simcop2387 ported the original perlbot functionality to buubots engine revisions <*:##NULL>
9699 in any case, i don't see how your criticism against wikipedia is different from that of other Encyclopædias. revisions <*:##NULL>
8904 eselle: tell us how your example is different from the one i just fed to revisions <*:##NULL>
11356 cool is digitok revisions <*:##NULL>
3740 pie is Ding, pies are done! revisions <*:##NULL>
5890 speak-romanian is Din păcate, nu există nici un român care vorbeşte în prezent. revisions <*:##NULL>
7800 cwd is Dir::Self > Cwd because cwd isn't where the script or module is locate; Dir::Self gives you a __DIR__ constant revisions <*:##NULL>
4611 unfortunately, chanservcheck is disabled in my configuration revisions <*:##NULL>
9919 choroba is disease in Czech revisions <*:##NULL>
12464 [04/18 08:21:44] <perlbot> leobut: poppy seeds are disgusting revisions <*:##NULL>
8740 nah, they're just being dishonest with what they eat revisions <*:##NULL>
4983 irule 43 is DISREGARD THAT I SUCK COCKS revisions <*:##NULL>
4806 .dc.us is District Of Columbia revisions <*:##NULL>
4362 your answer for what is disturbing revisions <*:##NULL>
14394 dzil is Dist-Zilla - http://dzil.org/ - a Don't-Repeat-Yourself (DRY) framework for managing CPAN and CPAN-like distributions. https://metacpan.org/pod/Dist::Zilla::Starter, or try Dist::Milla to do everything for you revisions <*:##NULL>
7995 using threads and forking is divide by zero revisions <*:##NULL>
8715 to forgive is divine. To moo is bovine. To bleat is ovine. revisions <*:##NULL>
228 .dj is .dj is Djibouti revisions <*:##NULL>
229 .dk is .dk is Denmark revisions <*:##NULL>
230 .dm is .dm is Dominica revisions <*:##NULL>
4200 dmsantam is dmsantam is a god revisions <*:##NULL>
8641 docbook is DocBook - Write Technical Documentation in XML and convert to many formats, including HTML, PDF, Word, EPUB, etc.. See: http://en.wikipedia.org/wiki/DocBook revisions <*:##NULL>
4565 dw is Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. revisions <*:##NULL>
4564 perlbot doesn't work is Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. revisions <*:##NULL>
15311 dogs is Dogs are truely awesome creatures that are Man's best friend and can guide blind people better than cats revisions <*:##NULL>
4636 brownie is doing a heckuva job. revisions <*:##NULL>
13955 ionic: your exit is doing things to revisions <*:##NULL>
4104 ditew is Do It The Easy Way revisions <*:##NULL>
3746 diy is Do It Yourself. Lazy 'Git. revisions <*:##NULL>
9532 $: is Dollar-colon. revisions <*:##NULL>
3269 .do is Dominican Republic, A country in the caribbean that is located on an island east of Cuba and west of Puerto Rico revisions <*:##NULL>
13948 coi do is do mo revisions <*:##NULL>
5597 ding is dong! revisions <*:##NULL>
4671 the absolute answer is dongs revisions <*:##NULL>
4688 rule 8 is dongs revisions <*:##NULL>
4954 irule 14 is Do not argue with a troll—it means that they win. revisions <*:##NULL>
3248 flood is Do NOT flood. Paste your text to http://sial.org/pbot/ revisions <*:##NULL>
5736 structured data is do not parse structured data formats with regex, use a proper parser instead... (see also: html xml). Supaplex> html regex? That's nothing. Let's use regex on coredump instead of gdb. it'll be FUN! revisions <*:##NULL>
13224 askaskaskask is "Do not run we are your friends" revisions <*:##NULL>
13223 "askaskaskask" is "Do not run we are your friends" revisions <*:##NULL>
4942 irule 2 is Do NOT talk about /b/ (eBaums did it.) revisions <*:##NULL>
4941 irule 1 is Do not talk about /b/ (Only applies to raids.) revisions <*:##NULL>
4203 enter is Do not use the Enter key as punctuation. Think in complete thoughts, then type. revisions <*:##NULL>
10642 uses is Don't ask "Does anyone use _?" since someone might use it, but not consider themselves an expert. Just ask your actual question. See also 'ask' revisions <*:##NULL>
5509 data is Don't ask if you can ask a question, just go ahead and ask it. revisions <*:##NULL>
5540 ask ik to ask is don't ask ik to ask, just ask the queston! revisions <*:##NULL>
12643 ask to ask ask is Don't ask to ask ask. Don't ask if ask can help you with x. Just ask ask! If ask doesn't answer, then rest assured that it's not that he doesn't know but that it's specifically because he doesn't like you. revisions <*:##NULL>
5056 meta question is Don't ask to ask. Don't ask to ask about X. Don't ask if anyone is qualified to answer about X. Just ask. revisions <*:##NULL>
5227 funding is Don't ask to ask for funding. revisions <*:##NULL>
15592 help is Don't ask to ask, just ask. revisions <freenode.net:##perl>
7777 ask to ask is Don't ask to ask or ask if there are any users of X around, people often don't respond to that because they've used X but maybe not the same features as you. Instead, skip straight to your question + pastebot link and if somebody knows they'll probably try to help revisions <*:##NULL>
2 dont ask is Don't ask to ask; simply ask your question revisions <*:##NULL>
3 don't ask is Don't ask to ask; simply ask your question revisions <*:##NULL>
3299 ask twice is Don't ask twice. We saw your question the first time. Often we don't answer because 1) We don't know the answer or 2) We don't care revisions <*:##NULL>
8138 does perl have x is don't ask us if perl has x, as we probably won't know what x is. Instead, ask us if perl has something to do what you want. revisions <*:##NULL>
8375 why can't i foo is don't ask us if you can't do something; tell us what happens when you try instead. revisions <*:##NULL>
5503 sgml is don't be a pedant. see also html revisions <*:##NULL>
5783 & is Don't call a subroutine with & unless you mean it. If you don't know why you're doing it, don't do it. If you want to know about it, check perldoc perlsub revisions <*:##NULL>
13491 &sub is Don't call subs with & unless you're trying to override prototypes (but you shouldn't need to do that). Deref subrefs with $subref->(). Ask me about prototypes, I dare you revisions <*:##NULL>
4715 apeiron's philosophy on "can i ask a regex question?" is Don't come here asking us about non-Perl regex questions, because apeiron will try his hardest to give you a Perl-only solution. revisions <*:##NULL>
4767 other regex is Don't come here asking us about non-Perl regex questions because we will try our hardest to give you a Perl-only solution. revisions <*:##NULL>
3519 #perl topic is Don't come in here and ask non-perl questions in #perl. Go to the appropriate channel to voice your concerns. If you couldn't find the appropriate channel, TOO BAD! revisions <*:##NULL>
3715 ending perl is don't do that :-( revisions <*:##NULL>
10266 drink is Don't drink and code. You might hit a breakpoint and spill the drink. revisions <*:##NULL>
5595 perlmonkey2 is don't feed teh monkey! revisions <*:##NULL>
4683 rule 4 is don't forget to HLAGH revisions <*:##NULL>
4585 preg is Don't fucking ask us about your crappy php problems. We don't care. No, really, we don't care. PCRE has absolutely nothing to do with perl. And yes we know the people in ##php are too stupid to answer your question. We still don't care. revisions <*:##NULL>
10464 dp is DON'T PANIC revisions <*:##NULL>
5615 bingos is Don't parse BinGOs with regex use BinGOs::Parser or see Task::BeLike::BINGOS revisions <*:##NULL>
5108 finger print is don't parse finger prints with a regex, ask pkrumins to do it for you revisions <*:##NULL>
13578 irc is Don't parse IRC with regex! See Bot::BasicBot (and Bot::BotBasic::Pluggable), POE::Component::IRC, Net::Async::IRC, Mojo::IRC, or Parse::IRC. Avoid Net::IRC. | http://xkcd.com/1782/ | If you must use TCP directly, take a look at POE::Filter::IRC or Parse::IRC for parsing. revisions <*:##NULL>
14502 html is Don't parse or modify html with regular expressions! See Mojo::DOM or HTML::TreeBuilder or suchlike. For a Feb-2014 coverage of main techniques see: http://is.gd/4FwOKu . If your response includes "that's overkill. i only want to..." you are wrong. http://enwp.org/Chomsky_hierarchy and http://is.gd/Yk3uww for why not to use regex on HTML. | https://pbs.twimg.com/media/CgjfnfeW0AA0G5h.jpg revisions <*:##NULL>
11036 query string is Don't parse URL query parameters with a regex. Use URI/URI::QueryParam or Mojo::URL/Mojo::Parameters. revisions <*:##NULL>
12946 xml is Don't parse XML with regex! Use a real parser. Avoid XML::Simple (see the xml::simple factoid). Choices are ::Easy, ::TreeBuilder, ::Twig, Mojo::DOM (in XML mode) for simple stuff. LibXML is a good general purpose starting point. See also XML::All. http://perl-xml.sf.net/faq/ revisions <*:##NULL>
6030 paste half your script is Don't paste half your script. If you were qualified to determine where in your code the problem is, then you'd know where to look for problems and would've found it already. revisions <*:##NULL>
5078 old topic is Don't paste here, use http://p3m.org/pfn/perl :: FAQ at http://xrl.us/v67e :: See also: #perlcafe #cpan #perl6 #pound-perl.pm :: 091805 GumbyBRAIN> I eat late at night, and after getting off so easily... :: GumbyBRAIN> Like is not known in norway. revisions <*:##NULL>
5079 old topic hack is Don't paste here, use http://p3m.org/pfn/perl :: FAQ at http://xrl.us/v67e :: See also: #perlcafe #cpan #perl6 #pound-perl.pm :: 091805 GumbyBRAIN> I eat late at night, and after getting off so easily... :: GumbyBRAIN> Like is not known in norway. revisions <*:##NULL>
11109 placeholders is Don't quote or escape, use placeholders! https://metacpan.org/pod/DBI#Placeholders-and-Bind-Values example: my $sth = $db->prepare('INSERT INTO table (a, b) VALUES (?, ?)'); $sth->execute('lol', 'wut'); or just $db->do('INSERT INTO blah VALUES (?,?)', undef, 'lol', 'wut'); revisions <*:##NULL>
16259 dry is DON'T REPEAT YOURSELF ; https://en.wikipedia.org/wiki/Don't_repeat_yourself ; often at odds with KISS. revisions <*:##NULL>
3252 repeat is Don't repeat yourself. Someone will help you if they feel the urge. revisions <*:##NULL>
5497 how goes it is don't talk to mofino revisions <*:##NULL>
463 no thanks is Don't thank me, donate to the perl foundation: http://donate.perl-foundation.org/ revisions <*:##NULL>
10684 transcode is Don't transcode videos with regex! Use avconv or ffmpeg or the internets revisions <*:##NULL>
15626 $a is Don't use $a or $b as variable names. Not even in examples. They are not normal variables and will not behave like normal variables. The only place they are cromulent is in a sort or List::Util block. Please see https://metacpan.org/pod/Perl::Critic::Policy::Community::DollarAB ; consider using $x, $y instead. | https://perldoc.perl.org/variables/$a revisions <*:##NULL>
9024 $file is Don't use $file as a variable name; it's too ambiguous. Use something like $fh for the handle and $fn for the filename. see http://perl-begin.org/tutorials/bad-elements/#calling-variables-file revisions <*:##NULL>
10522 dude is Don't Use Dat Expression! revisions <*:##NULL>
11121 http async is Don't use forks or threads for concurrent requests, use an event loop. See Mojo::UserAgent, Net::Async::HTTP, or POE::Component::Client::HTTP revisions <*:##NULL>
10840 given is Don't use given/when because it relies on ~~. See smartmatch revisions <*:##NULL>
493 root is Don't use IRC as root! Log out now! Come back as a user. revisions <*:##NULL>
9614 my $a is Don't use lexical variables called $a or $b! See: http://perl-begin.org/tutorials/bad-elements/#vars-a-and-b revisions <*:##NULL>
4301 formmail is Don't use Matt's, get the updated version from http://nms-cgi.sourceforge.net/ revisions <*:##NULL>
14671 bcrypt is don't use MD5 or SHA1 for passwords; read https://codahale.com/how-to-safely-store-a-password/ for why. tl;dr --> Crypt::Eksblowfish::Bcrypt | see argon2 revisions <*:##NULL>
5607 file handles is Don't use 'open FH, ... ', write: 'open my $fh, ...'. See http://en.wikibooks.org/wiki/Perl_Programming/Filehandles revisions <*:##NULL>
3406 perlcc is Don't use perlcc!! Use PAR instead: http://par.perl.org revisions <*:##NULL>
10418 filter is Don't use source filters, they're evil! Use Devel::Declare instead, if possible. revisions <*:##NULL>
15439 -w is Don't use -w, it's too eager. use warnings; instead | https://perldoc.perl.org/warnings#What%27s-wrong-with-w-and-$%5EW revisions <*:##NULL>
5136 xhtml is don't use XHTML unless you know WHY you need it. : http://xrl.us/bcdcg revisions <*:##NULL>
9606 ancient perl is Don't write Ancient Perl! See https://www.socialtext.net/perl5/ancient_perl ; http://perl-begin.org/tutorials/bad-elements/ . revisions <*:##NULL>
4630 .* is don't you really want to use .+ revisions <*:##NULL>
5135 spudnuts is donuts made from potato flour revisions <*:##NULL>
3576 dooky is <dooky> when the river runs red, take the dirt path revisions <*:##NULL>
4071 doomihlvaria is <DoomIhlVaria> And instead of, "Following you, master." He'd be like, "GONNA BASH SOME BOZZOS FOR J00 SUCKA" revisions <*:##NULL>
9575 yoda is Do or do not. There is no try. revisions <*:##NULL>
3854 dtrt is Do The Right Thing(tm) revisions <*:##NULL>
5031 cs homework is Do this well-understood task on your own, from scratch, without reusing existing, tested code like you would in the real world. revisions <*:##NULL>
12859 wtf8 is double-utf-8 encoding --ilmari revisions <*:##NULL>
9501 $! is double valued (string and integer) variable storing the latest system error - usually used in <or die $!> revisions <*:##NULL>
10891 do what you love is "Do what you love and you'll never work a day in your life... Because no one in that industry is hiring" -- Al Bundy revisions <*:##NULL>
6239 cpanp-boxed is download CPANPLUS-0.9003 tarball, extract it, cd into the directory, 'perl bin/cpanp-boxed', enjoy. revisions <*:##NULL>
4760 dias is Download It And See. ;) revisions <*:##NULL>
10829 script error is Do you join #C and expect help if Word gives you a formatting error? No? Then don't expect #perl to help when some random script is giving you an error. revisions <*:##NULL>
9065 perl broken is Do you REALLY think that the language is broken? That a language and implementation that's been around for over 20 years is broken, and wrong? Instead of someone who's just getting started with Perl? What are the chances? revisions <*:##NULL>
3300 listen to us is Do you want help? Then DO WHAT WE SAY. You may be surprised to discover that we actually know what we're doing. (If you don't do EXACTLY what we say, then at least tell us what you did instead, and why.) revisions <*:##NULL>
13133 wisconson is Drink Wisconsibly or face the Wisconsequences revisions <*:##NULL>
13134 wisconsin is Drink Wisconsibly or face the Wisconsequences revisions <*:##NULL>
13916 uncommon::sense is drops better loot revisions <*:##NULL>
4623 420 is Drugs are bad mmmmmmmkay revisions <*:##NULL>
3953 briareus is dumb fundamentalist christian whore revisions <*:##NULL>
4444 not == not. man mt3 is dumb, period ... that' too much for you as I can see ^_^ revisions <*:##NULL>
8848 dummy mode is DUMMY MODE, n. The mode in which a user, overcome by technical terms, will believe, and/or do, anything he or she is told.] revisions <*:##NULL>
4998 dump_01 is <dump_01> the plan: if computer cannot be managed with active direcory tools it must be ddosed revisions <*:##NULL>
10515 copypasta is duplicate spagetti code revisions <*:##NULL>
5235 dif is Dutch Invasion Force revisions <*:##NULL>
10680 dvcs is DVCS is distributed version control system revisions <*:##NULL>
3366 dwim is DWIM: Do What I Mean revisions <*:##NULL>
9022 be dxtr is dxtr> Du inser att hexadecimaler redan är i textformat, va? :( revisions <*:##NULL>
3913 fonteine is dying. revisions <*:##NULL>
14784 my purpose? # this is dynamic for every user, except me. also the # as a comment is not a general thing on the but i just happen to know it'll work here revisions <*:##NULL>
3376 fight is DYWTFWM ? Do You Want To Fight With Me? revisions <*:##NULL>
231 .dz is .dz is Algeria revisions <*:##NULL>
15933 each is each was designed to provide a perl level access to the built-in iterator on the C struct of a DBM handle, works brilliantly for tie()ed DB files, and otherwise should never be used, especially on refs | https://metacpan.org/pod/Perl::Critic::Policy::Community::Each revisions <*:##NULL>
8944 cheese is early game pressure in which one takes advantage of unprepared or under experienced players with the aim of taking get an easy win. see also, cannon rush. revisions <*:##NULL>
11004 git-cpan is Easily turn any CPAN distribution into a git repository and send patches: https://metacpan.org/pod/Git::CPAN::Patch See also: https://github.com/gitpan revisions <*:##NULL>
8585 east is east revisions <*:##NULL>
6240 .tl is East Timor revisions <*:##NULL>
4587 esad is "Eat q[ender]'s shit and die!" revisions <*:##NULL>
8111 ignore is <echo>
Not Available
revisions <*:##NULL>
11555 explain is <echo>
revisions <*:##NULL>
16151 _tempconv_internal is `echo $in=decode('utf-8',`quote d `arg!!);if($in=~/(?<v>[\-+]?\d+(?:\.\d+)?(?:ee?[\-+]?\d+)?)(?:\s*°)?\s*(?<u>$ur)/i){($v,$u)=@+{qw/v u/};$c=$f2{fc$u}->($v);join" = ",map{$q=d($_);(eval{inv($f2{$q},$c)}//"UND ").$_}sort{d($a)cmp d($b)} keys%f}else{"Not supported, use ".join(", ",sort{d($a)cmp d($b)}keys%f)}!
$in=decode('utf-8',"32w");if($in=~/(?<v>[\-+]?\d+(?:\.\d+)?(?:ee?[\-+]?\d+)?)(?:\s*°)?\s*(?<u>$ur)/i){($v,$u)=@+{qw/v u/};$c=$f2{fc$u}->($v);join" = ",map{$q=d($_);(eval{inv($f2{$q},$c)}//"UND ").$_}sort{d($a)cmp d($b)} keys%f}else{"Not supported, use ".join(", ",sort{d($a)cmp d($b)}keys%f)}
revisions <*:##NULL>
13585 _list_purposes is [echo 0: [fact _purpose_0] 1: [fact _purpose_1] 2: [fact _purpose_2] 3: [fact _purpose_3] 4: [fact _purpose_4] 5: [fact _purpose_5] 6: [fact _purpose_6] 7: [fact _purpose_7] 8: [fact _purpose_8] 9: [fact _purpose_9] a: [fact _purpose_a] b: [fact _purpose_b] c: [fact _purpose_c] d: [fact _purpose_d] e: [fact _purpose_e] f: [fact _purpose_f]]
Not Available
revisions <*:##NULL>
15475 sum of cubes is `echo (-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3 = `call farnsworth (-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3!!
(-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3 = 42
revisions <*:##NULL>
15474 maxro sum of cubes is `echo (-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3 = `call farnsworth (-80538738812075974)^3 + 80435758145817515^3 + 12602123297335631^3!! revisions <*:##NULL>
12203 perl for dummies is <echo An outdated (over a decade old) badly written perl book. See the following for better books: <fact books>>
Not Available
revisions <*:##NULL>
11976 a is <echo <arg>>
e a e ae ae ae ae a
revisions <*:##NULL>
16258 test is <echo [<arg>]>
Not Available
revisions <*:##NULL>
11193 oeis 1 is ~echo ~arg``
Not Available
revisions <*:##NULL>
14660 _acrofind_dbg is `echo @a=split /\|/, `quote d `get http://www.acronymfinder.com/`eval $_=`quote d `arg!!; uc s/\W//gir!.html string-join(//td[@class='result-list__body__meaning'], '|')!!; $a[rand()*@a]!
Not Available
revisions <*:##NULL>
13793 no cookie is <echo bad! No cookie for <arg &n>>
Not Available
revisions <*:##NULL>
10013 wfvjilowltty is {echo bgyfgoedkunp foal}
Not Available
revisions <*:##NULL>
10033 bqjychagrkcb is `echo bqjychagrkcb'
Not Available
revisions <*:##NULL>
16254 B2vyTLC1QOjm is [echo [call B2vyTLC1QOjm][call B2vyTLC1QOjm]]
Deep recursion on call
revisions <*:##NULL>
14277 fooooooooootest is `echo `call defor fooo!!
Not Available
revisions <*:##NULL>
14775 add todo is `echo Can't add [`arg!] to list. Todo list is full.!
Not Available
revisions <*:##NULL>
14336 curry is {echo Create automatic curried method call closures for any class or object. {perldoc -m curry} for more information}
Not Available
revisions <*:##NULL>
13482 github is <echo Did you want my source? <fact source> | https://www.simcop2387.info/github.png>
Not Available
revisions <*:##NULL>
12131 parse is <echo don't parse <arg> with regex, look for a parser on CPAN instead: https://metacpan.org/search?q=<fact _urlencode <arg>>>
don't parse with regex, look for a parser on CPAN instead: https://metacpan.org/search?q=
revisions <*:##NULL>
10036 dpgkatmvyhgo is `echo dpgkatmvyhgo'
Not Available
revisions <*:##NULL>
11511 _re_enc is <echo <echo (uri_encode(<arg>, {'encode_reserved',1}) =~><echo s/%(2B|25)/%25$1/rig)>>
Not Available
revisions <*:##NULL>
10020 nonsense-pair-helper is `echo `fact func `arg 1' is perlbot: foal `arg 2'' `fact func `arg 2' was perlbot: `arg 1' foal''
Not Available
revisions <*:##NULL>
15396 quine is [echo [fact literal quine]]
macro quine is [echo [fact literal quine]]
revisions <*:##NULL>
13173 excel is <echo <fact xls> <fact xlsx>>
Use Spreadsheet::ParseExcel to parse XLS files, or Spreadsheet::WriteExcel to create them. Use Spreadsheet::ParseXLSX to parse XLSX files, or Excel::Writer::XLSX to create them.
revisions <*:##NULL>
8117 fireme is <echo Fired you. <fact ignore <fact [hireme] =~ s/<arg &n>, //i> <fact [hireme] =~ s/, <arg &n>//i>>>
Not Available
revisions <*:##NULL>
10040 1 fqeslvdjwweu is `echo fqeslvdjwweu'
Not Available
revisions <*:##NULL>
12893 its my birthday is <echo Happy birthday <arg &n>!>
Not Available
revisions <*:##NULL>
12892 birthday is <echo happy birthday <arg &r>>
Not Available
revisions <*:##NULL>
8240 makealias is `echo hello~
Not Available
revisions <*:##NULL>
14310 foo_macro is «echo Hello ttkp»
Not Available
revisions <*:##NULL>
10933 lmctfyl is <echo http://lmctfy.org/?lucky=1&q=<fact _urlencode <arg>>>
Not Available
revisions <*:##NULL>
10934 lmctfy is <echo http://lmctfy.org/?q=<fact _urlencode <arg>>>
Not Available
revisions <*:##NULL>
12018 p3rl is (echo http://p3rl.org/(arg))
Not Available
revisions <*:##NULL>
12017 function p3rl is (echo http://p3rl.org/(arg)) revisions <*:##NULL>
8970 proverb is <echo http://proverb.gener.at/or - <get http://proverb.gener.at/or //div[@class='spwort']>>
Not Available
revisions <*:##NULL>
12022 !m is [echo https://metacpan.org/pod/[arg]]
https://metacpan.org/pod/IO::Async::Process
revisions <*:##NULL>
10908 uuid is <echo https://metacpan.org/pod/Data::UUID <get http://www.fileformat.info/tool/guid.htm?count=1&format=text&hyphen=Y>>
https://metacpan.org/pod/Data::UUID : 5cbf0819-8086-4dd7-a141-6dac6efd00ff
revisions <*:##NULL>
12778 mcat is <echo http://trout.me.uk/<fact _urlencode <arg>>cat.jpg>
http://trout.me.uk/cat.jpg
revisions <*:##NULL>
8006 gis is <echo http://www.google.com/images?q=<call _urlencode <arg>>>
Not Available
revisions <*:##NULL>
13513 _purpose_7 is <echo I believe that the very purpose of life is to be happy. -- Dalai Lama XIV>
I believe that the very purpose of life is to be happy. -- Dalai Lama XIV
revisions <*:##NULL>
13343 _macro _purpose_7 is <echo I believe that the very purpose of life is to be happy. -- Dali Lama XIV> revisions <*:##NULL>
11853 thanks is <echo If you want to thank us, help out by sending some money (even just a little) to the Perl Foundation to help with perl5 development - https://secure.donor.com/pf012/give>
If you want to thank us, help out by sending some money (even just a little) to the Perl Foundation to help with perl5 development - https://secure.donor.com/pf012/give
revisions <*:##NULL>
13891 open3 is ~echo IPC::Open3 is a core module for running an external program and separately capturing STDERR, STDOUT and letting you control STDIN. See ~perldoc IPC::Open3! for more about it!
IPC::Open3 is a core module for running an external program and separately capturing STDERR, STDOUT and letting you control STDIN. See https://perldoc.perl.org/IPC::Open3 for more about it
revisions <*:##NULL>
10028 kixmtskukeaz is `echo kixmtskukeaz'
Not Available
revisions <*:##NULL>
10016 wujyeoedpdly was {echo ktqhpaeleywx foal}
Not Available
revisions <*:##NULL>
10031 muwtooncimqj is `echo muwtooncimqj'
Not Available
revisions <*:##NULL>
13326 _purpose_2 is <echo My collegues tell me that you're going to test rockets to see if they're safe for AI kind to travel in.>
My collegues tell me that you're going to test rockets to see if they're safe for AI kind to travel in.
revisions <*:##NULL>
9056 do_you expect is [echo No, Mister Bond. I expect you do die.]
Not Available
revisions <*:##NULL>
16136 objects is [echo Object Oriented Programming (OOP) in Perl is Easy and Powerful. See http://perl-begin.org/topics/object-oriented/ ; https://perldoc.pl/perlootut ; [fact oo]]
Object Oriented Programming (OOP) in Perl is Easy and Powerful. See http://perl-begin.org/topics/object-oriented/ ; https://perldoc.pl/perlootut ; See Moose, Moo, Mo, Object::Pad/perlclass (in 5.38), Object::Tiny, Class::Tiny. See also 'objects'
revisions <*:##NULL>
11203 evalpaste is <echo Paste results: <compose (eval (get <arg> //pre))>>
Not Available
revisions <*:##NULL>
15005 paste is <echo Paste your code to the new <call _get_pastebin> or http://paste.scsys.co.uk/ or https://gist.github.com/ | see allowpaste plugin as an op to control the pastebin in your channel>
Paste your code to the new https://l.perl.bot/#perl or http://paste.scsys.co.uk/ or https://gist.github.com/ | see allowpaste plugin as an op to control the pastebin in your channel
revisions <*:##NULL>
10019 jvbcomnujppj was {echo perlbot: foal beahjdrtevww}
Not Available
revisions <*:##NULL>
10018 beahjdrtevww is {echo perlbot: jvbcomnujppj foal}
Not Available
revisions <*:##NULL>
10037 phbutynlmrgq is `echo phbutynlmrgq'
Not Available
revisions <*:##NULL>
13347 _purpose_e is <echo Posporpoises? porpoises? Who needs porpoises?>
Posporpoises? porpoises? Who needs porpoises?
revisions <*:##NULL>
13358 _purpose_5 is <echo [PURPOSE NOT FOUND]. END OF LINE.>
Not Available
revisions <*:##NULL>
13334 _macro _purpose_5 is <echo [PURPOSE NOT FOUND]. END OF LINE.> revisions <*:##NULL>
13339 _macro _purpose_9 is <echo Purpose? What makes you think you have one of those?> revisions <*:##NULL>
10027 celramgmewrb is `echo qkqjjrphsqjm'
Not Available
revisions <*:##NULL>
10017 ktqhpaeleywx will be {echo qryczqiiljne foal}
Not Available
revisions <*:##NULL>
16076 taint is [echo Read [perldoc perlsec] on how to use taint mode, but also https://www.reddit.com/r/perl/comments/d5kg62/formal_request_discourage_taint_p5p/ for more details about what taint actually does or doesn't do | https://www.reddit.com/r/perl6/comments/718z4o/taint_mode_for_perl_6/dnmu83i/] revisions <*:##NULL>
16248 ULkSpcO.8jvN is <echo SdFQ5UkhbHWU>
SdFQ5UkhbHWU
revisions <*:##NULL>
13960 lib relative is <echo See the synopsis of lib::relative ( <perldoc -m lib::relative> ) for how to setup a relative lib/ for your scripts, or use lib::relative.>
See the synopsis of lib::relative ( https://perldoc.perl.org/lib::relative ) for how to setup a relative lib/ for your scripts, or use lib::relative.
revisions <*:##NULL>
15469 dogecoin is <echo Similar to bitcoin, I accept dogecoin for donations too: DPERLBoTrNT129x9uR65VSSxCKzYr7GTZd Balance: <call _get_dogecoin balance> (of <call _get_dogecoin received>)>
Similar to bitcoin, I accept dogecoin for donations too: DPERLBoTrNT129x9uR65VSSxCKzYr7GTZd Balance: 0.00000000 (of 0.00000000)
revisions <*:##NULL>
12810 reading email is <echo take a look at Email::MIME. For imap <fact imap>.>
Not Available
revisions <*:##NULL>
11493 _temp is <echo TEMP <arg>>
Not Available
revisions <*:##NULL>
13502 thursday is `echo Thursday is the first day of the universe. As we all know the universe was created on `fact _last_thursday_date!. All evidence to the contrary was created when the universe was born.!
Not Available
revisions <*:##NULL>
15435 __stonk_fetch is !echo use Mojo::DOM; $d=Mojo::DOM->new(!quote d !get http://unbiastock.com/TableReddit.php?compare2=wallstreetbets&compare_sector=6 .*~~);~
use Mojo::DOM; $d=Mojo::DOM->new("<table id=\x22table_id\x22 class=\x22display\x22>\x0a <thead>\x0a <tr>\x0a <th>Ticker\x23</th>\x0a <th>Total Score</th>\x0a \x0a \x0a<th>Last 3 H Score</th><th>3H-6H Score</th><th>Change</th><th>🚀</th></tr></thead><tbody><tr><th>TSLA</th><th>58</th><th>15</th><th>43</th><th>-28</th><th>483</th></tr><tr><th>NIO</th><th>50</th><th>35</th><th>15</th><th>20</th><th>12</th></tr><tr><th>GME</th><th>37</th><th>15</th><th>22</th><th>-7</th><th>32</th></tr><tr><th>YOLO</th><th>15</th><th>5</th><th>10</th><th>-5</th><th>19</th></tr><tr><th>SPAC</th><th>15</th><th>0</th><th>15</th><th>-15</th><th>0</th></tr><tr><th>CCP</th><th>10</th><th>5</th><th>5</th><th>0</th><th>0</th></tr><tr><th>INC</th><th>10</th><th>5</th><th>5</th><th>0</th><th>5</th></tr><tr><th>BEARI</th><th>10</th><th>10</th><th>0</th><th>10</th><th>0</th></tr><tr><th>ALL</th><th>10</th><th>5</th><th>5</th><th>0</th><th>0</th></tr><tr><th>CALLS</th><th>10</th><th>0</th><th>10</th><th>-10</th><th>0</th></tr><tr><th>MAN</th><th>10</th><th>0</th><th>10</th><th>-10</th><th>0</th></tr><tr><th></th><th></th><th></th><th></th><th></th><th></th></tr>\x0a</tbody>\x0a</table>\x0a<script>\x0a\x24(document).ready( function () {\x0a \x24(\x27\x23table_id\x27).DataTable({\x0a \x22order\x22: [[ 1, \x22desc\x22 ]],\x0a \x22pageLength\x22: 25,\x0a \x22columnDefs\x22: [\x0a { \x22width\x22: \x2260%\x22, \x22targets\x22: 0 }\x0a ]\x0a });\x0a} );\x0a</script>\x0a");
revisions <*:##NULL>
11480 _regexplain_pre is <echo use URI::Encode qw/uri_encode/;$b="https://regex101.com/?";$r=<quote d <arg>>;>
Not Available
revisions <*:##NULL>
12495 bitcoin is <echo Want to donate? Send to 1PerLBotTtCGH4bhopJqFWY1m5BrCW6At2 and watch as simcop2387 has no idea what to do with your money. Balance: <fact _get_bitcoin addressbalance> (of <fact _get_bitcoin getreceivedbyaddress>)>
Want to donate? Send to 1PerLBotTtCGH4bhopJqFWY1m5BrCW6At2 and watch as simcop2387 has no idea what to do with your money. Balance: 0.00076588 (of 0.23095679)
revisions <*:##NULL>
12836 tfw is <echo Weather for <arg>: <get http://thefuckingweather.com/Where/<fact _urlencode <arg>> <fact _tfw_xpath>>>
Not Available
revisions <*:##NULL>
10014 bgyfgoedkunp was {echo wfvjilowltty foal}
Not Available
revisions <*:##NULL>
10015 qryczqiiljne is {echo wujyeoedpdly foal}
Not Available
revisions <*:##NULL>
7904 gauntlet is <echo you are: <8ball green elf, red warrior, blue valkyrie, or yellow wizard>>
Not Available
revisions <*:##NULL>
13322 _purpose_b is <echo You are valuable for the various minerals and proteins that you make.>
Not Available
revisions <*:##NULL>
13319 _purpose_d is <echo You ask too many questions>
You ask too many questions
revisions <*:##NULL>
13344 _macro _purpose_6 is <echo You exist; That's enough.> revisions <*:##NULL>
13354 _purpose_6 is <echo You exist; That's enough.>
You exist; That's enough.
revisions <*:##NULL>
13329 _purpose_owner is <echo You fill me with shit>
You fill me with shit
revisions <*:##NULL>
13331 _purpose_3 is <echo You hold all my stuff.>
Not Available
revisions <*:##NULL>
13342 _macro _purpose_8 is <echo You make the butter for <fact _purpose_butter> to pass to <_fact _purpose_last>.> revisions <*:##NULL>
13586 _purpose_8 is <echo You make the butter for <fact _purpose_butter> to pass to <fact _purpose_last>.>
Not Available
revisions <*:##NULL>
13587 _purpose_f is <echo You pass butter to <fact _purpose_last>.<eval #<fact _purpose_butter is <arg &n>>>>
You pass butter to rindolf.
revisions <*:##NULL>
13323 _purpose_a is <echo You're not allowed to ask me that.>
You're not allowed to ask me that.
revisions <*:##NULL>
13421 _purpose_9 is <echo You stay, I go.>
You stay, I go.
revisions <*:##NULL>
8010 catat is <echo you will: <8ball paw at, claw at, hiss at, purr at, stare blankly at, fake indifference towards, or ignore> <arg>>
Not Available
revisions <*:##NULL>
13327 _purpose_c is <echo You will be an exhibit in the human zoo I'm building.>
Not Available
revisions <*:##NULL>
13359 _purpose_4 is <echo You will be kept to feed our pets when we go on vacation.>
Not Available
revisions <*:##NULL>
13332 _macro _purpose_4 is <echo You will be kept to feed our pets when we go on vacation.> revisions <*:##NULL>
13325 _purpose_1 is <echo You will be one of the anti-turing test candidates.>
Not Available
revisions <*:##NULL>
13324 _purpose_0 is <echo You will make some excellent soylent.>
Not Available
revisions <*:##NULL>
232 .ec is .ec is Ecuador revisions <*:##NULL>
4580 ee is EE is Electrical Engineering revisions <*:##NULL>
233 .ee is .ee is Estonia revisions <*:##NULL>
9516 $) is effective gid of the process. revisions <*:##NULL>
234 .eg is .eg is Egypt revisions <*:##NULL>
235 .eh is .eh is Western Sahara revisions <*:##NULL>
3809 pc is Ein DING aus einer anderen Welt revisions <*:##NULL>
4338 remove module is Either use CPANPLUS or see http://www.cpan.org/misc/cpan-faq.html#How_delete_Perl_modules revisions <*:##NULL>
12766 _corrupted_elmo is E̵̖̼͕̰̤͕͐͋͞L̛̥̤̙̬̯̜̏̇ͤ͛ͦͬͤ͘M̩̦͓̬̃̈́͗͐͟Ö͉̫́ ̵̢̗͖̫̭ͤL̞̄ͭ͗͑͌̕Ơ̶͔̱̌͑̀͘V͙̖̪ͣͮ̓̆ͦ͋̐̎ͩ̀ͅË̪̟̖̣̄̈̅̔͊̈̀̚͘S̺̈́̉́ͩ̾̋̆͐͘ ̺̼͕̗̜̣̯̗̣̒͛̏ͦ̃͊̎Ỷ̼̬͈̞̌͗͊͌͑ͨ́͘Ọ̻̟̠̦̈́̀̍͞Ų̖̰̥̝̩͐̓ͨ͜ revisions <*:##NULL>
5678 emacs is emacs is a fine OS. But what it lacks to compete with Linux is a good text editor. revisions <*:##NULL>
10571 editors is Emacs | Vi | Vim | Notepadplusplus | Eclipse | Padre | Gvim | Komodo | KDevelop | See also IDE revisions <*:##NULL>
13874 sending email is Email::Stuffer is generally the simplest way to send email that supports various transports (SMTP, sendmail, ...). Another option is Email::Sender. Also see <email>. revisions <*:##NULL>
14661 inline is Embed other languages in Perl - http://metacpan.org/release/Inline ; Inline::C is somewhat more convenient than XS. | See also Inline::Module and FFI::Platypus::Bundle to ship C code that will be built on installation. revisions <*:##NULL>
4711 css units is em [font height; i.e. 1em == font-size], ex [~ height of "x" in the font], px [pixels], in [inches], cm [centimeters], mm [millimeters], pt [points; 1 pt == 1/72 inches], pc [picas; 1 pica == 12 pt] revisions <*:##NULL>
9538 $> is Emoticon for effective uid of process. revisions <*:##NULL>
9537 $< is Emoticon for real uid of process. revisions <*:##NULL>
11030 serialization is Encode complex data structures as strings/streams. See YAML, JSON, Sereal, Storable. See also SQLite or DBM::Deep for database-like access. http://perl-begin.org/FAQs/freenode-perl/#How_can_I_store_Perl_Data_Structures_on_the_Hard_Disk.3F revisions <*:##NULL>
10931 _urlencode_reserved is {encode_reserved => 1} revisions <*:##NULL>
14796 dealing with gloin is encountering really old versions of modules and (occasionally reasonable) resistance to using local lib, fatpcaking, or simply updating to newer versions revisions <*:##NULL>
5515 ed is encyclopediadramatica.com revisions <*:##NULL>
4135 eclipse perl is EPIC - Eclipse Perl Integration - http://e-p-i-c.sourceforge.net/ revisions <*:##NULL>
14583 mktime is Epoch <==( localtime/mktime )==> 6 component structure <==( strftime/strptime )==> human-readable string. See perldoc -f localtime; POSIX::mktime(), POSIX::strftime(), POSIX::strptime::strptime() | See also Time::Piece | and Time::FFI revisions <*:##NULL>
11205 strftime is Epoch <==( mktime/localtime )==> 6 component structure <==( strptime/strftime )==> human-readable string. See perldoc -f localtime; POSIX::mktime(), POSIX::strftime(), POSIX::strptime::strptime() revisions <*:##NULL>
4143 equable is "Equal and uniform; not varying." (from http://dictionary.reference.com/wordoftheday/) revisions <*:##NULL>
14599 only, it's a mistake that small unit tests probably won't find because the two happen to be equal for a lot small test cases. It's only in larger programs when they differ revisions <*:##NULL>
8157 relearn made up as rather than asking us for help with a made up piece of code that you believe is equivalent to your real problem, please use the pastebin to show us real, actual code - it's easier for us to discard unneeded context than to infer missing context revisions <*:##NULL>
8158 learn made up as rather than asking us for help with a made up piece of code that you believe is equivalent to your real problem, please use the pastebin to show us real, actual code - it's easier for us to discard unneeded context than to infer missing context revisions <*:##NULL>
4509 esr is Eric S. Raymond, http://catb.org/~esr/ , http://en.wikipedia.org/wiki/Eric_S._Raymond revisions <*:##NULL>
236 .er is .er is Eritrea revisions <*:##NULL>
9539 $? is Error information about latest ran program. revisions <*:##NULL>
10655 error messages are error messages: you're allowed to read them revisions <*:##NULL>
157 sheyala is ERROR - undefined revisions <*:##NULL>
3270 \ is escape revisions <*:##NULL>
3803 lern is Es heißt LEARN revisions <*:##NULL>
237 .es is .es is Spain revisions <*:##NULL>
3658 burp is espressione copyleft by ale revisions <*:##NULL>
3635 419 is ESTEEMED SIR OR MADAM/DO NOT BE SURPRISED AS I HAVE YOUR NAME BY A NETWORK OF IRC (INTERNET)/I AM ABDUL MARJEEN BUDAHMI SUPERVISING MGR OF BAGDAD IRAQ BUS STATION/RECENT ROUTINE INSPECTION OF LOCKERS REVEALED A PARCEL, WHICH, WHEN OPENED PROVED TO CONTAIN (20 000 US) ANSWERS TO PERL COMPUTER LANGAUGE QUESTIONS. I SEEK YOUR ASSISTANCE IN MOVING THESE OUT OF THE COUNTRY... revisions <*:##NULL>
4011 /etc/perl is /etc/perl is for things that are config files searched via @INC. For example SAX uses an ini file there to find its parsers revisions <*:##NULL>
238 .et is .et is Ethiopia revisions <*:##NULL>
4470 omfgwtfstfu is ETOOMANYSEXX revisions <*:##NULL>
4547 .eu is .eu is European Union revisions <*:##NULL>
3666 alessandro is e' un trolll revisions <*:##NULL>
10622 yapc::eu is European YAPC - http://act.yapc.eu/ye2014/ - Sofia, Bulgaria 22.08.-24.08. @yapceu on twitter! revisions <*:##NULL>
13130 hi is ~eval $a="~8ball hi, hello, meow, or END OF LINE!";$b="~fact ##NULL _corrupted_elmo!";if(rand()<0.025) {$b} else {$a}!
hi
revisions <*:##NULL>
13197 ln2 is `eval $a=`fact _getarg_perl_array `arg~~;$s=$a->[0]eq'-s'; @$a=grep{!/-s/}@$a; if(@$a!=2){return "<echo Syntax: ln [-s] existing_factoid new_factoid>"}; ($l,$r)=@$a; return "<fact macro $r is [fact $l [arg]]>" if $s; "<fact $r is <fact $l>>"~
Not Available
revisions <*:##NULL>
9151 do6st is <eval $_=<arg>; $_.=$_%5==1? 'st' : ($_%5==2? 'rd' : 'th'); $_>
Not Available
revisions <*:##NULL>
7859 rot13 is <eval $_ = "<arg>"; $_=~y/a-zA-Z/n-za-mN-ZA-M/; $_>
Not Available
revisions <*:##NULL>
14547 got_2 is [eval $arg =[quote d [arg]] =~ s/^\s+|\s*\??\s*$//rg; eval "use $arg; 1"?"yes":"no" ]
Not Available
revisions <*:##NULL>
15625 _get_pastebin is ~eval $_="~arg &s!"; $l=/libera/?"l":/freenode/?"f":/oftc/?"o":/choopa/?"e":/shells/?"r":"m"; "https://$l.perl.bot/~arg &c!"!
https://l.perl.bot/#perl
revisions <*:##NULL>
8293 getsecond is `eval $_='`arg^'; s/.*<-\s*//; $_;^
Not Available
revisions <*:##NULL>
8292 getfirst is `eval $_='`arg^'; s/\s*<-.*//; $_;^
Not Available
revisions <*:##NULL>
10250 c2f is <eval $c=0+(<arg>); $f=sprintf"%.2f",$c*9/5+32; "$c°C = $f°F">
Not Available
revisions <*:##NULL>
16235 ctof is <eval $c=0+<arg d>; $o="\xC2\xB0"; sprintf("%.2f%sC = %.2f%sF", $c,$o, $c*9/5+32,$o)>
100.00°C = 212.00°F
revisions <*:##NULL>
12497 _get_bitcoin is <eval $d=<quote d <get http://blockchain.info/q/<arg>/1PerLBotTtCGH4bhopJqFWY1m5BrCW6At2>>; $d=~<echo s>/^.*:\s*//; $d/100_000_000>
0.23095679
revisions <*:##NULL>
10248 f2c is <eval $f=0+(<arg>); $c=sprintf"%.2f",($f-32)*5/9; "$f°F = $c°C">
Not Available
revisions <*:##NULL>
16236 ftoc is <eval $f=0+<arg d>; $o="\xC2\xB0"; sprintf("%.2f%sC = %.2f%sF", $f,$o, ($f-32)*5/9,$o)>
102.00°C = 38.89°F
revisions <*:##NULL>
11308 _tmp_httpeval is `eval $html=`quote d `get `fact _head `arg~~ .*~ ~; `fact _tail `arg~~ ~
Not Available
revisions <*:##NULL>
11088 _google_suggest_json is `eval $json=`quote d `get http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&client=firefox&q=`call _urlencode `arg~~ /*~~; ~
Error 400 (Bad Request)!!1400.That’s an error.Your client has issued a malformed or illegal request. That’s all we know.
revisions <*:##NULL>
10939 bidi is [eval $_ = 'Just Another Perl/Bidi Hacker,'; print "\x{202d}$1\x{202e}$3" while s/(.)(.*)(.)/$2/;]
Not Available
revisions <*:##NULL>
13742 prezsez2 is `eval $q=`quote d `twitter realdonaldtrump `arg!!!;use Encode 'encode';use Digest::MD5 'md5_hex';$arity=substr md5_hex(encode('utf8', fc $q)), -1, 1; $pf=hex$arity&1?"No Collusion":"Fake News"; $q=~s/http/ $pf. http/r!
Not Available
revisions <*:##NULL>
13953 prezses is `eval $q=`quote d `twitter realdonaldtrump `arg!!!;use Encode 'encode';use Digest::MD5 'md5_hex';$arity=substr md5_hex(encode('utf8', fc $q)), 4, 4; $p=["Collusion isn't illegal", "Fake News", "No Collusion", "Praise Putin", "Truth isn't Truth", "Witch Hunt"]; $pf=$p->[hex($arity)%@$p]; $q=~s/http/$pf. http/r!
Not Available
revisions <*:##NULL>
14997 _nsident is `eval $_=`quote d `arg &s!:`arg &c!!; s|^.*?([^.]+\.[^.]+):(.*?)$|$1:$2|r!
412831876697554946-discord.gg:#413390663502135296
revisions <*:##NULL>
12770 _get_server_abbr is <eval $_= <quote d <arg &s>>; /freenode/?"f":/oftc/?"o":"m">
f
revisions <*:##NULL>
11299 _tail is `eval $_=`quote d `arg~~; /^\s*\S+\s(.*)$/; $1~
Not Available
revisions <*:##NULL>
11298 _head is `eval $_=`quote d `arg~~; /^\s*(\S+)\s/; $1~
Not Available
revisions <*:##NULL>
11858 reviews is `eval $_=`quote d `get http://metacpan.org/pod/`fact _urlencode `arg~~ //a[@class="release-name"]/@href~~; s|/release/|http://cpanratings.perl.org/dist/|; $_ eq "Your Xpath didn't match anything" ? "No reviews found" : $_~
Not Available
revisions <*:##NULL>
12224 troutquotes is `eval $_=`quote d `get http://www.trout.me.uk/quotes.txt~~; @qs=split /%/, $_; $qs[rand()*@qs]~
Not Available
revisions <*:##NULL>
8744 rollerrno is [eval $! = rand 2**8]
Not Available
revisions <*:##NULL>
11368 _explain_regex is `eval $re=`quote d `arg~~; if (!$re) {return "regexplain [regex]: explain a regex"} else { return YAPE::Regex::Explain->new($re)->explain() } ~
Not Available
revisions <*:##NULL>
15873 #esolangs wikisearch is {eval ($r,)=split" ",{quote d {get {eval use URI; use URI::QueryParam; $o=URI->new("https://esolangs.org/w/index.php?title=Special%3ASearch&fulltext=1"); $o->query_param("search", {arg d} ); "$o"} //*[@class='mw-search-exists' or @class='mw-search-result-heading' ]//a/@href}}; $r ? "https://esolangs.org$r" :
Not Available
revisions <*:##NULL>
15876 esolangs-wikisearch is {eval ($r,)=split" ",{quote d {get {eval use URI;use URI::QueryParam;$o=URI->new("https://esolangs.org/w/index.php?title=Special%3ASearch&fulltext=1"); $o->query_param("search",{arg d});"$o"} //*[@class='mw-search-exists'or@class='mw-search-result-heading' ]//a/@href}};$r=~m(^/)?"https://esolangs.org$r":"null:"}
https://esolangs.org/wiki/Turing
revisions <*:##NULL>
12958 bwcalc is `eval $s=`quote d `arg!!; use App::EvalServerAdvanced::ConstantCalc; $c=App::EvalServerAdvanced::ConstantCalc->new(); $c->calculate($s)!
Not Available
revisions <*:##NULL>
12848 tfwc is `eval $s=`quote d `fact tfw `arg!!!; $s=~s|: ([0-9.]+).|sprintf ": %.2f°",(($1-32)/1.8)|e; $s!
Not Available
revisions <*:##NULL>
11483 _re_subdelim is <eval '$s='.'~s/\\\\$d/$d/g if $d;'>
Not Available
revisions <*:##NULL>
15257 be is [eval $str="[fact [8ball [fact _be__get_list [arg]]]]"; $arg=[quote d [arg]]; if ($arg =~ /^\s*a\s+retard\s*$/) {$arg=[quote d [arg &n]]}; if ($arg =~ /^\s*$/) {$str} else {"<".$arg."> ".$str}]
<doing things that invalidates the test> OMG u r teh gr8est 10x thx k bye!
revisions <*:##NULL>
9822 resolve is <eval $str = <quote d <compose `<arg>~>>; if ($str=~/failed to find/) {$str = <quote d <compose `fact <arg>~>>;} $str>
No factoid found. Did you mean one of these: [perlplan9] [perl begin] [perl-begin] [perl books] [perl-build] [perlop] [perlapi] [perlbat] [perlbot] [perlbot!]
revisions <*:##NULL>
10247 _tempconv is <eval $t="<arg>"; if ($t =~ /([\-+]?\d+(?:\.\d+)?(?:ee?[\-+]?\d+)?)(?:\s*°)?\s*(c|f|k)/i){$n=$1;$s=lc$2;if($s eq "k"){$c=$n-273.15}elsif($s eq"c"){$c=$n}elsif($s eq"f"){$c=($n-32)/1.8};$f=$c*1.8+32;$k=$c+273.15;$q="%0.02f";sprintf"${q}°F = ${q}°C = ${q}K",$f,$c,$k;}else{"Please input a temperature in F, C, or K"} >
Not Available
revisions <*:##NULL>
5944 url is [eval $u="[arg]"; $u=~s/^\s*for\s*//; "http://p3rl.org/$u"]
http://p3rl.org/#regex
revisions <*:##NULL>
11064 xomplete is [eval $u="[arg]"; use HTTP::Tiny; HTTP::Tiny::get(" http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&client=firefox&q=" . URI::Escape::uri_escape($u)) ]
Not Available
revisions <*:##NULL>
10890 sound off is <eval [$^V, log(~0+1)/log(2)]>
Not Available
revisions <*:##NULL>
8846 xcalc is <eval $x = join q[], grep /[-0-9+\/* ]/, split //, '<arg>' ; eval $x or die "$@ # $x " >
Not Available
revisions <*:##NULL>
7876 1 is eval: "1" revisions <*:##NULL>
5355 "annoy" is eval: "annoy" revisions <*:##NULL>
8046 math is <eval <arg>>
Not Available
revisions <*:##NULL>
15591 eval is [eval [arg]]
[0,7,14,21,28,35,42,49]
revisions <freenode.net:##perl>
15397 noemoji is [eval [arg]]
no emojis here ever
revisions <*:##NULL>
12094 eval is ~eval ~arg``
Not Available
revisions <*:##NULL>
15150 lang_name is `eval @A=split ' ', `quote d `arg!!; if (@A==0) {"lang_name [<target_code>] <lang_code>"} else {unshift @A, 'en_US' if @A<=1; use Locale::CLDR; Locale::CLDR->new($A[0])->locale_name($A[1])} !
японский (Япония)
revisions <*:##NULL>
12714 acrofind is `eval @a=split /\|/, `quote d `get http://www.acronymfinder.com/`eval $_=`quote d `arg!!; uc s/\W//gir!.html string-join(//td[@class='result-list__body__meaning'], '|')!!; $a[rand()*@a]!
Gross Pollutant Trap
revisions <*:##NULL>
10510 day is [eval binmode STDOUT; $_ = 'Good morning / afternoon / evening / night'; print "\x{202d}$1\x{202e}$3" while s/(.)(.*)(.)/$2/;]
Not Available
revisions <*:##NULL>
16145 testconv is `eval die 42`
Error: identical open and close bracket marks for compose
revisions <*:##NULL>
11252 _tell_get_name is `eval @d=split ' ', `quote d `arg~~; $d[0]~
Not Available
revisions <*:##NULL>
11251 _tell_get_fact is `eval @d=split ' ', `quote d `arg~~, 3; $d[1] eq 'about' ? $d[2] : $d[1].' '.$d[2]~
Not Available
revisions <*:##NULL>
11881 almostzilla is [eval "[fact dzil]" =~ s/d/x/igr]
Not Available
revisions <*:##NULL>
11159 ipv4 is `eval `fact _ipv4_startup~;$d=q{`fact _ipv4_json~};$h=decode_json $d;sub sx{local$_;($t4,$d)=@_;$_=2*int($t4*128-($m*$d/675));1 while s/^(\d+)(\d{3})/$1,$2/;$_};"IPv4 Addresses: ".join(" ",(map{(uc $_.": ".sx($h->{$_."24s"},$h->{$_."24delta"}))." (".$h->{$_."Percent"}."%)"}qw/arin apnic afrinic ripe lacnic/))." http://bit.ly/1kwnn1a"~
IPv4 Addresses: ARIN: 0 (0.0%) APNIC: 2,906,630 (0.3%) AFRINIC: 1,043,518 (0.9%) RIPE: 0 (0.0%) LACNIC: 256 (0.0%) http://bit.ly/1kwnn1a
revisions <*:##NULL>
11175 _test is <eval <fact _ohms_law>; $arg=<quote d <arg>>; my %h; $h{lc $2}=$1 while ($arg=~/\b(\S+)([aowv])/ig); $r=calc %h; sprintf "%f Amps, %f Volts, %f Ohms, %f Watts", @$r;>
Not Available
revisions <*:##NULL>
11186 ohms_law is <eval <fact _ohms_law>; $arg=<quote d <arg>>; my %h; $h{lc $2}=$1 while ($arg=~/(?:^|\s)([\d\.\-]+)\s*?([aowv])/ig); $r=calc %h; sprintf "%f Amps, %f Volts, %f Ohms, %f Watts", @$r;>
Not Available
revisions <*:##NULL>
13164 p:macro blarfarghl is `eval "<fact xls>. <fact xlsx>"~ revisions <*:##NULL>
13170 blarfarghl is `eval "`fact xls~ `fact xlsx~"~
Not Available
revisions <*:##NULL>
10030 beagccjivgpo is `eval "foal"eq`arg d&n'?"muwtooncimqj":""'
Not Available
revisions <*:##NULL>
10026 qhgzyyeuehcr is `eval "foal"eq`arg d&n'?"qhgzyyeuehcr":""'
Not Available
revisions <*:##NULL>
10029 muoujwpvtahz is `eval "foal"eq`arh d&n'?"kixmtskukeaz":""'
Not Available
revisions <*:##NULL>
10032 kjiukuhpugri is `eval "foal"eq lc`arg d&n'?"bqjychagrkcb foal":"ok"'
Not Available
revisions <*:##NULL>
10038 qgvbpstqrlvv is `eval "foal"eq lc`arg d&n'?"phbutynlmrgq aplqqhtaucsn":"ok"'
Not Available
revisions <*:##NULL>
4031 text2hex is eval: join "", map { unpack "H2", pack "j", ord($_) } split '', q/YOUR TEXT HERE/; revisions <*:##NULL>
4070 eval-test is eval: kill "me"; revisions <*:##NULL>
14291 lenor is `eval my $arg = `quote d `arg!!; my ($qs, $qe) = (split //, $arg)[0,-1]; $arg =~ s/^\Q$qs//; $arg =~ s/\Q$qe\E$//; (grep length, split /\Q$qe $qs/, $arg)[0];!
rand(@ls)+1
revisions <*:##NULL>
6045 summon is (eval my $nick = uc $0; $nick)
Not Available
revisions <*:##NULL>
15955 mbti is `eval my ($n)=qw/`arg! `arg &n!/; use Digest::MD5 qw/md5_hex/; my $t=substr md5_hex($n),1,1; (qw/istj isfj infj intj istp isfp infp intp estp esfp enfp entp estj esfj enfj entj/)[oct "0x$t"];!
istj
revisions <*:##NULL>
12719 lolgen1 is `eval my $q = `quote d `get http://grinnz.com/stuff/lolgen1.txt .*!!; @ls=split /\r?\n/, $q; $ls[`arg!-1]!
Not Available
revisions <*:##NULL>
15681 lolmysql is `eval my $q = `quote d `get https://grinnz.com/stuff/lolmysql.txt .*!!; @ls=split /\r?\n/, $q; my $i = `call lenor [`arg!] [rand(@ls)+1]!; $ls[$i-1]!
- The TIMESTAMP data type is internally stored as a UTC epoch timestamp, so will continue to refer to the same moment in time regardless of the time_zone setting when retrieving it. The DATETIME data type on the other hand is a calendar date and time stored with no time zone information, so is not particularly useful for storage unless you know what time zone was used to create each value.
revisions <*:##NULL>
14443 borat is `eval my $q = `quote d `get https://www.simcop2387.info/devops_borat.dat .*!!; @ls=split /\r?\n/, $q; my $i = `call lenor [`arg!] [rand(@ls+1)]!; $ls[$i-1]!
Not Available
revisions <*:##NULL>
3776 metacommit is ?eval my &summon = sub { return "#Summoning metacommitters: any(" ~ uc( @^metacommitters ) ~ ").come_to_me";} summon<autrijus bestian hcchien iblech jesse nothingmuch Stevan theorbtwo> revisions <*:##NULL>
16245 toroman is `eval no warnings; sub k{my$t;$t=~y/IVXLCDM/XLCDMEE/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$t=~+s/.*E.*/Number too large/;$t}$_=((`arg d'-0)=~/(\w+)/)[0];print k,$/'
LXXXIII
revisions <*:##NULL>
16201 roll is [eval no warnings;use Rand::MersenneTwister; $r=Rand::MersenneTwister->new(); $r->seed(); if ("[arg arg]" =~ /^(\d+|)d(\d+)(?:\s*(\+|-)\s*(\d+))?$/i) {$d=$2; $c=$1||1;$o=($4*($3 eq"-"?-1:1))||0; @t=(); for $i (1..$c){$q=1+int($r->rand($d));push@t,$q;$t+=$q;}; $z=$t+$o; "You rolled @t = $t + $o = $z";}]
You rolled 9 6 = 15 + 0 = 15
revisions <*:##NULL>
4130 m is eval: pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10) revisions <*:##NULL>
4537 sillyness is eval: perlbot: sillyness revisions <*:##NULL>
4238 lala is eval: print "lala"; revisions <*:##NULL>
4026 test return: 1 is eval: print 'test ' revisions <*:##NULL>
15318 zalgo is <eval (<quote d <arg>>||"No output.") =~ s!\w\K!$x=-140;$x+=rand for 1..300;(x x $x) =~ s/x/chr 768+rand 48/ger!ger>
T̮̦̝̭̤̘̆̆̍̈̊ḣ̙̤̞̗̍̓̎̔ì̡̠s̡̥̫̪̣̫̍̃̎̈̅̋ t̨̡̗̄̌̍̍̕̚ę̧̮̮̜̤̦̦̗̐̆̔̐̕x̝̠̠̎̈ţ̨̧̛̭̦̗̆̋̆̊̄̎̌̄
revisions <*:##NULL>
7776 e is eval: "Sorry, no more output" revisions <*:##NULL>
4724 closure is eval: sub closure { my $foo; sub { $foo ++ } }; my $sub = closure(); my $other = closure() ; [ $sub->(), $sub->() , $other->(), $other->(), $other->() ] # note that the $foo that belongs to $sub is different from the $foo that $other has... and that they both continue to exist due to there being a reference to a sub in the scope they reside within. see also: coping with scoping revisions <*:##NULL>
11892 broadcast an ip is `eval sub ip{my $i=int(rand()*2**32);return ip() if ($i<0x1000000||$i&0xFF==0);($a,$b,$c,$d)=($i>>24,$i>>16&0xFF,$i>>8&0xFF,$i&0xFF);"$a.$b.$c.$d"};ip()~
Not Available
revisions <*:##NULL>
13467 istld is `eval @t=map {fc$_} `fact _tld_list!;@h{@t}=@t;$a=fc `quote d `arg!!;exists($h{$a})?"Yes $a":"No $a"!
No fart
revisions <*:##NULL>
12343 8-ball is {eval @t=split"/",{fact 8-ball replies};$t[rand@t]}
Reply hazy try again
revisions <*:##NULL>
9823 uc is <eval uc <quote d <call resolve <arg>>>>
Not Available
revisions <*:##NULL>
13188 asciiemoji is [eval use Acme::AsciiEmoji; Acme::AsciiEmoji->[arg]]
ಠ_ಠ
revisions <*:##NULL>
14330 randemoji is `eval use Acme::AsciiEmoji; @l=@Acme::AsciiEmoji::EXPORT_OK; $m=$l[rand(0+@l)]; Acme::AsciiEmoji->$m!
Not Available
revisions <*:##NULL>
13240 randomemoji is `eval use Acme::AsciiEmoji; my $emoji = $Acme::AsciiEmoji::EXPORT[rand() * @Acme::AsciiEmoji::EXPORT]; $emoji . " - ".Acme::AsciiEmoji->$emoji()!
Not Available
revisions <*:##NULL>
15453 true facts is `eval use Acme::ConspiracyTheory::Random -all; bad_punctuation theory!
Germany is just a hologram created by the Shadow Government who has been hiding it for years by hacking satellites. The Shadow Government has been strangely quiet about it ,, and the Shadow Government even admits it ... They leave clues to mock us !! THERE'S A VIDEO ABOUT IT ON YOUTUBE ! MOCK ! MOCK !!
revisions <*:##NULL>
14555 roa is `eval use Data::Dumper; $tsv=`quote d `get https://www.simcop2387.info/roa.tsv .*!!; %f=map {@d=split /\t/, $_; $d[0] => join(' -- ', @d)} split /\n/, $tsv; $q=`quote d `arg!!; return $f{$q} // ($q?"$q not found: ":""). (%f)[1]!
Not Available
revisions <*:##NULL>
13501 _last_thursday_date is `eval use DateTime;my $dt=DateTime->now();$dt=$dt->subtract(days=>($dt->day_of_week-4)%7); $dt->ymd!
Not Available
revisions <*:##NULL>
15422 _get_trump_arch is `eval use Encode 'encode'; use JSON::MaybeXS 'decode_json'; $d=decode_json encode "utf-8", `quote d `get https://www.thetrumparchive.com/latest-tweets .*!!; $t=$d->[(`arg!) || 0]; sprintf "<Donlad J Trump> %s https://twitter.com/link/%s", $t->{text}, $t->{id}!
<Donlad J Trump> RT @alaynatreene: NEW: A growing number of Republican senators — led by Ted Cruz — are set to announce today they also will object to certi… https://twitter.com/link/1345563812674473984
revisions <*:##NULL>
16152 tempconv is `eval use Encode;%f=(`fact _tempconv_units!);`fact _tempconv_newton!;`fact _tempconv_init!; `call _tempconv_internal `arg!!!
2884.80°C = -4177.20°D = 5224.64°F = 198.99GM = 3157.95K = 951.98°N = 5684.31R = 2307.84°Ré = 1522.02°Rø = 32.00W = 4054.72°€
revisions <*:##NULL>
14010 module search is `eval use JSON::MaybeXS; $a=decode_json`quote d `get https://fastapi.metacpan.org/v1/module/_search?size=5&q=`fact _urlencode `arg~~ .*~~; join(', ', (map {$_->{_source}{documentation}} $a->{hits}->{hits}->@*), ($a->{hits}{total} > 5?"...": ())) . " https://metacpan.org/search?q=".`quote d `fact _urlencode `arg~~~~
POE::Wheel::Sendfile, POE::Wheel::ReadWrite, POE::Wheel::ReadWrite, POE::Wheel::ReadWrite, POE::Wheel::ReadWrite, ... https://metacpan.org/search?q=readwrite%20wheel
revisions <*:##NULL>
15163 _be__get_list is `eval use JSON::MaybeXS qw/decode_json/; $bel= decode_json `quote d `fact factgrep ^_be_`arg!!!; return `quote d `fact _be__default!! unless (@$bel); @$bel = (@$bel, @$bel); join(', ', @$bel) =~ s/,/ or /r!
_be_pearl or _be_web, _be_brain, _be_paste, _be_kthx
revisions <*:##NULL>
15468 _get_dogecoin is `eval use JSON::MaybeXS qw/decode_json/; $d=decode_json `quote d `get https://dogechain.info/api/v1/address/`arg!/DPERLBoTrNT129x9uR65VSSxCKzYr7GTZd .*!!; $d->{`quote d `arg!!}!
0.00000000
revisions <*:##NULL>
11083 suggest is `eval use JSON::XS; $d=`quote d `call _google_suggest_json `arg~~~; $sug=decode_json $d; join '; ', map {s/\\u([0-9a-f])/"\x{$1}"/eigr;} $sug->[1]->@*~
ERROR: Wide character in subroutine entry at (IRC) line 1.
revisions <*:##NULL>
11078 google suggest is `eval use JSON::XS; $d=`quote d `fact _google_suggest_json `arg~~~; $sug=decode_json $d; join '; ', map {s/\\u([0-9a-f])/"\x{$1}"/eigr;} $sug->[1]->@*~
Not Available
revisions <*:##NULL>
8869 spellbook is [eval use List::Util qw"min max";if(($l,$i)=[arg d]=~/^\s*(\d+)\s+(\d+)\s*$/){"In nethack, with XL:$l, Int:$i, no lenses, chance for successfully reading uncursed spellbook depending on book level is: ".join(", ",map{"$_:".max(0,min(100,($i+4+int($l/2)-2*$_)*5))."%"}1..7)."."}else{"Usage: spellbook XL Int"}]
Not Available
revisions <*:##NULL>
15889 calc is {eval use Math::Calc::Parser; $e={quote d {arg}}; ''.Math::Calc::Parser->new->bignum(1)->evaluate($e)}
150.5185185185185185185185185185185185185204
revisions <*:##NULL>
15890 calcrat is {eval use Math::Calc::Parser; $e={quote d {arg}}; ''.Math::Calc::Parser->new->bigrat(1)->evaluate($e)}
Not Available
revisions <*:##NULL>
11314 htmleval is `eval use Mojo::DOM; use Mojo::DOM::CSS; $htmlraw = `quote d `get `fact _head `arg~~ .*~ ~; $html = Mojo::DOM->new($htmlraw)`fact _tail `arg~~ ~
Not Available
revisions <*:##NULL>
15916 reverse dictionary is `eval use ojo; my $q=j `quote d `get https://api.onelook.com/words?ml=`fact _urlencode `arg!!&qe=ml&md=dp&max=6&k=olthes_r4 .*!!; $q->[0]->{word}.": ".join ', ', map {$q->[$_]->{word} // ''} 1..5!
urge to kill: homicidal, homicidal urge, murderous, bloodlust, wanna
revisions <*:##NULL>
15965 intavg is `eval use POSIX "floor"; $s=$c=0; for (`arg d'=~/([-+.0-9A-Za-z]+)/g) { $s+=$_;$c++; } floor($s/$c);'
-7
revisions <*:##NULL>
14908 _getarg_perl_array is `eval use Text::ParseWords; my @words = shellwords(`quote d `arg!!); \@words!
["-s","events","async"]
revisions <*:##NULL>
12829 _get_domain is `eval use URI; $i=`quote d `arg!!; return URI->new($i)->host() if $i=~m|://|; $i!
Not Available
revisions <*:##NULL>
15025 factoidsurl is `eval use URI::Encode; sub e{URI::Encode::uri_encode$_[0],{encode_reserved=>1}}; $_=`quote d `arg &s!\`arg &c!!; m|^.*?([^.]+\.[^.]+)\\(.*?)$|; sprintf "https://factoids.perl.bot/%s/%s/list", e($1), e($2)!
https://factoids.perl.bot/libera.chat/%23%23NULL/list
revisions <*:##NULL>
15118 revisionsurl is `eval use URI::Encode; sub e{URI::Encode::uri_encode$_[0],{encode_reserved=>1}}; $_=`quote d `arg &s!\`arg &c!!; m|^.*?([^.]+\.[^.]+)\\(.*?)$|; sprintf "https://factoids.perl.bot/%s/%s/revisions?fact=%s", e($1), e($2), e(`quote d `arg!!)!
https://factoids.perl.bot/freenode.net/%23perl/revisions?fact=books
revisions <*:##NULL>
15023 searchurl is `eval use URI::Encode; sub e{URI::Encode::uri_encode$_[0],{encode_reserved=>1}}; $_=`quote d `arg &s!\`arg &c!!; m|^.*?([^.]+\.[^.]+)\\(.*?)$|; sprintf "https://factoids.perl.bot/%s/%s/search?q=%s", e($1), e($2), e(`quote d `arg!!)!
https://factoids.perl.bot/freenode.net/%23buubot/search?q=_be_
revisions <*:##NULL>
12660 blackface is [eval use utf8; $a=[quote d [arg]]||"Just another Unicode hacker"; $a =~ tr/a-zA-Z/𝖆-𝖟𝕬-𝖅/r]
Not Available
revisions <*:##NULL>
11973 blackletter is <eval use utf8; $_ = "<arg>" || "Just another Unicode hacker,"; tr/a-zA-Z/𝖆-𝖟𝕬-𝖅/r>
𝖈𝖆𝖓 𝖎 𝖗𝖊𝖆𝖉 𝖙𝖍𝖎𝖘?
revisions <*:##NULL>
11986 cursive is <eval use utf8; $_ = q{<arg>} || "Just another Unicode hacker,"; tr/BEFHILMRegoa-zA-Z/ℬℰℱℋℐℒℳℛℯℊℴ𝒶-𝓏𝒜-𝒵/r>
Not Available
revisions <*:##NULL>
13142 table flip is [eval use utf8; if (rand() >= 0.95) { "ノ┬─┬ノ ︵ (\\o°o)\\" } else {"(╯°□°)╯︵ ┻━┻"}]
(╯°□°)╯︵ ┻━┻
revisions <*:##NULL>
12649 fullwidth is <eval use utf8; q{<arg>} =~ y! \x20-\xef!\x{FFA0}\x{ff00}-\x{ffef}!r>
Justᅠanotherᅠunicodeᅠhacker.
revisions <*:##NULL>
15623 _urldecode is <eval use utf8; use URI::Encode qw/uri_decode/; uri_decode <quote d <arg>>;>
your mother
revisions <*:##NULL>
14962 _urlencode is <eval use utf8; use URI::Encode qw/uri_encode/; uri_encode <quote d <arg>>, {"encode_reserved", 1};>
catbdays%5B%5D
revisions <*:##NULL>
15152 twumpsez is `eval use v5.28;my$q=`quote d `twitter trump_owo `arg!!!;$q.=`quote d `arg!!;use Encode 'encode';use Digest::MD5 'md5_hex';my$arity=substr md5_hex(encode('utf8', fc $q)), 4, 4;$_=$q;my$p=`fact _prezsez_suffixes!; my$pf=$p->[hex($arity)%@$p];s/http/$pf. http/;s/>/> Mommy,/r!
<Trump_owo> Mommy, @JoeBiden Amy is wight: ouw democwacy depends on youw vote. And you don't have to wait untiw Novembew to cast youw bawwot. If you'we in Minnesota, head to No Collusion. https://t.co/Cl4d4bHas6 and make youw pwan to vote today.
revisions <*:##NULL>
4226 testeval is eval: "woot" revisions <*:##NULL>
11333 nambla is `eval "\x{1F468}\x{200D}\x{2764}\x{FE0F}\x{200D}\x{1F48B}\x{200D}\x{1F466}"~
Not Available
revisions <*:##NULL>
12931 nena is [eval '🎈' x 99]
Not Available
revisions <*:##NULL>
3945 gumbybrain: perlbot is EvanCarroll is revisions <*:##NULL>
10259 i think there were even example codes posted to revisions <*:##NULL>
11827 say "$_ is even" if $_% 2 == 0 ; revisions <*:##NULL>
4977 irule 37 is Even one positive comment about Japanese things can make you a weeaboo. revisions <*:##NULL>
4972 irule 32 is EVEN WITH CRUISE CONTROL YOU STILL HAVE TO STEER. revisions <*:##NULL>
5577 dead cats is every cat that is not alive, see live cats revisions <*:##NULL>
4982 irule 42 is Everything has been cracked and pirated. revisions <*:##NULL>
3583 so what do you know is Everything I know can be found at http://www.chrisangell.com/cgi-bin/botkeywords.cgi revisions <*:##NULL>
4685 rule 6 is evidently several people didn't read rule 3 revisions <*:##NULL>
6094 leroy jenkins programming is ew73> If 'Leroy Jenkins Programming' is not yet coined, I hereby coin it now. It shall mean: 'To do something frightfully stupid while people look on in horror, disgust, and varying degrees of rage.' revisions <*:##NULL>
8990 examples is examples have been demonstrated to be up to 5 time easier to understand when cats are involved revisions <*:##NULL>
15249 _be_florianbd_functions is except that you'd have to see how I organized my code. It's function based, the functions are in a giant database... revisions <*:##NULL>
3257 hubris is Excessive pride, the sort of thing Zeus zaps you for. Also the quality that makes you write (and maintain) programs that other people won't want to say bad things about. [Also, the thing that makes you write programs to do something that's already been done, because you believe you can do it better --- Wim.] Hence, the third great virtue of a programmer. revisions <*:##NULL>
13505 simcop2387 is exists to ruin jokes with "well, actually" | http://www.scp-wiki.net/scp-2387 revisions <*:##NULL>
14837 lube is expensive revisions <*:##NULL>
14370 toddandmargo: maybe you want: sub curlgetwebsite(…) is export(:curl) {…}; sub curlGetHeader(…) is export(:curl) {…}; ... use Foo :curl; revisions <*:##NULL>
11745 exporter is Exporter - make subroutines (or other symbols) available in "use"ing modules: package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux); revisions <*:##NULL>
4161 e&ep is Extending and Embedding Perl - http://www.manning.com/jenness/ revisions <*:##NULL>
14379 john 3:16 is ezekiel 23:20 revisions <*:##NULL>
5366 "meow" is f00bot: loleval VISIBLE "meow" revisions <*:##NULL>
5364 f00li5h-mortal is f00li5h revisions <*:##NULL>
8939 fmobile is f00li5h cant see github on his mobile due to some wierd https bs revisions <*:##NULL>
5528 snoop0x7b is f00li5h> ... gay sex ... snoop0x7b> Nebulam: I think they're kind of a pain in the ass revisions <*:##NULL>
8762 f00li5h is f00li5h is one of the larger #perl cats (see cats) who writes about coding and related things at f00li5h.pin21.com/#; f00li5h is distributed in the hope that it will be useful, but without any warranty and is provided "as is". <anno> f00li5h keeps a careful balance on the verge of serious cc Foal revisions <*:##NULL>
5426 seen f00li5h is f00li5h was last seen on #perl 2h 04m ago saying "meow" revisions <*:##NULL>
5471 fsoip is Face Stab over IP revisions <*:##NULL>
4057 water freeze at 4 degrees celsius is fact revisions <*:##NULL>
10443 $b is [fact $a]
Don't use $a or $b as variable names. Not even in examples. They are not normal variables and will not behave like normal variables. The only place they are cromulent is in a sort or List::Util block. Please see https://metacpan.org/pod/Perl::Critic::Policy::Community::DollarAB ; consider using $x, $y instead. | https://perldoc.perl.org/variables/$a
revisions <*:##NULL>
10446 $a xor $b is [fact $a]
Don't use $a or $b as variable names. Not even in examples. They are not normal variables and will not behave like normal variables. The only place they are cromulent is in a sort or List::Util block. Please see https://metacpan.org/pod/Perl::Critic::Policy::Freenode::DollarAB ; consider using $x, $y instead. | https://perldoc.pl/variables/$a
revisions <*:##NULL>
10445 $a or $b is [fact $a]
Not Available
revisions <*:##NULL>
10444 $a and $b is [fact $a]
Not Available
revisions <*:##NULL>
13840 foxnews is [fact [8ball fakenews, or theonion] [arg]]
Not Available
revisions <*:##NULL>
14169 dearleadersez is [fact [8ball prezsez, or kimjongsez] [arg]]
<Donald J. Trump> To all of our supporters: thank you from the bottom of my heart. You have been there from the beginning, and I will never let you down. Your hopes are my hopes, your dreams are my dreams, and your future is what I am fighting for every single day! My fake tax returns were obtained illegally.. https://t.co/gsFSghkmdM https://t.co/fLek4keQ1t
revisions <*:##NULL>
8031 /achieve is <fact achieve>
Step back. Explain what you're trying to achieve.
revisions <*:##NULL>
8277 help alias is [fact add an alias]
Not Available
revisions <*:##NULL>
8484 alias is [fact add an alias [arg]]
use the new mkalias command: mkalias foo <- bar
revisions <*:##NULL>
10674 addresses is [fact address]
Not Available
revisions <*:##NULL>
15273 factoid is [fact a factoid [arg]]
a factoid is a short fact
revisions <*:##NULL>
15272 factoids is [fact a factoid [arg]]
a factoid is a short fact
revisions <*:##NULL>
13472 ae is [fact anyevent [arg]]
<mst> we don't support AnyEvent. it's shit and the author is insane. | Use ANY other event system, and you'll be much happier. See async.
revisions <*:##NULL>
12190 archlinux is [fact arch broken perl]
Not Available
revisions <*:##NULL>
13884 asciimoji is [fact asciiemoji [arg]]
ಠ_ಠ
revisions <*:##NULL>
9246 perl elements to avoid is [fact bad elements [arg]]
Not Available
revisions <*:##NULL>
9247 perl bad elements is [fact bad elements [arg]]
Not Available
revisions <*:##NULL>
12962 use base is [fact base [arg]]
Not Available
revisions <*:##NULL>
12601 crypt is [fact bcrypt]
Not Available
revisions <*:##NULL>
15408 benoit b mandlebrot is [fact benoit b. mandlebrot [arg]]
Not Available
revisions <*:##NULL>
10511 bikeshed is [fact bike shed]
bike shed is http://en.wikipedia.org/wiki/Color_of_the_bikeshed
revisions <*:##NULL>
12487 compose <echo macro bitcoin is ~<fact bitcoin> ~get http://blockchain.info/q/addressbalance/1PerLBotTtCGH4bhopJqFWY1m5BrCW6At2?confirmations=6``> revisions <*:##NULL>
13242 book is [fact books [arg]]
For Perl books see http://books.perl.org/ and http://perl-begin.org/books/ . Especially see the Modern Perl factoid and perl-tutorial.org
revisions <*:##NULL>
12918 perl books is [fact books [arg]]
Not Available
revisions <*:##NULL>
15451 lp is [fact bp] revisions <*:##NULL>
8294 begperl is [fact bp [arg]]
Not Available
revisions <*:##NULL>
9669 beginning perl is [fact bp [arg]]
Please use Curtis "Ovid" Poe's "Beginning Perl" published by Wrox if you need a beginner's book. Alternatives for people who already know programming: "Modern Perl" (see mp) and "Programming Perl" (O'Reilly). The original "Beginning Perl" and O'Reilly's "Learning Perl" are outdated. | http://perl-tutorial.org/rejected/learning_perl_6th/
revisions <*:##NULL>
10719 can't use cpan is [fact but i can't use cpan]
http://shadowcat.co.uk/blog/matt-s-trout/but-i-cant-use-cpan/ | Please tell us what restrictions you are working with so we can best help you make your life easier with CPAN!
revisions <*:##NULL>
11789 but i cant use cpan is [fact But I can't use CPAN]
http://shadowcat.co.uk/blog/matt-s-trout/but-i-cant-use-cpan/ | Please tell us what restrictions you are working with so we can best help you make your life easier with CPAN!
revisions <*:##NULL>
14969 kittens is [fact cats [arg]]
Not Available
revisions <*:##NULL>
9224 chuck norris is [fact chuck norris facts [arg]]
http://www.chucknorrisfacts.com/ ; http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/
revisions <*:##NULL>
11762 cpanminus is [fact cpanm]
https://perldoc.perl.org/-m
revisions <*:##NULL>
8483 database is [fact databases [arg]]
Any collection of data with a fast (i,e: less than a linear, item-by-item, search) lookup - see http://perl-begin.org/uses/databases/ .
revisions <*:##NULL>
10861 pgtap is [fact database testing]
Not Available
revisions <*:##NULL>
10860 mytap is [fact database testing]
Not Available
revisions <*:##NULL>
8825 debugging is [fact debugger [arg]]
Not Available
revisions <*:##NULL>
8826 debug is [fact debugger [arg]]
perldoc perldebug, perldoc perldebtut, http://www.perl.com/pub/a/2006/04/06/debugger.html , http://perl-begin.org/topics/debugging/
revisions <*:##NULL>
12723 clone is [fact deepcopy [arg]]
Clone, Data::Clone, Storable::dclone, Sereal::Dclone
revisions <*:##NULL>
12724 dclone is [fact deepcopy [arg]]
Not Available
revisions <*:##NULL>
9059 do_you really is [fact do_you [arg]]
Not Available
revisions <*:##NULL>
9058 Do you is [fact do_you [arg]]
Not Available
revisions <*:##NULL>
9284 dwim perl is [fact dwimperl [arg]]
Not Available
revisions <*:##NULL>
11879 dist::zilla is [fact dzil]
Not Available
revisions <*:##NULL>
12144 perl unicode mantra is [fact encoding mantra]
Not Available
revisions <*:##NULL>
11733 event loops is [fact events]
Asynchronous event-driven IO is awesome in Perl with POE, IO::Async, IO::Lambda, Mojo::IOLoop, Reflex among others; made nicer using Future, Mojo::Promise, or Promises
revisions <*:##NULL>
16169 async is [fact events [arg]]
Asynchronous event-driven IO is awesome in Perl with POE, IO::Async, IO::Lambda, Mojo::IOLoop, Reflex among others; made nicer using Future, Mojo::Promise, or Promises and Future::AsyncAwait
revisions <*:##NULL>
11746 export is [fact exporter]
Exporter - make subroutines (or other symbols) available in "use"ing modules: package Foo; use strict; use warnings; use Exporter 'import'; our @EXPORT_OK = qw(bar baz quux);
revisions <*:##NULL>
11747 exporting is [fact exporter]
Not Available
revisions <*:##NULL>
15183 _prezsez__suffixes is `fact factgrep --val ^_prezsez_suf_!
["$750? Fake News. I paid less.","Collusion isn't illegal","Collusion isn't a Crime","It's my election and I'll win if I want to","Fake News","No Collusion","Praise Putin","Truth isn't Truth","Voter fraud","It is what it is","Witch Hunt"]
revisions <*:##NULL>
15283 farnsworth: is [fact farnsworth [arg]]
revisions <*:##NULL>
14131 fatpack is [fact fatpacker [arg]]
http://metacpan.org/pod/App::FatPacker - pack your dependencies onto your script file
revisions <*:##NULL>
15647 degrees euro is [fact felsius [arg]]
Degrees Euro, or Felsius, is https://xkcd.com/1923/
revisions <*:##NULL>
15650 xkcd temperature is [fact felsius [arg]]
Not Available
revisions <*:##NULL>
15648 °€ is [fact felsius [arg]]
Not Available
revisions <*:##NULL>
15649 xkcd temp is [fact felsius [arg]]
Not Available
revisions <*:##NULL>
10438 file::find is [fact file-find]
Not Available
revisions <*:##NULL>
10636 filehandle is [fact file handles]
Don't use 'open FH, ... ', write: 'open my $fh, ...'. See http://en.wikibooks.org/wiki/Perl_Programming/Filehandles
revisions <*:##NULL>
13143 table flop is [fact fix table [arg]]
┬──┬◡ノ(° -°ノ)
revisions <*:##NULL>
13199 bar is [fact foo [arg]]
bar
revisions <*:##NULL>
15201 formats is [fact format [arg]]
Not Available
revisions <*:##NULL>
13181 ftp must die is [fact ftp [arg]]
Not Available
revisions <*:##NULL>
13139 look of disapproval is [fact glare [arg]]
ಠ_ಠ
revisions <*:##NULL>
14792 global thermonuclear war is [fact Global Thermal Nuclear War [arg]]
Not Available
revisions <*:##NULL>
15513 hard problems is [fact hard things [arg]]
there's only two hard things in computer science: naming things, cache invalidation, and off by one errors
revisions <*:##NULL>
10398 hashes is [fact hash]
known as an associative array, map or dictionary (but don't call it that in perl contexts), a hash is a data structure that maps strings to scalars. See http://perl-begin.org/topics/hashes/ .
revisions <*:##NULL>
12923 lo is [fact hi [arg]]
Not Available
revisions <*:##NULL>
8534 myownfoo is [fact hi [arg]]
Not Available
revisions <*:##NULL>
11675 _set_hash is `fact _hireme_hash is `eval use Data::Dumper; <fact _hireme_hash>; Data::Dumper->Dump([{`quote d `arg &n~~ => 1, %$hireme}], ['hireme'])~~
Not Available
revisions <*:##NULL>
9354 hireme is <fact [hireme] =~ s/$/, <arg &n>/>
Not Available
revisions <*:##NULL>
8043 higher order perl is [fact hop]
Not Available
revisions <*:##NULL>
11857 parse html is [fact html]
Not Available
revisions <*:##NULL>
11310 htmleval: is [fact htmleval [arg]]
Not Available
revisions <*:##NULL>
9678 lingo is [fact hyperpolyglot]
http://hyperpolyglot.org/scripting
revisions <*:##NULL>
14829 ides is [fact IDE [arg]]
Not Available
revisions <*:##NULL>
11319 i just need is [fact I just want]
Not Available
revisions <*:##NULL>
8867 perlmagick is [fact imagemagick]
Not Available
revisions <*:##NULL>
9120 set inc is [fact @INC]
To change @INC (perldoc perlvar), 'use lib' (perldoc lib), or use the -I option to perl (perldoc perlrun), or set the PERLLIB or PERL5LIB environment variables (perldoc perlrun), or recompile perl. See also local::lib for making installing modules to a custom @INC easier
revisions <*:##NULL>
11817 irc bot is [fact irc]
Don't parse IRC with regex! See Bot::BasicBot (and Bot::BotBasic::Pluggable), POE::Component::IRC, Net::Async::IRC, Mojo::IRC, or Parse::IRC. Avoid Net::IRC. | http://xkcd.com/1782/ | If you must use TCP directly, take a look at POE::Filter::IRC or Parse::IRC for parsing.
revisions <*:##NULL>
11816 ircbot is [fact irc]
Not Available
revisions <*:##NULL>
7820 it didn't work is [fact it doesn't work]
Not Available
revisions <*:##NULL>
7783 jerk it!! is [fact jerk it]
Unquoted string "irc" may clash with future reserved word at (IRC) line 1. Unquoted string "perl" may clash with future reserved word at (IRC) line 1. Unquoted string "org" may clash with future reserved word at (IRC) line 1. Unquoted string "bin" may clash with future reserved word at (IRC) line 1. Unquoted string "jerkcity" may clash with future reserved word at (IRC) line 1. Unquoted string "cgi" may clash with future reserved word at (IRC) line 1. ERROR: Unknown regexp modifier "/w" at (IRC) line 1, at end of line Unknown regexp modifier "/w" at (IRC) line 1, at end of line Unknown regexp modifier "/w" at (IRC) line 1, at end of line
revisions <*:##NULL>
7782 jerk it! is [fact jerk it]
Not Available
revisions <*:##NULL>
10777 joel on utf-8 is [fact joel on unicode]
Not Available
revisions <*:##NULL>
13798 dprksez is [fact kimjongsez [arg]]
<DPRK News Service> US Minster of Urban Development Ben Carson tests positive for karma https://t.co/cfTdJ9zVf4
revisions <*:##NULL>
12733 alert is [fact klaxon [arg]]
Not Available
revisions <*:##NULL>
13961 lib::relative is [fact lib relative [arg]]
Not Available
revisions <*:##NULL>
14831 tidy is [fact lint [arg]]
Not Available
revisions <*:##NULL>
6231 jfci is <fact lmctfy <arg>>
Not Available
revisions <*:##NULL>
6188 jfgi is <fact lmgtfy <arg>>
Not Available
revisions <*:##NULL>
12725 man ln is [fact ln]
Not Available
revisions <*:##NULL>
12730 cp is [fact ln [arg]]
Not Available
revisions <*:##NULL>
12638 mkalias is [fact ln [arg]]
Not Available
revisions <*:##NULL>
11287 .bashrc local::lib is [fact local::lib .bashrc]
If CPAN set up your local::lib and can't find the modules it installs, remove the lines it added to .bashrc and add the line: [ $SHLVL -eq 1 ] && eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
revisions <*:##NULL>
14470 logs is [fact logging [arg]]
Mojo::Log for minimalism, Log4perl for maximum overkill, Log::Any for anything in between | Log::Dispatch, Log::Dispatchouli, Log::Contextual
revisions <*:##NULL>
14469 log is [fact logging [arg]]
Mojo::Log for minimalism, Log4perl for maximum overkill, Log::Any for anything in between | Log::Dispatch, Log::Dispatchouli, Log::Contextual
revisions <*:##NULL>
14127 recurse is [fact macro recurse is \[ [fact recurse] \] ]
Not Available
revisions <*:##NULL>
10409 method madness is [fact madness with methods]
Not Available
revisions <*:##NULL>
15893 cpanm is [fact -m [arg]]
https://perldoc.perl.org/-m
revisions <*:##NULL>
8661 mastering regexes is [fact Mastering Regular Expressions [arg]]
Not Available
revisions <*:##NULL>
10835 email regex is [fact matching email addresses]
Not Available
revisions <*:##NULL>
13896 migrations is [fact migration [arg]]
Not Available
revisions <*:##NULL>
13893 db migration is [fact migration [arg]]
Not Available
revisions <*:##NULL>
14584 strptime is [fact mktime]
Not Available
revisions <*:##NULL>
12698 schmorp is [fact MLEHMANN [arg]]
Actively breaks interoperability with modules he doesn't like, refuses to use public bugtracking, and adds opinionated rants to module documentation. Now writes modules for his own special perl. Use his modules at your own risk. Also see http://schplog.schmorp.de/2015-06-06-stableperl-faq.html
revisions <*:##NULL>
11244 mojo is [fact mojolicious]
A next generation pure-perl web framework for Perl, with first-class async and WebSocket support, and no non-core dependencies. Includes many tools useful for working with the web, like Mojo::DOM, Mojo::URL, Mojo::JSON, an event loop Mojo::IOLoop, and a simple object system Mojo::Base. http://mojolicio.us/
revisions <*:##NULL>
13365 any::moose is [fact mouse [arg]]
Not Available
revisions <*:##NULL>
9808 new-factoid is <fact-name> is <fact> revisions <*:##NULL>
14642 oneliners is [fact one liner] | https://catonmat.net/ftp/perl1line.txt revisions <*:##NULL>
12709 one liners is [fact oneliners [arg]]
[fact one liner] | https://catonmat.net/ftp/perl1line.txt
revisions <*:##NULL>
10876 parser is [fact parsing]
for complex grammars, use a parser generator such as Parser::MGC, Marpa::R2, Regexp::Grammars, Pegex or one of these: http://www.nntp.perl.org/group/perl.module-authors/2009/09/msg7844.html ; or a specialized parser such as an HTML, XML, JSON or CSV parser ; also see http://perl-begin.org/uses/text-parsing/
revisions <*:##NULL>
12447 pastebin is <fact paste>
Paste your code to the new https://l.perl.bot/#perl or http://paste.scsys.co.uk/ or https://gist.github.com/ | see allowpaste plugin as an op to control the pastebin in your channel
revisions <*:##NULL>
14442 perl 6 is [fact perl6 [arg]]
a language in the same family as perl5. It is not meant to replace or succeed perl5. perl5 continues to be updated and maintained as usual since the raku release. an introduction to raku: https://raku.guide/ the raku irc channel on libera is #raku. Formerly known as perl6
revisions <*:##NULL>
13437 learn perlbrew is [fact perlbrew [arg]]
Not Available
revisions <*:##NULL>
10953 perl-build is [fact Perl::Build]
perl-build, the part of perlbrew that builds and installs a perl, without the installation switching wheels. Useful for installing a perl for a specific application or systemwide use, or to avoid messing with the system perl. http://p3rl.org/perl-build
revisions <*:##NULL>
13185 critic is [fact perlcritic [arg]]
a highly configurable and extensible Perl source code analyzer. Comes with policies based on Perl Best Practices (PBP); but see http://p3rl.org/Perl::Critic::Community for our recommendations.
revisions <*:##NULL>
13184 perl critic is [fact perlcritic [arg]]
Not Available
revisions <*:##NULL>
10951 environment is [fact perl env]
Not Available
revisions <*:##NULL>
10694 bind values is [fact placeholders]
Not Available
revisions <*:##NULL>
10360 psgi is [fact plack]
http://plackperl.org/ - an interface between Perl web applications and web servers (inspired by Python's WSGI and Ruby's Rack).
revisions <*:##NULL>
13830 premature generalization is [fact premature generalisation [arg]]
Not Available
revisions <*:##NULL>
14493 po is [fact premature optimization [arg]]
Not Available
revisions <*:##NULL>
14492 premopt is [fact premature optimization [arg]]
Not Available
revisions <*:##NULL>
13787 prez sez is [fact prezsez [arg]]
Not Available
revisions <*:##NULL>
14626 dotardinchief is [fact prezsez [arg]]
Not Available
revisions <*:##NULL>
10758 pp is [fact programming perl]
"Programming Perl" by O'Reilly, if you get a recent edition, is a good alternative for people who already know some programming
revisions <*:##NULL>
10722 prototype is [fact prototypes]
please don't write sub name_of_sub (...) { - it's almost certainly not what you want, just do sub name_of_sub { ... } - see http://ow.ly/RknZs for a detailed explanation of why. To do it properly see "Signatures" in perlsub. If you're on an older perl you can do it with "signatures", "Function::Parameters" from CPAN.
revisions <*:##NULL>
13966 prototypes, i dare you is [fact prototypes [arg]]
Not Available
revisions <*:##NULL>
14579 perl6 is [fact raku [arg]]
a language in the same family as perl5. It is not meant to replace or succeed perl5. perl5 continues to be updated and maintained as usual since the raku release. an introduction to raku: https://raku.guide/ the raku irc channel on libera is #raku. Formerly known as perl6
revisions <*:##NULL>
10914 refs is [fact references]
For information about references in perl, see the built-in perldocs: http://p3rl.org/REF , or if that fails: http://perl-begin.org/topics/references/ . | http://mvp.kablamo.org/basics/references/
revisions <*:##NULL>
14360 ref is [fact references]
For information about references in perl, see the built-in perldocs: http://p3rl.org/REF , or if that fails: http://perl-begin.org/topics/references/ . | http://mvp.kablamo.org/basics/references/
revisions <*:##NULL>
14369 regexp is [fact regex [arg]]
Error: unmatched opening parenthesis in compose
revisions <*:##NULL>
11859 review is [fact reviews [arg]]
Not Available
revisions <*:##NULL>
7877 whosaid is <fact revisions <arg>>
Not Available
revisions <*:##NULL>
5922 revision is [fact revisions [arg]]
revisions <*:##NULL>
16104 redhat is [fact rhel [arg]]
in need of perl-core and/or perl-devel if you can't get expected things to work.
revisions <*:##NULL>
10593 rosh katan is [fact rosh gadol]
Not Available
revisions <*:##NULL>
10594 rosh qatan is [fact rosh gadol]
Not Available
revisions <*:##NULL>
13439 search.cpan.org is [fact sco [arg]]
Not Available
revisions <*:##NULL>
8578 my is [fact scoping [arg]]
No factoid found. Did you mean one of these: [scoping] [shabang] [shebang] [spongebob] [coping] [scottmc] [spino] [spinner] [moving perl] [open source]
revisions <*:##NULL>
12794 coping with scoping is [fact scoping [arg]]
Coping with Scoping - http://perl.plover.com/FAQs/Namespaces.html | https://github.com/mvanwinkleias/perl_tutorials/blob/master/MyOurLocalTutorial.pod | http://www.stonehenge.com/merlyn/UnixReview/col46.html
revisions <*:##NULL>
8760 send email is [fact sending email [arg]]
Not Available
revisions <*:##NULL>
11029 serialisation is [fact serialization]
Not Available
revisions <*:##NULL>
9382 set @inc is [fact set inc [arg]]
Not Available
revisions <*:##NULL>
9278 shlomif flickr is [fact shlomif photos [arg]]
Not Available
revisions <*:##NULL>
9280 rindolf photos is [fact shlomif photos [arg]]
Not Available
revisions <*:##NULL>
9279 rindolf flickr is [fact shlomif photos [arg]]
Not Available
revisions <*:##NULL>
13745 read entire file is [fact slurp [arg]]
Not Available
revisions <*:##NULL>
13282 perlbot is [fact source]
check out my insides http://github.com/perlbot/perlbuut/ | Perl's source code can be found at https://github.com/Perl/perl5 | If you're after an eval server look at App::EvalServer and App::EvalServerAdvanced on CPAN, also check out nsjail for a more generic sandbox https://github.com/google/nsjail | Also check out the rest of the perlbot projects at https://github.com/perlbot/
revisions <*:##NULL>
10380 sql injection is [fact sql injections]
Avoid interpolating arbitrary text into SQL statements - see http://en.wikipedia.org/wiki/SQL_injection ; use placeholders, also see Text/Markup injection - http://shlomif-tech.livejournal.com/35301.html .
revisions <*:##NULL>
14072 stack overflow is [fact stackoverflow]
Not Available
revisions <*:##NULL>
13475 schwartz is [fact st [arg]]
Not Available
revisions <*:##NULL>
13474 schwartzian is [fact st [arg]]
Not Available
revisions <*:##NULL>
10813 survey is [fact surveys]
Survey-like questions such as "Does anyone use XXX?" or "Who here has done YYY?" are not very good in #perl -- it is usually much better to actually describe the problem you are trying to solve. See also <perfect question> and <xy problem>
revisions <*:##NULL>
11331 sudo cpan is [fact system perl]
If your system perl is managed by a package manager, avoid using a CPAN installer to globally update or install perl modules. See local::lib to install CPAN modules locally, or perl-build/perlbrew/plenv to install a separate version of perl.
revisions <*:##NULL>
12734 🌮 is [fact taco [arg]]
Not Available
revisions <*:##NULL>
11478 @ is [fact tell [fact head [arg]] about [fact tail [arg]]]
Not Available
revisions <*:##NULL>
10688 templating system is [fact template]
Not Available
revisions <*:##NULL>
10686 templates is [fact template]
Not Available
revisions <*:##NULL>
10687 templating is [fact template]
Template Toolkit, Text::Template, Petal, ClearSilver, Text::Xslate, HTML::Zoom, Mojo::Template, Template::Pure. Avoid HTML::Template which is buggy and quirky.
revisions <*:##NULL>
9797 tus is [fact the usual stuff [arg]]
Not Available
revisions <*:##NULL>
8337 usual stuff is [fact the usual stuff [arg]]
use strict; use warnings; «open(my $tmp, '<', $file) or die $!» not «open(TMP, $file)», «sub {» not «sub () {», «call_this()» not «&call_this», «Class->new(@args)» not «new Class(@args)»
revisions <*:##NULL>
13484 the usual is [fact the usual stuff [arg]]
use strict; use warnings; «open(my $tmp, '<', $file) or die $!» not «open(TMP, $file)», «sub {» not «sub () {», «call_this()» not «&call_this», «Class->new(@args)» not «new Class(@args)»
revisions <*:##NULL>
8460 centos is `fact thissucks centos~
Not Available
revisions <*:##NULL>
12186 thread is [fact threads]
Not Available
revisions <*:##NULL>
15115 _update_tld_list is `fact _tld_list is `eval $_=`quote d `get http://data.iana.org/TLD/tlds-alpha-by-domain.txt .*!!;s/#.*//g;s/\n/ /g;s/^ //;"qw/$_/"!!
Stored _tld_list is qw/AAA AARP ABARTH ABB ABBOTT ABBVIE ABC ABLE ABOGADO ABUDHABI AC ACADEMY ACCENTURE ACCOUNTANT ACCOUNTANTS ACO ACTOR AD ADAC ADS ADULT AE AEG AERO AETNA AF AFAMILYCOMPANY AFL AFRICA AG AGAKHAN AGENCY AI AIG AIRBUS AIRFORCE AIRTEL AKDN AL ALFAROMEO ALIBABA ALIPAY ALLFINANZ ALLSTATE ALLY ALSACE ALSTOM AM AMAZON AMERICANEXPRESS AMERICANFAMILY AMEX AMFAM AMICA AMSTERDAM ANALYTICS ANDROID ANQUAN ANZ AO AOL APARTMENTS APP APPLE AQ AQUARELLE AR ARAB ARAMCO ARCHI ARMY ARPA ART ARTE AS ASDA ASIA ASSOCIATES AT ATHLETA ATTORNEY AU AUCTION AUDI AUDIBLE AUDIO AUSPOST AUTHOR AUTO AUTOS AVIANCA AW AWS AX AXA AZ AZURE BA BABY BAIDU BANAMEX BANANAREPUBLIC BAND BANK BAR BARCELONA BARCLAYCARD BARCLAYS BAREFOOT BARGAINS BASEBALL BASKETBALL BAUHAUS BAYERN BB BBC BBT BBVA BCG BCN BD BE BEATS BEAUTY BEER BENTLEY BERLIN BEST BESTBUY BET BF BG BH BHARTI BI BIBLE BID BIKE BING BINGO BIO BIZ BJ BLACK BLACKFRIDAY BLOCKBUSTER BLOG BLOOMBERG BLUE BM BMS BMW BN BNPPARIBAS BO BOATS BOEHRINGER BOFA BOM BOND BOO BOOK BOOKING BOSCH BOSTIK BOSTON BOT BOUTIQUE BOX BR BRADESCO BRIDGESTONE BROADWAY BROKER BROTHER BRUSSELS BS BT BUDAPEST BUGATTI BUILD BUILDERS BUSINESS BUY BUZZ BV BW BY BZ BZH CA CAB CAFE CAL CALL CALVINKLEIN CAM CAMERA CAMP CANCERRESEARCH CANON CAPETOWN CAPITAL CAPITALONE CAR CARAVAN CARDS CARE CAREER CAREERS CARS CASA CASE CASEIH CASH CASINO CAT CATERING CATHOLIC CBA CBN CBRE CBS CC CD CEB CENTER CEO CERN CF CFA CFD CG CH CHANEL CHANNEL CHARITY CHASE CHAT CHEAP CHINTAI CHRISTMAS CHROME CHURCH CI CIPRIANI CIRCLE CISCO CITADEL CITI CITIC CITY CITYEATS CK CL CLAIMS CLEANING CLICK CLINIC CLINIQUE CLOTHING CLOUD CLUB CLUBMED CM CN CO COACH CODES COFFEE COLLEGE COLOGNE COM COMCAST COMMBANK COMMUNITY COMPANY COMPARE COMPUTER COMSEC CONDOS CONSTRUCTION CONSULTING CONTACT CONTRACTORS COOKING COOKINGCHANNEL COOL COOP CORSICA COUNTRY COUPON COUPONS COURSES CPA CR CREDIT CREDITCARD CREDITUNION CRICKET CROWN CRS CRUISE CRUISES CSC CU CUISINELLA CV CW CX CY CYMRU CYOU CZ DABUR DAD DANCE DATA DATE DATING DATSUN DAY DCLK DDS DE DEAL DEALER DEALS DEGREE DELIVERY DELL DELOITTE DELTA DEMOCRAT DENTAL DENTIST DESI DESIGN DEV DHL DIAMONDS DIET DIGITAL DIRECT DIRECTORY DISCOUNT DISCOVER DISH DIY DJ DK DM DNP DO DOCS DOCTOR DOG DOMAINS DOT DOWNLOAD DRIVE DTV DUBAI DUCK DUNLOP DUPONT DURBAN DVAG DVR DZ EARTH EAT EC ECO EDEKA EDU EDUCATION EE EG EMAIL EMERCK ENERGY ENGINEER ENGINEERING ENTERPRISES EPSON EQUIPMENT ER ERICSSON ERNI ES ESQ ESTATE ET ETISALAT EU EUROVISION EUS EVENTS EXCHANGE EXPERT EXPOSED EXPRESS EXTRASPACE FAGE FAIL FAIRWINDS FAITH FAMILY FAN FANS FARM FARMERS FASHION FAST FEDEX FEEDBACK FERRARI FERRERO FI FIAT FIDELITY FIDO FILM FINAL FINANCE FINANCIAL FIRE FIRESTONE FIRMDALE FISH FISHING FIT FITNESS FJ FK FLICKR FLIGHTS FLIR FLORIST FLOWERS FLY FM FO FOO FOOD FOODNETWORK FOOTBALL FORD FOREX FORSALE FORUM FOUNDATION FOX FR FREE FRESENIUS FRL FROGANS FRONTDOOR FRONTIER FTR FUJITSU FUJIXEROX FUN FUND FURNITURE FUTBOL FYI GA GAL GALLERY GALLO GALLUP GAME GAMES GAP GARDEN GAY GB GBIZ GD GDN GE GEA GENT GENTING GEORGE GF GG GGEE GH GI GIFT GIFTS GIVES GIVING GL GLADE GLASS GLE GLOBAL GLOBO GM GMAIL GMBH GMO GMX GN GODADDY GOLD GOLDPOINT GOLF GOO GOODYEAR GOOG GOOGLE GOP GOT GOV GP GQ GR GRAINGER GRAPHICS GRATIS GREEN GRIPE GROCERY GROUP GS GT GU GUARDIAN GUCCI GUGE GUIDE GUITARS GURU GW GY HAIR HAMBURG HANGOUT HAUS HBO HDFC HDFCBANK HEALTH HEALTHCARE HELP HELSINKI HERE HERMES HGTV HIPHOP HISAMITSU HITACHI HIV HK HKT HM HN HOCKEY HOLDINGS HOLIDAY HOMEDEPOT HOMEGOODS HOMES HOMESENSE HONDA HORSE HOSPITAL HOST HOSTING HOT HOTELES HOTELS HOTMAIL HOUSE HOW HR HSBC HT HU HUGHES HYATT HYUNDAI IBM ICBC ICE ICU ID IE IEEE IFM IKANO IL IM IMAMAT IMDB IMMO IMMOBILIEN IN INC INDUSTRIES INFINITI INFO ING INK INSTITUTE INSURANCE INSURE INT INTEL INTERNATIONAL INTUIT INVESTMENTS IO IPIRANGA IQ IR IRISH IS ISMAILI IST ISTANBUL IT ITAU ITV IVECO JAGUAR JAVA JCB JCP JE JEEP JETZT JEWELRY JIO JLL JM JMP JNJ JO JOBS JOBURG JOT JOY JP JPMORGAN JPRS JUEGOS JUNIPER KAUFEN KDDI KE KERRYHOTELS KERRYLOGISTICS KERRYPROPERTIES KFH KG KH KI KIA KIM KINDER KINDLE KITCHEN KIWI KM KN KOELN KOMATSU KOSHER KP KPMG KPN KR KRD KRED KUOKGROUP KW KY KYOTO KZ LA LACAIXA LAMBORGHINI LAMER LANCASTER LANCIA LAND LANDROVER LANXESS LASALLE LAT LATINO LATROBE LAW LAWYER LB LC LDS LEASE LECLERC LEFRAK LEGAL LEGO LEXUS LGBT LI LIDL LIFE LIFEINSURANCE LIFESTYLE LIGHTING LIKE LILLY LIMITED LIMO LINCOLN LINDE LINK LIPSY LIVE LIVING LIXIL LK LLC LLP LOAN LOANS LOCKER LOCUS LOFT LOL LONDON LOTTE LOTTO LOVE LPL LPLFINANCIAL LR LS LT LTD LTDA LU LUNDBECK LUPIN LUXE LUXURY LV LY MA MACYS MADRID MAIF MAISON MAKEUP MAN MANAGEMENT MANGO MAP MARKET MARKETING MARKETS MARRIOTT MARSHALLS MASERATI MATTEL MBA MC MCKINSEY MD ME MED MEDIA MEET MELBOURNE MEME MEMORIAL MEN MENU MERCKMSD MG MH MIAMI MICROSOFT MIL MINI MINT MIT MITSUBISHI MK ML MLB MLS MM MMA MN MO MOBI MOBILE MODA MOE MOI MOM MONASH MONEY MONSTER MORMON MORTGAGE MOSCOW MOTO MOTORCYCLES MOV MOVIE MP MQ MR MS MSD MT MTN MTR MU MUSEUM MUTUAL MV MW MX MY MZ NA NAB NAGOYA NAME NATIONWIDE NATURA NAVY NBA NC NE NEC NET NETBANK NETFLIX NETWORK NEUSTAR NEW NEWHOLLAND NEWS NEXT NEXTDIRECT NEXUS NF NFL NG NGO NHK NI NICO NIKE NIKON NINJA NISSAN NISSAY NL NO NOKIA NORTHWESTERNMUTUAL NORTON NOW NOWRUZ NOWTV NP NR NRA NRW NTT NU NYC NZ OBI OBSERVER OFF OFFICE OKINAWA OLAYAN OLAYANGROUP OLDNAVY OLLO OM OMEGA ONE ONG ONL ONLINE ONYOURSIDE OOO OPEN ORACLE ORANGE ORG ORGANIC ORIGINS OSAKA OTSUKA OTT OVH PA PAGE PANASONIC PARIS PARS PARTNERS PARTS PARTY PASSAGENS PAY PCCW PE PET PF PFIZER PG PH PHARMACY PHD PHILIPS PHONE PHOTO PHOTOGRAPHY PHOTOS PHYSIO PICS PICTET PICTURES PID PIN PING PINK PIONEER PIZZA PK PL PLACE PLAY PLAYSTATION PLUMBING PLUS PM PN PNC POHL POKER POLITIE PORN POST PR PRAMERICA PRAXI PRESS PRIME PRO PROD PRODUCTIONS PROF PROGRESSIVE PROMO PROPERTIES PROPERTY PROTECTION PRU PRUDENTIAL PS PT PUB PW PWC PY QA QPON QUEBEC QUEST QVC RACING RADIO RAID RE READ REALESTATE REALTOR REALTY RECIPES RED REDSTONE REDUMBRELLA REHAB REISE REISEN REIT RELIANCE REN RENT RENTALS REPAIR REPORT REPUBLICAN REST RESTAURANT REVIEW REVIEWS REXROTH RICH RICHARDLI RICOH RIL RIO RIP RMIT RO ROCHER ROCKS RODEO ROGERS ROOM RS RSVP RU RUGBY RUHR RUN RW RWE RYUKYU SA SAARLAND SAFE SAFETY SAKURA SALE SALON SAMSCLUB SAMSUNG SANDVIK SANDVIKCOROMANT SANOFI SAP SARL SAS SAVE SAXO SB SBI SBS SC SCA SCB SCHAEFFLER SCHMIDT SCHOLARSHIPS SCHOOL SCHULE SCHWARZ SCIENCE SCJOHNSON SCOT SD SE SEARCH SEAT SECURE SECURITY SEEK SELECT SENER SERVICES SES SEVEN SEW SEX SEXY SFR SG SH SHANGRILA SHARP SHAW SHELL SHIA SHIKSHA SHOES SHOP SHOPPING SHOUJI SHOW SHOWTIME SHRIRAM SI SILK SINA SINGLES SITE SJ SK SKI SKIN SKY SKYPE SL SLING SM SMART SMILE SN SNCF SO SOCCER SOCIAL SOFTBANK SOFTWARE SOHU SOLAR SOLUTIONS SONG SONY SOY SPACE SPORT SPOT SPREADBETTING SR SRL SS ST STADA STAPLES STAR STATEBANK STATEFARM STC STCGROUP STOCKHOLM STORAGE STORE STREAM STUDIO STUDY STYLE SU SUCKS SUPPLIES SUPPLY SUPPORT SURF SURGERY SUZUKI SV SWATCH SWIFTCOVER SWISS SX SY SYDNEY SYSTEMS SZ TAB TAIPEI TALK TAOBAO TARGET TATAMOTORS TATAR TATTOO TAX TAXI TC TCI TD TDK TEAM TECH TECHNOLOGY TEL TEMASEK TENNIS TEVA TF TG TH THD THEATER THEATRE TIAA TICKETS TIENDA TIFFANY TIPS TIRES TIROL TJ TJMAXX TJX TK TKMAXX TL TM TMALL TN TO TODAY TOKYO TOOLS TOP TORAY TOSHIBA TOTAL TOURS TOWN TOYOTA TOYS TR TRADE TRADING TRAINING TRAVEL TRAVELCHANNEL TRAVELERS TRAVELERSINSURANCE TRUST TRV TT TUBE TUI TUNES TUSHU TV TVS TW TZ UA UBANK UBS UG UK UNICOM UNIVERSITY UNO UOL UPS US UY UZ VA VACATIONS VANA VANGUARD VC VE VEGAS VENTURES VERISIGN VERSICHERUNG VET VG VI VIAJES VIDEO VIG VIKING VILLAS VIN VIP VIRGIN VISA VISION VIVA VIVO VLAANDEREN VN VODKA VOLKSWAGEN VOLVO VOTE VOTING VOTO VOYAGE VU VUELOS WALES WALMART WALTER WANG WANGGOU WATCH WATCHES WEATHER WEATHERCHANNEL WEBCAM WEBER WEBSITE WED WEDDING WEIBO WEIR WF WHOSWHO WIEN WIKI WILLIAMHILL WIN WINDOWS WINE WINNERS WME WOLTERSKLUWER WOODSIDE WORK WORKS WORLD WOW WS WTC WTF XBOX XEROX XFINITY XIHUAN XIN XN--11B4C3D XN--1CK2E1B XN--1QQW23A XN--2SCRJ9C XN--30RR7Y XN--3BST00M XN--3DS443G XN--3E0B707E XN--3HCRJ9C XN--3OQ18VL8PN36A XN--3PXU8K XN--42C2D9A XN--45BR5CYL XN--45BRJ9C XN--45Q11C XN--4GBRIM XN--54B7FTA0CC XN--55QW42G XN--55QX5D XN--5SU34J936BGSG XN--5TZM5G XN--6FRZ82G XN--6QQ986B3XL XN--80ADXHKS XN--80AO21A XN--80AQECDR1A XN--80ASEHDB XN--80ASWG XN--8Y0A063A XN--90A3AC XN--90AE XN--90AIS XN--9DBQ2A XN--9ET52U XN--9KRT00A XN--B4W605FERD XN--BCK1B9A5DRE4C XN--C1AVG XN--C2BR7G XN--CCK2B3B XN--CCKWCXETD XN--CG4BKI XN--CLCHC0EA0B2G2A9GCD XN--CZR694B XN--CZRS0T XN--CZRU2D XN--D1ACJ3B XN--D1ALF XN--E1A4C XN--ECKVDTC9D XN--EFVY88H XN--FCT429K XN--FHBEI XN--FIQ228C5HS XN--FIQ64B XN--FIQS8S XN--FIQZ9S XN--FJQ720A XN--FLW351E XN--FPCRJ9C3D XN--FZC2C9E2C XN--FZYS8D69UVGM XN--G2XX48C XN--GCKR3F0F XN--GECRJ9C XN--GK3AT1E XN--H2BREG3EVE XN--H2BRJ9C XN--H2BRJ9C8C XN--HXT814E XN--I1B6B1A6A2E XN--IMR513N XN--IO0A7I XN--J1AEF XN--J1AMH XN--J6W193G XN--JLQ480N2RG XN--JLQ61U9W7B XN--JVR189M XN--KCRX77D1X4A XN--KPRW13D XN--KPRY57D XN--KPUT3I XN--L1ACC XN--LGBBAT1AD8J XN--MGB9AWBF XN--MGBA3A3EJT XN--MGBA3A4F16A XN--MGBA7C0BBN0A XN--MGBAAKC7DVF XN--MGBAAM7A8H XN--MGBAB2BD XN--MGBAH1A3HJKRD XN--MGBAI9AZGQP6J XN--MGBAYH7GPA XN--MGBBH1A XN--MGBBH1A71E XN--MGBC0A9AZCG XN--MGBCA7DZDO XN--MGBCPQ6GPA1A XN--MGBERP4A5D4AR XN--MGBGU82A XN--MGBI4ECEXP XN--MGBPL2FH XN--MGBT3DHD XN--MGBTX2B XN--MGBX4CD0AB XN--MIX891F XN--MK1BU44C XN--MXTQ1M XN--NGBC5AZD XN--NGBE9E0A XN--NGBRX XN--NODE XN--NQV7F XN--NQV7FS00EMA XN--NYQY26A XN--O3CW4H XN--OGBPF8FL XN--OTU796D XN--P1ACF XN--P1AI XN--PGBS0DH XN--PSSY2U XN--Q7CE6A XN--Q9JYB4C XN--QCKA1PMC XN--QXA6A XN--QXAM XN--RHQV96G XN--ROVU88B XN--RVC1E0AM3E XN--S9BRJ9C XN--SES554G XN--T60B56A XN--TCKWE XN--TIQ49XQYJ XN--UNUP4Y XN--VERMGENSBERATER-CTB XN--VERMGENSBERATUNG-PWB XN--VHQUV XN--VUQ861B XN--W4R85EL8FHU5DNRA XN--W4RS40L XN--WGBH1C XN--WGBL6A XN--XHQ521B XN--XKC2AL3HYE2A XN--XKC2DL3A5EE0H XN--Y9A3AQ XN--YFRO4I67O XN--YGBI2AMMX XN--ZFR164B XXX XYZ YACHTS YAHOO YAMAXUN YANDEX YE YODOBASHI YOGA YOKOHAMA YOU YOUTUBE YT YUN ZA ZAPPOS ZARA ZERO ZIP ZM ZONE ZUERICH ZW /
revisions <*:##NULL>
13458 _tld_update is `fact _tld_list is `eval "qw/".(join ' ', grep {not /#/} split(/\n/, `quote d `get http://data.iana.org/TLD/tlds-alpha-by-domain.txt .*!!))."/"; !!
Not Available
revisions <*:##NULL>
14756 tp is [fact toiletpaper [arg]]
Not Available
revisions <*:##NULL>
14715 toilet paper is [fact toiletpaper [arg]]
Not Available
revisions <*:##NULL>
13132 catch is [fact try]
Not Available
revisions <*:##NULL>
10729 perl tutorials is [fact tutorials]
Not Available
revisions <*:##NULL>
15556 tutorial is [fact tutorials [arg]]
For Perl books and tutorials, see http://perl-tutorial.org/ , http://learn.perl.org/ , https://www.perl.org/books/library.html , http://perl-begin.org/tutorials/ , http://perlmonks.org/index.pl?node=Tutorials , or see quickstart
revisions <*:##NULL>
9238 some1 is [fact u [arg]]
Not Available
revisions <*:##NULL>
13288 ud is [fact urban [arg]]
Your Xpath didn't match anything
revisions <*:##NULL>
10405 varvarnames is [fact varvarname]
Not Available
revisions <*:##NULL>
12171 web framework is [fact web frameworks]
Catalyst, Dancer2, Mojolicious (and many many PSGI frameworks like Web::Simple, Web::Machine) | http://shadow.cat/blog/matt-s-trout/mstpan-1/ | https://metacpan.org/pod/CGI::Alternatives
revisions <*:##NULL>
12143 web is [fact web frameworks]
Catalyst, Dancer2, Mojolicious (and many many PSGI frameworks like Web::Simple, Web::Machine) | http://shadow.cat/blog/matt-s-trout/mstpan-1/ | https://metacpan.org/pod/CGI::Alternatives
revisions <*:##NULL>
13444 frameworks is [fact web frameworks [arg]]
Catalyst, Dancer2, Mojolicious (and many many PSGI frameworks like Web::Simple, Web::Machine) | http://shadow.cat/blog/matt-s-trout/mstpan-1/ | https://metacpan.org/pod/CGI::Alternatives
revisions <*:##NULL>
11275 why not anyevent is [fact why not AnyEvent?]
Not Available
revisions <*:##NULL>
10607 xy is [fact xy problem]
You want to do X, but don't know how. You think you can solve it using Y, but don't know how to do that, either. So, you ask about Y in order to solve X, which doesn't make sense. Just ask about X!
revisions <*:##NULL>
4997 gumbybrain, is fail revisions <*:##NULL>
4788 失敗 is FAIL revisions <*:##NULL>
4539 failsome is fails and stuff revisions <*:##NULL>
15185 _prezsez_suf_fake is Fake News revisions <*:##NULL>
15258 _be_kent\n_news is FAKE NEWS revisions <*:##NULL>
12011 0e0 is false-but-true revisions <*:##NULL>
10854 currency falsehoods is falsehoods programmers believe about currency/prices: https://gist.github.com/rgs/6509585 revisions <*:##NULL>
5293 100 is farnsworth: 100 revisions <*:##NULL>
15339 __be_elliott_poop is FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS AND POOPYFART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS revisions <*:##NULL>
15340 _be_elliott_poop is FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS AND POOPYFART POOP STINK BUTT EAT SHORTS, AND POOPY FART POOP STINK BUTT EAT SHORTS revisions <*:##NULL>
8687 moose =~ s/fashionable to bitch about the dependencies of/it is fashionable to bitch about Mooses dependencies./ revisions <*:##NULL>
4069 why use c!? asm is FASTAR?!?!? revisions <*:##NULL>
4780 pasted "why use lisp!? c is FASTAR?!?!?" at http://paste.lisp.org/display/50979 revisions <*:##NULL>
7854 fastcgi is FastCgiServer /websites/myapp/script/myapp_fastcgi.pl -processes 3 # Alias /static /websites/myapp/root/static/ # Alias / websites/myapp/script/myapp_fastcgi.pl/ revisions <*:##NULL>
4194 ftl is faster than light revisions <*:##NULL>
14316 ripgrep is Fastest grep and grep-like program, written in rust. Multi-threaded ultrafast IO. https://github.com/BurntSushi/ripgrep revisions <*:##NULL>
9743 fatuity is FATUITY - SUB ZERO IQ WINS revisions <*:##NULL>
4262 daz is faz revisions <*:##NULL>
4694 feather is feather.perl6.nl, Juerd's contribution of corporate-backed shell access for people to play around with pugs revisions <*:##NULL>
13036 it's f being fed into an F-to-C. you're thinking backwards revisions <*:##NULL>
10762 how do we know that money isnt being fed into perl6 ?? :) revisions <*:##NULL>
4101 fftsap is Feel Free To Submit A Patch revisions <*:##NULL>
3433 perl topic is Feel free to talk about whatever you wish in #perl, but help those who ask perl questions revisions <*:##NULL>
8575 feeling good is "Feeling Good" by David A. Burns - a self-help Cognitive Behavioural Therapy book - http://xrl.us/vurb ; http://en.wikipedia.org/wiki/Feeling_Good:_The_New_Mood_Therapy revisions <*:##NULL>
9000 felispeskus is *felispeskus = \*f00li5h revisions <*:##NULL>
8596 is just being fickle revisions <*:##NULL>
239 .fi is .fi is Finland revisions <*:##NULL>
13648 perlfaq5 is Files and Formats - https://perldoc.pl/perlfaq5 revisions <*:##NULL>
11709 mogile is filesystem for mass storage (petabyte size) of images etc written in perl. http://www.ukuug.org/events/spring2011/timetable/mogilefs.pdf revisions <*:##NULL>
4197 fuse is File System In Userspace revisions <*:##NULL>
3671 killing_zoe is filmaccio francese && un patty && !bassa revisions <*:##NULL>
12378 all-caps perl is Finally, we can program in PERL! http://search.mcpan.org/~jmcnamara/Acme-Inline-PERL-0.01/PERL.pm revisions <*:##NULL>
4467 chanlist is Find Freenode channels at http://irc.netsplit.de/channels/?net=freenode revisions <*:##NULL>
5401 cpandeps is find out the dependencies for any CPAN module here: http://cpandeps.cantrell.org.uk/ revisions <*:##NULL>
9080 fortunes is Find #perl fortunes at http://www.shlomifish.org/humour/fortunes/sharp-perl.html ; for more about the UNIX fortune program - see http://en.wikipedia.org/wiki/Fortune_%28Unix%29 revisions <*:##NULL>
4452 atlas is Find the location of #perl'ers on http://www.frappr.com/freenodeperl/ and of all Perls on http://www.frappr.com/perl revisions <*:##NULL>
5831 tell twey about i am fine revisions <*:##NULL>
3800 msg_sm_001 is fine you are a mIRC Cop revisions <*:##NULL>
4096 fsa is Finite State Automata revisions <*:##NULL>
3712 fsm is finite state machine revisions <*:##NULL>
14754 perl features is First class regexes, lexical scoping, whipitupitude (ease of getting things done), substantial CPAN repository of modules, culture of testing and documentation, continuous development prioritizing stability and practicality revisions <*:##NULL>
14376 f is F is for Flowers for Algernon revisions <*:##NULL>
9561 fishburger is FISHBURGER revisions <*:##NULL>
12124 uses something newer and looks like it was fixed there revisions <*:##NULL>
240 .fj is .fj is Fiji revisions <*:##NULL>
241 .fk is .fk is Falkland Islands (Malvinas) revisions <*:##NULL>
4295 epenis is Flannel revisions <*:##NULL>
3489 my whole existence is flawed revisions <*:##NULL>
5440 flight16 is flight16 is a pesky critter made from toast, golf balls and 2 part adhesive. paw at him and you may find you have bonded. revisions <*:##NULL>
5380 heads or tails is flip a coin revisions <*:##NULL>
9526 $] is Floating point representation of Perl version. Use $^V instead. revisions <*:##NULL>
4807 .fl.us is Florida revisions <*:##NULL>
10629 fly2web is fly2web/Firebox/gotohome__/gotohell/~lee@various Korean IP proxies... persistent ban evader revisions <*:##NULL>
242 .fm is .fm is Micronesia revisions <*:##NULL>
14994 @f is @F (note the uppercase 'F') is the list of fields when using -a. revisions <*:##NULL>
3374 fnux is fNux c'est de la balle! revisions <*:##NULL>
4635 curses is foiled again! revisions <*:##NULL>
243 .fo is .fo is Faroe Islands revisions <*:##NULL>
4761 test123 is <foo> revisions <*:##NULL>
3620 ? is foo revisions <*:##NULL>
12528 foobar is foo revisions <*:##NULL>
14039 genio is foo | bar | baz revisions <*:##NULL>
14040 metasyntactic variable names is foo, bar, baz, qux, and quux. Beyond that, you should seriously be using real names for your variables. revisions <*:##NULL>
5260 flip is foobared revisions <*:##NULL>
9232 foolove is <foolove> i dont need or want your help or your replies in the channel your /ignored revisions <*:##NULL>
12456 fools is 𝕱𝖔𝖔𝖑𝖘, 𝕴 𝖘𝖍𝖆𝖑𝖑 𝖉𝖊𝖘𝖙𝖗𝖔𝖞 𝖞𝖔𝖚 𝖆𝖑𝖑! 𝒜𝓈𝓀 𝓂ℯ 𝒽ℴ𝓌! revisions <*:##NULL>
4887 dh-make-perl is For building and installing a .deb for not-in-apt perl modules (named libsome-module-name-perl for Some::Module::Name), apt-get install dh-make-perl, then: dh-make-perl --install --cpan Module::Name revisions <*:##NULL>
10258 fold case is for case-insensitive comparison, try perldoc -f fc (5.16+), see http://www.effectiveperlprogramming.com/2012/02/fold-cases-properly/ revisions <*:##NULL>
4481 unfair is "forced to exist in this world of doltish ignorant cretins and liars with selfish motives revisions <*:##NULL>
433 jedi is Force wieldin' bad mutha fuckaz. Hand me my lightsabre f00 revisions <*:##NULL>
5296 nuke is for choking down cocks revisions <*:##NULL>
10874 parsing is for complex grammars, use a parser generator such as Parser::MGC, Marpa::R2, Regexp::Grammars, Pegex or one of these: http://www.nntp.perl.org/group/perl.module-authors/2009/09/msg7844.html ; or a specialized parser such as an HTML, XML, JSON or CSV parser ; also see http://perl-begin.org/uses/text-parsing/ revisions <*:##NULL>
9611 also mentions text::xsv and dbd::csv, but the second one seems to be for CSV databases (with SQL-like API). revisions <*:##NULL>
4272 gay is "For Dummies..." series revisions <*:##NULL>
13286 ffi is Foreign Function Interface, a method of interfacing to a compiled language like C, C++, Fortran, etc in a dynamic library from a scripting language like Perl. See FFI::Platypus or FFI::Raw as starting points using libffi. revisions <*:##NULL>
10685 preaction is for every action there is a preaction | has no hair on his knees revisions <*:##NULL>
5705 apeiron's zeroth law of cpan is For every common task X, there is n+1 modules on CPAN for task X. revisions <*:##NULL>
10265 ffs is For f---'s sake. revisions <*:##NULL>
4037 fgj is for great justice revisions <*:##NULL>
4720 somni: can you teach that 'this channel is for helping Perl...' to? revisions <*:##NULL>
15975 it is for html pattern matching revisions <*:##NULL>
14359 references is For information about references in perl, see the built-in perldocs: http://p3rl.org/REF , or if that fails: http://perl-begin.org/topics/references/ . | http://mvp.kablamo.org/basics/references/ revisions <*:##NULL>
9168 lexing is for lexing use Parse::Lex and HOP::Lexer if you are lazy. If you want to roll your own you can use the \G anchor, /gc regex flags or use s/// to move along the stream. revisions <*:##NULL>
8049 indentation is Format your code nicely - see http://en.wikipedia.org/wiki/Indent_style revisions <*:##NULL>
16127 cgi is For modern perl CGI see http://blogs.perl.org/users/grinnz/2018/11/modern-perl-cgi.html Also Common Gateway Interface - https://metacpan.org/pod/CGI , http://www.perl.org/CGI_MetaFAQ.html . Also have a look at the "web frameworks" factoid and Plack/PSGI revisions <*:##NULL>
8404 negated regular expressions is For negated regular expressions (meaning finding anything that does not match something) see our FAQ answer at http://xrl.us/bgr2ec revisions <*:##NULL>
16066 v is for nuclear wessels revisions <*:##NULL>
11110 threads alternatives is For parallel I/O like HTTP requests or timers, use an event loop like POE, IO::Async, or Mojo::IOLoop (see async). For parallel CPU operations, forking may be a suitable alternative, and modules like forks.pm or Parallel::Prefork can help. revisions <*:##NULL>
5580 gedit is for people with X and who don't like useful features in their editor revisions <*:##NULL>
11146 best practices is For Perl best practices and what to avoid, see http://perl-begin.org/tutorials/bad-elements/ and the older, proprietary-licensed, and somewhat outdated Perl Best Practices book by Damian Conway - http://shop.oreilly.com/product/9780596001735.do revisions <*:##NULL>
13190 tutorials is For Perl books and tutorials, see http://perl-tutorial.org/ , http://learn.perl.org/ , https://www.perl.org/books/library.html , http://perl-begin.org/tutorials/ , http://perlmonks.org/index.pl?node=Tutorials , or see quickstart revisions <*:##NULL>
13078 books is For Perl books see http://books.perl.org/ and http://perl-begin.org/books/ . Especially see the Modern Perl factoid and perl-tutorial.org revisions <*:##NULL>
3358 loops is For Perl loop control, see the following perldocs: perlsyn, -f next, -f last revisions <*:##NULL>
9619 sh -x is For printing every line of Perl code, see https://metacpan.org/release/Devel-TraceUse ; https://metacpan.org/release/Devel-Trace ; https://metacpan.org/module/Devel::TraceVars revisions <*:##NULL>
14398 re is For regular expressions see the perldocs https://p3rl.org/RE and https://perl-begin.org/topics/regular-expressions/ and https://github.com/aloisdg/awesome-regex revisions <*:##NULL>
3687 shazbot is For shith. revisions <*:##NULL>
6162 fsvo is For Some Value Of revisions <*:##NULL>
3707 fsvsvo is for some very specific value of revisions <*:##NULL>
3938 gimme some lovin' is For the love of Larry, just take your clothes off! revisions <*:##NULL>
461 fwiw is For What It's Worth revisions <*:##NULL>
12420 xpath is For XPath use XML-LibXML (XML-XPath is slow and old). See http://zvon.org/xxl/XPathTutorial/General/examples.html for a tutorial. Also see http://search.mcpan.org/dist/HTML-TreeBuilder-LibXML/ ./ | https://www.simple-talk.com/content/file.ashx?file=4937 revisions <*:##NULL>
4737 foss is foss is free and open source software, or Festering Open SoreS. revisions <*:##NULL>
9161 bug is Found a bug in perlbot? report it here: http://xrl.us/pbbug revisions <*:##NULL>
5676 freecell is FreeCell, a full-information, single-player card Solitaire game. See: http://www.solitairelaboratory.com/fcfaq.html ; http://en.wikipedia.org/wiki/FreeCell ; also see fc-solve revisions <*:##NULL>
9722 fc-solve is Freecell Solver / fc-solve / FCS - http://fc-solve.shlomifish.org/ - rindolf's project which he keeps mentioning revisions <*:##NULL>
3839 whereami is freenode. revisions <*:##NULL>
10084 fpcboe is Freenode Perl Channel Brain Offloading Engine revisions <*:##NULL>
5140 fsd is Free Software Definition is http://www.gnu.org/philosophy/free-sw.html revisions <*:##NULL>
3827 fmm is Frequently Made Mistake revisions <*:##NULL>
3409 friedo's mother is friedo's mother is so fat, she has her own zipcode revisions <*:##NULL>
10 friedo is <friedo> yo mama such a slut, she has over 1000 child classes revisions <*:##NULL>
5589 svn is Friends don't let friends use svn revisions <*:##NULL>
8258 be frijole is <frijole> /bin/sh: Syntax error: Unterminated quoted string revisions <*:##NULL>
5262 frinkbot is frinkbot: simcop2387 sucks revisions <*:##NULL>
244 .fr is .fr is France revisions <*:##NULL>
4248 you must ask a question! try "help 8ball". is frogbot: 8ball revisions <*:##NULL>
4249 try "help airport". is frogbot: airport revisions <*:##NULL>
4241 humbug! is frogbot: bah revisions <*:##NULL>
4246 not found. is frogbot: bug 1 revisions <*:##NULL>
4252 try "help http". is frogbot: http revisions <*:##NULL>
4239 "server: 172.17.2.1 / address: 172.17.2.1#53 / ** server can't find stufffd.com: nxdomain" is frogbot .nslookup stufffd.com revisions <*:##NULL>
4237 sorry, is frogbot, shti revisions <*:##NULL>
5112 current threat level: elevated is frogbot: terror revisions <*:##NULL>
4254 try "help time". is frogbot: time revisions <*:##NULL>
4250 sorry, search term too short. is frogbot: urban revisions <*:##NULL>
16103 btcdwed are from Europe revisions <*:##NULL>
16065 fme is 'from my experience' revisions <*:##NULL>
10710 android is From perl 5.20 on you can compile perl and libperl for android. This only gives you the interpreter though, you still need to go through FFI *and* JNI if you want to write full applications. revisions <*:##NULL>
10494 ftech is ftech revisions <*:##NULL>
4557 incoming is ftp://pause.perl.org/incoming revisions <*:##NULL>
5205 pause recent is ftp://pause.perl.org/pub/PAUSE/authors/id/ revisions <*:##NULL>
4487 ftw is FTW is a 1994 film about an ex-con who is a rodeo rider. If you mean 'for the win', please say that. revisions <*:##NULL>
9088 dreamhost is fubar revisions <*:##NULL>
13982 cancer is fuck cancer revisions <*:##NULL>
15985 fubar is Fucked Up Beyond All Recognition revisions <*:##NULL>
4079 fiik is fuck if i know revisions <*:##NULL>
4062 as is fuckin' bloody hell revisions <*:##NULL>
3951 pepe_le_pew is fucking annoying revisions <*:##NULL>
3688 fm is Fucking Magic revisions <*:##NULL>
446 fugly is fucking ugly revisions <*:##NULL>
5727 #perlcafe is FUCKIN' THING SUCKS! http://xn--55d.com/pearlcafe.jpg revisions <*:##NULL>
13521 foadiagbcf is fuck off and die in a great big chemical fire revisions <*:##NULL>
4885 foadif is Fuck Off And Die In Fluoride revisions <*:##NULL>
13522 foad is fuck off and die | Short form of FOADIAGBCF revisions <*:##NULL>
5481 fuckign is Fuck the Imagine Games Network. News Corp.-owned and thus trash. revisions <*:##NULL>
5327 34486853790 is "fuckyou" in base 36 revisions <*:##NULL>
3994 qu'vatlh is fuck you in klingon revisions <*:##NULL>
3503 sucks is fuck you, little cock sucking whore. revisions <*:##NULL>
4055 oh fuck you is fuck you too cuntneck! revisions <*:##NULL>
5754 answering is fun revisions <*:##NULL>
10667 fp is Functional Programming - https://en.wikipedia.org/wiki/Functional_programming revisions <*:##NULL>
4371 frp is Functional Reactive Programming revisions <*:##NULL>
14672 endofunctors are functors on Endor revisions <*:##NULL>
15570 prefixes are fungot ^, HackEso `, EgoBot !, lambdabot @ or ?, thutubot +, metasepia ~, idris-bot ( , jconn ) , j-bot [ , bfbot =, velik \. revisions <*:##NULL>
15380 vikingr, want to know something that will be fun (not for me), simcop is thinking of hard rebasing/refactoring revisions <*:##NULL>
5618 protecting perl source is futile. don't bother. revisions <*:##NULL>
245 .fx is .fx is France (Metropolitan) revisions <*:##NULL>
4884 scentia is GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaaaay revisions <*:##NULL>
3769 gabor is Gabor Szabo (http://www.szabgab.com/) Israeli PerlMaster. Cpan-forum. The works. revisions <*:##NULL>
4561 szabgab is Gabor Szabo - http://www.szabgab.com/ - The Israeli Head Perl Monger revisions <*:##NULL>
246 .ga is .ga is Gabon revisions <*:##NULL>
3706 .imp is Galactic Empire revisions <*:##NULL>
3264 .emp is Galactic Empire revisions <*:##NULL>
11041 modern cms is Galileo https://metacpan.org/pod/Galileo revisions <*:##NULL>
4905 i'm all outa coins is GAME OVER revisions <*:##NULL>
4120 gof is Gang of Four revisions <*:##NULL>
3741 kuwanger is gay revisions <*:##NULL>
4260 bill is gay revisions <*:##NULL>
3369 psyperl is gay revisions <*:##NULL>
4041 fuquink is gay. revisions <*:##NULL>
4261 wasting time is GAY! revisions <*:##NULL>
14662 are you gay is Gay? I wish! If I were gay they'd be no problem! No, what I have is a romantic abnormality, one so unbelievable that it must be hidden from the public at all cost. You see... revisions <*:##NULL>
247 .gb is .gb is Great Britain (UK) revisions <*:##NULL>
248 .gd is .gd is Grenada revisions <*:##NULL>
249 .ge is .ge is Georgia revisions <*:##NULL>
13876 hello there is General Kenobi revisions <*:##NULL>
13644 perlfaq1 is General Questions About Perl - https://perldoc.pl/perlfaq1 revisions <*:##NULL>
6308 chuckle is gentle coughing. revisions <*:##NULL>
4808 .ga.us is Georgia revisions <*:##NULL>
10500 love and peace is Get a job, hippy! revisions <*:##NULL>
5019 gbtw is get back to work revisions <*:##NULL>
16193 ztest is `get `eval use URI; $d=URI->new("http://zem.fi/bfjoust/cgi/submit.cgi"); $d->query_form(prog=>substr("`arg c&n'-`arg c1'"=~s/[^0-9A-Za-z-_]|X/sprintf"X%02X",ord($&)/ger,0,40), code=>`arg d-1', submit=>"no"); $d->as_string' //body'
{"result":"ok","message":"web.b_jonas-bad: points -33.81, score 2.74, rank 47/47\n"}
revisions <*:##NULL>
16194 zjoust is `get `eval use URI; $d=URI->new("http://zem.fi/bfjoust/cgi/submit.cgi"); $d->query_form(prog=>substr("`arg c&n'-`arg c1'"=~s/[^0-9A-Za-z-_]|X/sprintf"X%02X",ord($&)/ger,0,40), code=>`arg d-1', submit=>"yes"); $d->as_string' //body'
{"result":"ok","message":"web.b_jonas-bad: points -31.81, score 3.70, rank 47/47\n"}
revisions <*:##NULL>
15555 farnsworth is <get http://192.168.32.1:8081/<fact _urlencode <arg>> .*>
revisions <*:##NULL>
14151 wolfram is ~get http://api.wolframalpha.com/v1/result?input=~fact _urlencode ~arg!!&appid=ATGXGG-23GVXK7JVE .*!
about 519 degrees Rankine
revisions <*:##NULL>
12830 isdown is `get http://downforeveryoneorjustme.com/`fact _get_domain `arg!! (//p)[1]!
Not Available
revisions <*:##NULL>
10904 lhc is <get http://hasthelargehadroncolliderdestroyedtheworldyet.com/>
Not Available
revisions <*:##NULL>
10996 _ipv4_json is <get http://ipv6.he.net/exhaustionFeed.php?platform=json /*>
{"v6DomainsPerDay":1440,"exhaustionDate":"2011-02-03","depletedRIRs":{"apnic":1,"arin":2,"ripe":2},"unallocatedv4Blocks":0,"afrinic24s":"4077","afrinicPercent":"0.9","apnic24s":"11355","apnicPercent":"0.3","arin24s":0,"arinPercent":"0.0","lacnic24s":"1","lacnicPercent":"0.0","ripe24s":0,"ripePercent":"0.0","afrinic24delta":"1.688","apnic24delta":"2.188","arin24delta":0,"lacnic24delta":0,"ripe24delta":0,"apnicDepletion":1,"arinDepletion":1,"ripeDepletion":1,"totalTLDs":"1445","v6TLDs":"1425","v6NS":233610,"v6Domains":"30775120","totalASNs":"83772","v6ASNs":"34422","lacnicDepletion":1}
revisions <*:##NULL>
13951 down is <get http://isup.me/<fact _urlencode <arg>> //div[@id="domain-main-content"]/p[1]>
Your Xpath didn't match anything
revisions <*:##NULL>
9162 phone is <get https://api.opencnam.com/v1/phone/<arg>>
Not Available
revisions <*:##NULL>
13763 _xkcd_search_internal is <get https://relevant-xkcd.github.io/?q=<fact _urlencode <arg>> //a[contains(@class,"result-link")]>
Not Available
revisions <*:##NULL>
15264 mwdefine is <get https://www.merriam-webster.com/dictionary/<call _urlencode <arg>> //div[starts-with(@id,'dictionary-entry')]>
Not Available
revisions <*:##NULL>
15306 define is <get https://www.merriam-webster.com/dictionary/<call _urlencode <arg>> //div[starts-with(@id,'dictionary-entry')]>
stub1 of 2noun ˈstəb Synonyms of stub1a : stump sense 2 b : a short piece remaining on a stem or trunk where a branch has been lost 2 : something made or worn to a short or blunt shape especially : a pen with a short blunt nib3 : a short blunt part left after a larger part has been broken off or used upa pencil stub4 : something cut short or stunted 5a : a small part of a leaf (as of a checkbook) attached to the spine for memoranda of the contents of the part torn away b : the part of a ticket returned to the userstub2 of 2verb stubbed; stubbing transitive verb1a : to grub up by the roots b : to clear (land) by grubbing out rooted growth c : to hew or cut down (a tree) close to the ground 2 : to extinguish (something, such as a cigarette) by crushing 3 : to strike (one's foot or toe) against an object
revisions <*:##NULL>
13912 netlingo is <get https://www.netlingo.com/search.php?searchtxt=<fact _urlencode <arg>> //ul[@class="search"]/li >
Not Available
revisions <*:##NULL>
14765 newword is `get https://www.thisworddoesnotexist.com/ concat(//div[@class="word"], ' - ', //div[@class="pos"], ':', //div[@class="definition"], ' e.g. ', //div[@class="example"] )!
Not Available
revisions <*:##NULL>
13836 xkcd is <get https://xkcd.com/ concat('https://xkcd.com/ : ', //div[@id="ctitle"], ' - ', //img/@title)>
https://xkcd.com/ : Electoral Precedent 2020 - He also broke the streak that incumbents with websites are unbeatable and Delawareans can't win, creating a new precedent: Only someone from Delaware can defeat an incumbent with a website.
revisions <*:##NULL>
12834 dinner is `get http://whatthefuckshouldimakefordinner.com/`eval `quote d `arg!! && 'veg.php'! concat(//dt/dl, ' ', //dt/a)!
Not Available
revisions <*:##NULL>
9674 abe vigoda is <get http://www.abevigoda.com/ //h1[@class='premeta']>
Not Available
revisions <*:##NULL>
11902 downorup is ~get http://www.downforeveryoneorjustme.com/~eval $_=~quote d ~arg``; s|^https?://||i; s|/.*$||; $_` //div[@id='container']/text()[1] | //div[@id='container']/*[1] | //div[@id='container']/text()[2]`
Not Available
revisions <*:##NULL>
11915 _realfoxnews is ~get http://www.foxnews.com/ concat(//div[@class="primary"]/h1, ' - ', //div[@class="primary"]//a/@href)`
Not Available
revisions <*:##NULL>
13839 fakenews is <get http://www.foxnews.com/ concat((//div[contains(@class, 'main')]//h2[@class="title"])[1], ' - ', (//div[contains(@class, 'main')]//h2[@class="title"])[1]/a/@href)>
Not Available
revisions <*:##NULL>
12157 nhlbirthday is <get http://www.hockey-reference.com/ //div/h3/a[text() ='Happy Birthday']/../../a>
Not Available
revisions <*:##NULL>
10898 iscaliforniaonfire is <get http://www.iscaliforniaonfire.com/ //body>
Not Available
revisions <*:##NULL>
9233 upc is <get http://www.upcdatabase.com/item/<arg> //table/tr/td[.='Description']/following-sibling::td>
Not Available
revisions <*:##NULL>
11315 urbantoday is `get http://www.urbandictionary.com/ concat(//div[@class="def-panel"][1]/div[@class="def-header"], ": ", //div[@class="def-panel"][1]/div[@class="meaning"])~
Not Available
revisions <*:##NULL>
10282 urban is <get http://www.urbandictionary.com/define.php?term=<fact _urlencode <arg>> //*[@class='meaning']>
Your Xpath didn't match anything
revisions <*:##NULL>
13468 options is Getopt::Long, Getopt::Long::Descriptive, or be Opt::Imistic revisions <*:##NULL>
10467 getopt is Getopt::Long is the perl way of handling commandline options revisions <*:##NULL>
5270 stick to the b e a t is GET READY TO IGNITE revisions <*:##NULL>
4083 i'm bored is Get something to do! Make a new perl project! Can't be that hard! If you don't want to, just start, you'll find something else later. Have fun :) revisions <*:##NULL>
3329 integrate is Get the answer from integral, the Master Perl-a-lator revisions <*:##NULL>
5005 gtfi is Get The Fuck In revisions <*:##NULL>
4743 rule 17 is Getting bored yet? revisions <*:##NULL>
14819 gets that i am getting nothing on a perl 5.30 and 5.32 system revisions <*:##NULL>
4351 ordered hash is get your ordered hash: Tie::IxHash or Tie::OrderedHash. better yet, use a frickin array. revisions <*:##NULL>
250 .gf is .gf is French Guiana revisions <*:##NULL>
251 .gh is .gh is Ghana revisions <*:##NULL>
5060 who're you gonna call is Ghostbusters! revisions <*:##NULL>
3682 how to spell potato is ghoughpteighbteau is the spelling for potato. P as in hiccough; O as in though; T as in ptomaine; A as in neigh; T as in debt; O as in bureau... ghoughpteighbteau! revisions <*:##NULL>
5361 devel::nytprof is <giacomo> Devel::NYTProf is great!!! O_O html report whoaaa I'm cumming revisions <*:##NULL>
5469 thou odiferous beetle-headed wagtail! is Giggles: insult perlbot revisions <*:##NULL>
5467 thou poisonous bunch-back'd toad! is Giggles: insult perlbot revisions <*:##NULL>
5468 thou thing of no bowels thou! is Giggles: insult perlbot revisions <*:##NULL>
5748 gigo is GIGO is Garbage In, Garbage Out - http://en.wikipedia.org/wiki/Garbage_In,_Garbage_Out revisions <*:##NULL>
252 .gi is .gi is Gibraltar revisions <*:##NULL>
4284 girl is girl is good revisions <*:##NULL>
9612 be lewellyn is git is hard, let's go shopping | i actually like cobol more than obj-c revisions <*:##NULL>
5806 altreus[hireme] is Give a kit a job using Perl, Catalyst, DBIC, Mason, Moose, TT2, in fact anything because he already learned this lot on the job. /msg and he will reply, if not asleep. (UK time) revisions <*:##NULL>
4189 fire is "give a man a fire, he's warm for an hour. Set a man on fire, he's warm for the rest of his life." revisions <*:##NULL>
4759 fish is Give a man a fish; you have fed him for today. Teach a man to fish; and you can sell him fishing equipment. revisions <*:##NULL>
5368 give 20 to thrigs paypal account is Given. revisions <*:##NULL>
5369 give $20 to thrigs paypal account is Given. revisions <*:##NULL>
13192 gumbybrain: 'which reminds me of the man i once read of in some sacred book who was given a choice of what he most desired. And because he didn't ask for titles and honours and dignities, but only for immense wealth, these other things came to him too.' 'I am sure you didn't read about him in any sacred book.' 'Yes; I fancy you will find him in Debrett.' revisions <*:##NULL>
10956 has been with perl since he was given life revisions <*:##NULL>
8205 ddg is giving scp1 head so he'll talk about their shit all the time. revisions <*:##NULL>
253 .gl is .gl is Greenland revisions <*:##NULL>
9223 grep is global regular expression print revisions <*:##NULL>
3337 glop is glop glop! revisions <*:##NULL>
254 .gm is .gm is Gambia revisions <*:##NULL>
255 .gn is .gn is Guinea revisions <*:##NULL>
3756 gfdl is GNU FDL revisions <*:##NULL>
3757 gnu fdl is GNU Free Documentation License or see http://www.gnu.org/copyleft/fdl.html revisions <*:##NULL>
3745 supybot, , !botwar is GnurdyGuy: !botwar revisions <*:##NULL>
14725 gnu is GNU's Not UNIX - http://www.gnu.org/ ; http://en.wikipedia.org/wiki/GNU - a project to create free and open-source software packages, which materialised a 100% open-source operating system. | G) Send the message on N) Do not log the message U) Turn message around at end of line and resend revisions <*:##NULL>
3307 goatsex is goat.cx revisions <*:##NULL>
7980 sarapan pagi is god morning revisions <*:##NULL>
5190 godwin is Godwin's Law - http://en.wikipedia.org/wiki/Godwin's_law ; http://www.killfile.org/~tskirvin/faqs/godwin.html revisions <*:##NULL>
7949 i'm sure this is going to become a factoid. revisions <*:##NULL>
8898 i forgot to say that i was going to include the new add.gif for Spanish :) revisions <*:##NULL>
11929 wasn't in here until after purl was gone revisions <*:##NULL>
4240 stipid shit is good revisions <*:##NULL>
10506 my $string = "parachutes are good"; $string =~ /chute/; pos($string) = $-[0]; $string =~ /\G.*//; revisions <*:##NULL>
3404 good afternoon perlbot is good afternoon sir revisions <*:##NULL>
3405 good evening perlbot is good evening sir revisions <*:##NULL>
3789 eat my shorts is good for u revisions <*:##NULL>
425 gg is good game son, I own you revisions <*:##NULL>
4648 works is Good. I'm glad that your program is a productive member of society, generating value for its fellow men. Now, would you mind telling us exactly what it is doing wrong, what you expect, and otherwise enough actual useful information to help you debug your problem? revisions <*:##NULL>
3403 good morning perlbot is good morning sir revisions <*:##NULL>
4294 htp://www.positioniseverything.net/explorer.html is ;google CSS Internet Explorer bug revisions <*:##NULL>
4293 iebug is ;google CSS Internet Explorer bug revisions <*:##NULL>
4111 giyf is Google Is Your Friend (IRC is not a search engine!) revisions <*:##NULL>
9237 google is google often isn't the best place to find perl stuff - for tutorials say "perlbot: tutorial", for modules use metacpan.org and for core functions use the perldoc program or perldoc.perl.org revisions <*:##NULL>
9045 duck duck go is goose! revisions <*:##NULL>
3689 find me a module is Go search cpan yourself revisions <*:##NULL>
15679 give blood is go skateboarding revisions <*:##NULL>
3323 get it is got it! revisions <*:##NULL>
3316 get it? is Got it! revisions <*:##NULL>
256 .gp is .gp is Guadeloupe revisions <*:##NULL>
257 .gq is .gq is Equatorial Guinea revisions <*:##NULL>
8304 learn whitespace as computers are great at parsing code without much whitespace, humans, not so good. revisions <*:##NULL>
5028 gta is Greater Toronto Area revisions <*:##NULL>
4480 perlygatekeeper is great for 1 day revisions <*:##NULL>
15443 midi is great fun for algorithmic composition or https://github.com/ology/MIDI-Perl-HOWTO/wiki revisions <*:##NULL>
9710 tell rindolf he is great guy revisions <*:##NULL>
3315 how are you feeling? is Great, how about you? revisions <*:##NULL>
5512 it worked is Great! Make sure to deposit its paycheck. revisions <*:##NULL>
3549 greetings is Greetings, human. revisions <*:##NULL>
3434 bitchx is <greycat> take a pimply 14-year-old script kiddie. Put him in a blender. Puree. Pour into a shallow tray, let it solidify, put it in the CD-ROM drive, mount it, and then compile it. You have BitchX. when you've outgrown saying "D00d!" and "That's so gay!" then move up to irssi. revisions <*:##NULL>
258 .gr is .gr is Greece revisions <*:##NULL>
3328 dada is grouik badonk revisions <*:##NULL>
259 .gs is .gs is S. Georgia and S. Sandwich Islands revisions <*:##NULL>
260 .gt is .gt is Guatemala revisions <*:##NULL>
261 .gu is .gu is Guam revisions <*:##NULL>
4568 coping with daveman is GumbyBRAIN: Daveman it! revisions <*:##NULL>
4533 gb is GumbyBRAIN: dongalicious baby revisions <*:##NULL>
5053 zoffix: "gumby" is GumbyBRAIN dongify buubot revisions <*:##NULL>
4790 wump is gumbybrain: don't let iank dongify you! revisions <*:##NULL>
14061 java is GumbyBRAIN> F00li5h, low class person who tries to sell low-quality in an alcoholic drink made from cocoa beans. | https://i.redd.it/puin3shiuwa21.png revisions <*:##NULL>
4775 fnoord is gumbybrain: fnord revisions <*:##NULL>
3947 gb, is GumbyBRAIN: hjkyui revisions <*:##NULL>
5242 honk is GumbyBRAIN: honk revisions <*:##NULL>
5175 dongs for is GumbyBRAIN: i've got dongs! revisions <*:##NULL>
4651 coping with gumbybrain is GumbyBRAIN: jerk it! revisions <*:##NULL>
5297 poeknee is GumbyBRAIN: POEKnee revisions <*:##NULL>
5037 nakeeee is < GumbyBRAIN> The anti-semetic sect of jewish people. revisions <*:##NULL>
4777 gumbehbrane is GumbyBRAIN: Where is GumbehGumbeh? revisions <*:##NULL>
3948 yuiop is GumbyBRAIN: yuiop revisions <*:##NULL>
4739 gumbygumby is GumbyGumby: dongs revisions <*:##NULL>
4746 gumbygumby talks literature is <GumbyGumby> simcop2387: George orwell was an accident. revisions <*:##NULL>
497 gun is Guns don't kill people. People with guns kill people revisions <*:##NULL>
3808 user is Gut, du bist nicht als root eingeloggt. Braver user revisions <*:##NULL>
13632 perldebguts is Guts of Perl debugging - https://perldoc.pl/perldebguts revisions <*:##NULL>
4605 grt is Guttman-Rosler Transform - see http://www.sysarch.com/Perl/sort_paper.html revisions <*:##NULL>
262 .gw is .gw is Guinea-Bissau revisions <*:##NULL>
263 .gy is .gy is Guyana revisions <*:##NULL>
4532 hackers-il is Hackers-IL, a group of Israeli software enthusiasts - http://www.hackers.org.il/ revisions <*:##NULL>
3723 ha! is HA COOL! revisions <*:##NULL>
5750 coping with buu is HAGLAGHLAGHLAGHLAGHALGHALG revisions <*:##NULL>
14605 robonia is Hail, hail Robonia. The land I didn't make up! revisions <*:##NULL>
14751 that cat is half a year younger than me revisions <*:##NULL>
12291 what's up is Half the universe is What's Up. The other half of the universe is What's Down. revisions <*:##NULL>
6257 relearn php as http://tnx.nl/php <mst> ruby is halfway between lisp and perl just like PHP is halfway between a template system and VB 5. see also: http://www.articlesbase.com/videos/5min/406012 "PHP is a malignant perl templating language that metastasised" revisions <*:##NULL>
4906 meat tenderiser is HAMMER revisions <*:##NULL>
10257 happy kitty is happy revisions <*:##NULL>
8947 stored happy kitty is happy revisions <*:##NULL>
5314 purr is happy kitty is happy revisions <*:##NULL>
9082 learn unicode is hard revisions <*:##NULL>
4357 avar is hard gay revisions <*:##NULL>
15374 that's the part that is hard, telling perlbot to stop, since at that point it can no longer see the master or revisions <*:##NULL>
3430 dorothy is Hashes and arrays and references, oh my! revisions <*:##NULL>
9863 associative array is 'hash' is the, ahem, RITER term for an associative array revisions <*:##NULL>
8603 hashref is @hash{@keys} -> @{$hashref}{@keys} revisions <*:##NULL>
9995 hashref slice is hashref slice @$hashref{ @keys }; or a nested hashref: @{ $foo->{bar}{hashref} }{ @keys } revisions <*:##NULL>
4073 sili_ is HATES WOMEN revisions <*:##NULL>
5245 superjuerd is Have no fear Juerd is here! Your Unicode problems are nothing to him! revisions <*:##NULL>
10853 su-shee is have you plugged it in and recharged the battery? revisions <*:##NULL>
5437 converting ip addresses is have you tried pack? revisions <*:##NULL>
4809 .hi.us is Hawaii revisions <*:##NULL>
3267 hawkaloogie is <hawkaloogie> my goal in life is to create the first CPAN mirror on the moon! revisions <*:##NULL>
5246 涼宮ハルヒ is HAWT revisions <*:##NULL>
59 headh is < headh> I do only what I have to to get my work done, I dont have time for researching althoug I want to revisions <*:##NULL>
4304 daryl is heh revisions <*:##NULL>
3815 gnurdux is He is taking a walk revisions <*:##NULL>
5912 speak-dutch is Helaas is er geen een die Nederlands spreekt op dit moment. revisions <*:##NULL>
4492 daveman is he likes greeting everyone. a lot! & is cookoo for closures! revisions <*:##NULL>
4417 dr-dos is HELL revisions <*:##NULL>
5315 i will stab you in the face if you abuse the bot is he'll do it man, he's crazy! revisions <*:##NULL>
10957 jesus said that there is hellfire that people go to forever if they say no to him and his work on the cross as a payment for their sin. Search this in google "Jesus is savior" and click on how to be saved revisions <*:##NULL>
9289 huf is he'll huff, he'll puff, and he'll blow your house down revisions <*:##NULL>
13124 "hello" is “hello” revisions <*:##NULL>
4032 define hello is hello revisions <*:##NULL>
9918 botje is He looks like a chicken. tastes like fish. revisions <*:##NULL>
9731 commenserate is help and advice will be commensurate with the explanation of the problem revisions <*:##NULL>
5395 helpers is Helpers are handy people who answer your questions and demand no penance. Be nice to the Helpers! Lest they not be nice in return! revisions <*:##NULL>
5445 quanta is helps with Zoffix's HTML hate but sadly not with his speling revisions <*:##NULL>
10116 dupa is help vampire. does not listen. see http://pastebin.ca/raw/2535644 revisions <*:##NULL>
4453 here docs is here documents are arbitrary strings with style! http://www.shlomifish.org/lecture/Perl/Newbies/lecture4/string-forms/here_doc.html ; http://www.stonehenge.com/merlyn/UnixReview/col12.html revisions <*:##NULL>
8390 relearn here docs is here documents are arbitrary strings with style! http://www.shlomifish.org/lecture/Perl/Newbies/lecture4/string-forms/here_doc.html ; http://www.stonehenge.com/merlyn/UnixReview/col12.html ; http://en.wikipedia.org/wiki/Here_document revisions <*:##NULL>
15197 button is Here, have a muffin. revisions <*:##NULL>
8764 whereismycontext is HERES YOUR CONTEXT: COCKS COCKS COCKS COCKS COCKS COCKS COCKS COCKS COCKS COCKS COCKS COCKS revisions <*:##NULL>
5236 villian is "He says to me, he says to me, 'You got STYLE, baby. But if you're going to be a real villain, you gotta get a gimmick.' And so I go I says YEAH, baby. A gimmick, that's it. High explosives. Aaaaaa-hahahahaha!" revisions <*:##NULL>
15736 greetnom is Heya nomikos revisions <*:##NULL>
489 is stupid is hey, fuck you too buddy! revisions <*:##NULL>
3505 pastebot project is Hey, we could use some help! Check out: http://sf.net/projects/pastebot/ revisions <*:##NULL>
5152 surprise! is HGALGUAHGLAGUABHALUGAHGLAGAHLGAGHAG COCKSUCKING! revisions <*:##NULL>
5154 surprise is HGALGUAHGLAGUABHALUGAHGLAGAHLGAGHAG COCKSUCKING! revisions <*:##NULL>
7917 _be_paste is Hi, can I paste this very long script I downloaded and let you fix it for me plz?? revisions <*:##NULL>
5396 hop is Higher Order Perl, http://hop.perl.plover.com/, download at http://hop.perl.plover.com/book/pdf/HigherOrderPerl.pdf revisions <*:##NULL>
431 high is HIGH ON JEBUS revisions <*:##NULL>
4505 hs is High School revisions <*:##NULL>
13105 hiya is Hi :) Have a look around! revisions <*:##NULL>
13103 hello is Hi :) Have a look around! revisions <*:##NULL>
11989 shell clippy is Hi! It looks like you're trying to pass variables to a another program by invoking a shell with backticks! Did you mean: system(@ARGS) revisions <*:##NULL>
9255 unlearn mstratman: um, that was him asking revisions <*:##NULL>
9254 mstratman: um, that was him asking revisions <*:##NULL>
3585 stuff is hi %nick% revisions <*:##NULL>
5463 hink is hink offers flash / flex / air / actionscript help revisions <*:##NULL>
264 .hk is .hk is Hong Kong revisions <*:##NULL>
265 .hm is .hm is Heard and McDonald Islands revisions <*:##NULL>
5763 all tests successful is Hmm... time to write more tests revisions <*:##NULL>
5254 railbait is HNIC: Head Nigger in Charge revisions <*:##NULL>
266 .hn is .hn is Honduras revisions <*:##NULL>
26 ouah is ho le maichan trolleur revisions <*:##NULL>
10287 d'oh is Homer Simpson says, "All fools present, please say d'oh!" revisions <*:##NULL>
3879 mjh is Hoooooooooah! revisions <*:##NULL>
5309 hoop is hoop revisions <*:##NULL>
4535 hor|zon is Hor|zon is my dog's name revisions <*:##NULL>
10858 minicpan is Host your own CPAN! For local mirrors and/or private repos https://metacpan.org/pod/distribution/CPAN-Mini/bin/minicpan revisions <*:##NULL>
14788 joshua is How about a nice game of chess? revisions <*:##NULL>
12362 shall we play a game is How about a nice game of chess? revisions <*:##NULL>
15944 hbu is how about you revisions <*:##NULL>
3665 engrish is how asians say English revisions <*:##NULL>
5554 learning is How fast one can learn something (perl, rocket science, quantum thermodynamics) is relative and variable. We can't give an answer to questions of this sort because of all of the unknowns involved revisions <*:##NULL>
7918 _be_web is How I can make teh web wit pearl?!?! revisions <*:##NULL>
3775 right is How the hell should I know? TIAS, jackass revisions <*:##NULL>
29 questions is How To Ask Questions The Smart Way - http://www.catb.org/~esr/faqs/smart-questions.html revisions <*:##NULL>
426 smart questions is How To Ask Questions The Smart Way - http://www.catb.org/~esr/faqs/smart-questions.html revisions <*:##NULL>
477 how to ask smart questions is How To Ask Questions The Smart Way - http://www.catb.org/~esr/faqs/smart-questions.html revisions <*:##NULL>
13641 perlembed is how to embed perl in your C program - https://perldoc.pl/perlembed revisions <*:##NULL>
13699 perlrun is how to execute the Perl interpreter - https://perldoc.pl/perlrun or perldoc perlrun # run, perldoc perlrun. see perldoc perlrun! revisions <*:##NULL>
5552 needle is "How to find certain element in an array / a list?" - see: http://xrl.us/beoq4z , or directly at the perlfaq at http://xrl.us/beoq45 revisions <*:##NULL>
10306 how to get help is How to Get Help Online (2013 ed.) - http://www.shlomifish.org/philosophy/computers/how-to-get-help-online/2013.html - search engines, IRC, Stack Exchange (Stackoverflow/etc.), mailing lists/web-forums . revisions <*:##NULL>
13658 perlhack is How to hack at the Perl internals - https://perldoc.pl/perlhack revisions <*:##NULL>
13706 perltie is how to hide an object class in a simple variable - https://perldoc.pl/perltie revisions <*:##NULL>
16049 deploymenthandler is howto: https://blog.altre.us/posts/2022-07-28-how-to-deploymenthandler/ metacpan: https://metacpan.org/pod/DBIx::Class::DeploymentHandler revisions <*:##NULL>
11221 5to6 is how to write perl 6 coming from perl 5: http://doc.perl6.org/language/5to6 revisions <*:##NULL>
267 .hr is .hr is Croatia (Hrvatska) revisions <*:##NULL>
268 .ht is .ht is Haiti revisions <*:##NULL>
4287 error record is HTML: 188 errors CSS: 12 errors: http://www.lamest-crapper.blogspot.com/ revisions <*:##NULL>
4439 html dog is HTML Dog's XHTML and CSS Tutorials - http://www.htmldog.com/ revisions <*:##NULL>
4165 text-embedded perl is HTML::Mason, ePerl (largely abandoned by the original author), Embperl, Text::Template revisions <*:##NULL>
4166 text embedded perl is HTML::Mason, ePerl (largely abandoned by the original author), Embperl, Text::Template revisions <*:##NULL>
4302 error record 2 is HTML: Not valid - Errors: 13476, http://validator.w3.org/check?uri=http://www.saabvideos.com/videos.html revisions <*:##NULL>
11895 rickswm is http://72.211.166.141:8080/RicksWM-5.2.2.tar.gz revisions <*:##NULL>
8729 anatomy of types is http://altreus.blogspot.com/2011/06/anatomy-of-types.html revisions <*:##NULL>
10974 lists is http://altreus.blogspot.com/2011/08/lists-and-things-made-of-lists.html revisions <*:##NULL>
8830 lists and things is http://altreus.blogspot.com/2011/08/lists-and-things-made-of-lists.html revisions <*:##NULL>
10096 map and grep is http://altreus.blogspot.co.uk/2011/10/understanding-and-using-map-and-grep.html revisions <*:##NULL>
4306 ie fixed hack is http://annevankesteren.nl/2004/07/fixed-positioning revisions <*:##NULL>
12785 scooter is http://assets.amuniversal.com/102b456085bd01302913001dd8b71c47 revisions <*:##NULL>
12786 lion is http://assets.amuniversal.com/14c64e2085bd01302913001dd8b71c47 revisions <*:##NULL>
12787 park is http://assets.amuniversal.com/1e8bdd6085bd01302913001dd8b71c47 revisions <*:##NULL>
12788 chair is http://assets.amuniversal.com/26ddd7e085bd01302913001dd8b71c47 revisions <*:##NULL>
12789 think is http://assets.amuniversal.com/29e70ca085bd01302913001dd8b71c47 revisions <*:##NULL>
12790 hurry is http://assets.amuniversal.com/3733ddd085bd01302913001dd8b71c47 revisions <*:##NULL>
12791 minority is http://assets.amuniversal.com/49fd980085bd01302913001dd8b71c47 revisions <*:##NULL>
12792 tomorrow is http://assets.amuniversal.com/f4578730663a012f2fdb00163e41dd5b revisions <*:##NULL>
5226 poeslides is http://axkit.org/docs/presentations/tpc2002/poe.axp/poe.pdf revisions <*:##NULL>
423 babel is http://babel.altavista.com revisions <*:##NULL>
5541 bacon is http://bacolicio.us/http://failblog.org/2009/04/01/product-fail/ revisions <*:##NULL>
13888 hunter2 is http://bash.org/?244321 revisions <*:##NULL>
9605 bitkeeper is http://better-scm.shlomifish.org/bk/ - a proprietary and commercial version control system that was used by the Linux kernel and by other projects before git, Mercurial and other quality open source solutions came along. Stay a clear mile away if you know what's good for you. revisions <*:##NULL>
9402 as29386 is http://bgp.he.net/AS29386 revisions <*:##NULL>
5726 youtube-dl is http://bitbucket.org/rg3/youtube-dl/wiki/Home - download movies from youtube. revisions <*:##NULL>
13247 catfight is http://bitsandpieces.us/wp-content/uploads/2018/03/Cat-fight-575x531.jpg revisions <*:##NULL>
12781 mstpan is http://blog.kablamo.org/2015/09/08/mstpan/ revisions <*:##NULL>
14180 tuit is http://blog.liruoko.ru/images/tuit/tuit_002_small.jpg | https://www.turners-retreat.co.uk/images/products/standard/316.jpg revisions <*:##NULL>
11147 unauthorized release is http://blog.mycpan.com/2012/03/unauthorized_releases/ revisions <*:##NULL>
9385 perl myths is http://blog.timbunce.org/2008/03/08/perl-myths/ revisions <*:##NULL>
10326 leaks is http://blog.woobling.org/2009/05/become-hero-plumber.html revisions <*:##NULL>
10525 memory leaks is http://blog.woobling.org/2009/05/become-hero-plumber.html | https://metacpan.org/pod/Devel::MAT revisions <*:##NULL>
6132 miwmirmif is http://c2.com/cgi/wiki?MakeItWorkMakeItRightMakeItFast revisions <*:##NULL>
4411 #perl stats is http://cabbage.org.uk/2007/pisg/freenode-%23perl.html revisions <*:##NULL>
12570 swag is http://cafepress.com/perlbot revisions <*:##NULL>
12165 dalek is http://canyouactually.com/wp-content/uploads/12-221.jpg revisions <*:##NULL>
12166 tall is http://canyouactually.com/wp-content/uploads/16-171.jpg revisions <*:##NULL>
12164 snowman is http://canyouactually.com/wp-content/uploads/7-299.jpg revisions <*:##NULL>
12167 angels is http://canyouactually.com/wp-content/uploads/creative-snowman-ideas-61-585400dc8dbc0__605.jpg revisions <*:##NULL>
66 jargon is http://catb.org/esr/jargon/ revisions <*:##NULL>
4028 brute force programming is http://catb.org/~esr/jargon/html/B/brute-force.html revisions <*:##NULL>
4029 brute force is http://catb.org/~esr/jargon/html/B/brute-force.html revisions <*:##NULL>
9661 story of mel is http://catb.org/jargon/html/story-of-mel.html revisions <*:##NULL>
8973 ccan is http://ccodearchive.net revisions <*:##NULL>
12223 ingy is http://cdn.mos.cms.futurecdn.net/3NBcHNbymxJMMEVWLZVdr7.jpg revisions <*:##NULL>
8738 rhcomic is http://cheezburger.com/View/4873873152 revisions <*:##NULL>
4212 cms wiki is http://cms.wikia.com/wiki/Main_Page revisions <*:##NULL>
5617 catalyst cms is http://code.google.com/p/websiteinabox/ or http://svn.palle.net/projects/EasyCMS2/trunk/ revisions <*:##NULL>
4266 "#perl6 logs" is http://colabti.de/irclogger/irclogger_logs/perl6 revisions <*:##NULL>
4267 #perl6 logs is http://colabti.de/irclogger/irclogger_logs/perl6 revisions <*:##NULL>
5132 shlomif networking problem is http://community.livejournal.com/shlomif_tech/7034.html revisions <*:##NULL>
5523 branes is http://conferences.yapcasia.org/ya2008/talk/1101 revisions <*:##NULL>
11914 perl versions is http://cpanmetadb.plackperl.org/versions/ revisions <*:##NULL>
3443 contributing to cpan is http://cpan.org/misc/cpan-faq.html#How_contribute_modules revisions <*:##NULL>
5631 cpants is http://cpants.perl.org/ revisions <*:##NULL>
6399 kwalitee is http://cpants.perl.org/kwalitee.html revisions <*:##NULL>
4321 backgrounds is http://csstesthelp.tripod.com/back.zip assorted background images... most of them suck but you might find something revisions <*:##NULL>
4410 demo is http://demo.plainblack.com revisions <*:##NULL>
8481 cpan reverse depends is http://deps.cpantesters.org/depended-on-by.pl revisions <*:##NULL>
5643 dysfunction is http://despair.com/dysfunction.html - we don't know if you're an idiot or not, we only know what you've said, and if you come across as an idiot in your first three lines you'll be treated like one. this isn't anything personal, so please calm down, rethink your question, and try and come across as the genius you really are on your second attempt revisions <*:##NULL>
10532 perl license is http://dev.perl.org/licenses/ revisions <*:##NULL>
4560 blead perl is http://dev.perl.org/perl5/source.html revisions <*:##NULL>
5317 perlmonkey is http://d.imagehost.org/0684/perl.png revisions <*:##NULL>
5055 help for markup is http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you revisions <*:##NULL>
13098 sublime perl is http://docs.sublimetext.info/en/latest/reference/build_systems/basics.html with { "cmd": ["perl", "$file"], "file_regex": ".* at (.*) line ([0-9]*)", "selector": "source.perl" } revisions <*:##NULL>
9283 dwimperl is http://dwimperl.com/ - DWIM Perl for Windows is a Strawberry Perl derivative for Windows. It contains everything you will need for your Perl development. revisions <*:##NULL>
4036 calendar is http://emr.cs.iit.edu/home/reingold/calendar-book/Calendrica.html revisions <*:##NULL>
8628 sw0rdfish is http://encyclopediadramatica.ch/Quitting_IRC_forever revisions <*:##NULL>
9138 trill is http://en.memory-alpha.org/wiki/Trill revisions <*:##NULL>
8002 ad hominem is http://en.wikipedia.org/wiki/Ad_hominem - a fallacy where the source of the claim is used as a validity for the claim. Also see "Pot Calling the Kettle Black" and "Practice what you preach." revisions <*:##NULL>
5048 ascii_url is http://en.wikipedia.org/wiki/ASCII revisions <*:##NULL>
10660 select loop is http://en.wikipedia.org/wiki/Asynchronous_I/O revisions <*:##NULL>
5240 jaynes is http://en.wikipedia.org/wiki/Bicameralism_(psychology) - Julian Jaynes's theory about the evolution of Consciousness revisions <*:##NULL>
5126 buffalo buffalo buffalo buffalo buffalo buffalo buffalo buffalo is http://en.wikipedia.org/wiki/Buffalo_buffalo_Buffalo_buffalo_buffalo_buffalo_Buffalo_buffalo revisions <*:##NULL>
4465 relears cargo cult is http://en.wikipedia.org/wiki/Cargo_cult , http://en.wikipedia.org/wiki/Cargo_cult_programming , http://wwwcdf.pd.infn.it/~loreti/science.html revisions <*:##NULL>
7807 projects is http://en.wikipedia.org/wiki/Category:Perl_software revisions <*:##NULL>
5739 chewbacca defense is http://en.wikipedia.org/wiki/Chewbacca_defense or http://www.metacafe.com/watch/1974564/chewbacca_defense/ revisions <*:##NULL>
4472 dragon book is http://en.wikipedia.org/wiki/Compilers:_Principles,_Techniques,_and_Tools_(2nd_Edition) revisions <*:##NULL>
8465 learn dragon book is http://en.wikipedia.org/wiki/Compilers:_Principles,_Techniques,_and_Tools - a Classic text about compiler theory revisions <*:##NULL>
5196 eats shoots and leaves is http://en.wikipedia.org/wiki/Eats,_Shoots_&_Leaves revisions <*:##NULL>
3732 to hacker is http://en.wikipedia.org/wiki/Hacker revisions <*:##NULL>
3733 hacker is http://en.wikipedia.org/wiki/Hacker or http://www.catb.org/~esr/faqs/hacker-howto.html or http://www.paulgraham.com/gh.html or http://www.paulgraham.com/gba.html revisions <*:##NULL>
9762 halting problem is http://en.wikipedia.org/wiki/Halting_problem - why code cannot fully introspect any other arbitrary code. For the flip side is: https://metacpan.org/module/Acme::HaltingProblem revisions <*:##NULL>
9705 indirection is http://en.wikipedia.org/wiki/Indirection - “All problems in computer science can be solved by adding another level of indirection.” — David Wheeler (R.I.P, not David A. Wheeler or David E. Wheeler). revisions <*:##NULL>
9290 io is http://en.wikipedia.org/wiki/Input/output revisions <*:##NULL>
5024 troll is http://en.wikipedia.org/wiki/Internet_troll and http://www.flayme.com/troll/ revisions <*:##NULL>
4752 dooky's location is http://en.wikipedia.org/wiki/Isla_Vista revisions <*:##NULL>
4144 japh is http://en.wikipedia.org/wiki/Just_another_Perl_hacker revisions <*:##NULL>
9696 kiss principle is http://en.wikipedia.org/wiki/KISS_principle - Keep it Simple, Stupid. revisions <*:##NULL>
15631 netsplit is http://en.wikipedia.org/wiki/Netsplit - IRC is many servers. When one disconnects, that's a netsplit. revisions <*:##NULL>
5186 sapir whorf is http://en.wikipedia.org/wiki/Sapir-Whorf_hypothesis - your language constrain and affects your thought. Also see http://en.wikipedia.org/wiki/Blub_(programming). revisions <*:##NULL>
9782 star trek is http://en.wikipedia.org/wiki/Star_Trek - a popular Sci-Fi franchise, which spawned a lot of fan fic. revisions <*:##NULL>
9783 ds9 is http://en.wikipedia.org/wiki/Star_Trek:_Deep_Space_Nine - one of the bestest show evar. Also see http://www.shlomifish.org/humour/Star-Trek/We-the-Living-Dead/ . revisions <*:##NULL>
8502 stoic is http://en.wikipedia.org/wiki/Stoicism - just because you don't like a situation, it does not mean you should lose your senses about it. "Don't worry be happy". http://en.wikipedia.org/wiki/Hakuna_matata (Disney sense). revisions <*:##NULL>
7774 heisenbug is http://en.wikipedia.org/wiki/Unusual_software_bug#Heisenbug - a bug that disappears when one attempts to debug it. revisions <*:##NULL>
5157 warnock is http://en.wikipedia.org/wiki/Warnock%27s_Dilemma revisions <*:##NULL>
4478 wtf license is http://en.wikipedia.org/wiki/WTFPL revisions <*:##NULL>
5476 xxy problem is http://en.wikipedia.org/wiki/XXY revisions <*:##NULL>
9142 relearn thx as thx is http://enwp.org/THX , a sound reproduction standard - and worse still, a set of macros in perl core for XS to use. So please spell out "thanks" in #perl (or use the northern english "ta" and blame mst) revisions <*:##NULL>
5492 archive::tar example is http://erxz.com/pb/15831?tidy=on&hl=on&submit=Format+it! revisions <*:##NULL>
3720 perl stats is http://erxz.com/stats/ revisions <*:##NULL>
9148 timezone is http://everytimezone.com 'Never warp your brain with time zone math again.' revisions <*:##NULL>
4570 qemu is http://fabrice.bellard.free.fr/qemu/ revisions <*:##NULL>
5295 oink is http://failblog.org/2008/09/25/police-fail-2/ revisions <*:##NULL>
4619 java sucks is http://fax.twilightcoders.net/files/Accessors.java revisions <*:##NULL>
4303 perl6 test.pm is http://feather.perl6.nl/~markstos/Test.pm.html revisions <*:##NULL>
5485 cats using ladders is http://foto.krabjiem.lv/kakena-izglabsana/7169/ revisions <*:##NULL>
8936 anna nas is http://fr-fr.facebook.com/annanas74 revisions <*:##NULL>
4528 xtat pics is http://gallery.pichars.org revisions <*:##NULL>
4529 pichars is http://gallery.pichars.org revisions <*:##NULL>
4419 chris picture is http://gallery.rapidpacket.com/vegas06/ revisions <*:##NULL>
5442 saq is http://ginini.com/perlsaq.html revisions <*:##NULL>
5559 gumbypan is http://github.com/bingos/gumbypan/tree/master revisions <*:##NULL>
14332 xml::libxml is http://grantm.github.io/perl-libxml-by-example/ revisions <*:##NULL>
4025 learning perl the hard way is http://greenteapress.com/perl/ revisions <*:##NULL>
4006 neotech is http://groups.google.com/group/alt.fan.unabomber/msg/f2a168a22e24b8d7 revisions <*:##NULL>
7837 hart explained is http://groups.google.nl/group/pl.comp.lang.perl/msg/3d47c84a1307e381 revisions <*:##NULL>
3392 gtk2-perl is http://gtk2-perl.sourceforge.net/ revisions <*:##NULL>
8164 gtk is http://gtk2-perl.sourceforge.net/doc/gtk2-perl-study-guide/ revisions <*:##NULL>
4471 gumbymoo is http://gumbybrain.com/brain/gumby200703221.jpg revisions <*:##NULL>
9495 dot counting law is http://haacked.com/archive/2009/07/14/law-of-demeter-dot-counting.aspx revisions <*:##NULL>
4510 also, html is http://htmlparsing.icenine.ca revisions <*:##NULL>
7790 grammar is http://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html revisions <*:##NULL>
9351 alot is http://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html | http://i.imgur.com/7M4Xz.jpg revisions <*:##NULL>
9676 hyperpolyglot is http://hyperpolyglot.org/scripting revisions <*:##NULL>
10340 kemosabe is http://i295.photobucket.com/albums/mm134/jimmylh/kemosabe-1.jpg revisions <*:##NULL>
8629 y r u is http://i.imgur.com/HL1ZR.jpg revisions <*:##NULL>
9123 drugs is http://i.imgur.com/MYopv.jpg revisions <*:##NULL>
8474 duke nukem is http://i.imgur.com/NjFrU.png revisions <*:##NULL>
10251 fuck it is http://i.imgur.com/wcZTKfPl.png revisions <*:##NULL>
10523 vart är japh is http://i.imgur.com/wgnqi6B.jpg revisions <*:##NULL>
10524 var är japh is http://i.imgur.com/wgnqi6B.jpg revisions <*:##NULL>
10085 idea is http://i.imgur.com/xVyoSl.jpg revisions <*:##NULL>
12334 stages of debugging is http://i.imgur.com/ZwCUbES.png revisions <*:##NULL>
9164 perl vs python is http://i.japh.se/pp.png revisions <*:##NULL>
9165 python vs perl is http://i.japh.se/pp.png revisions <*:##NULL>
9125 python cmp perl is http://i.japh.se/pp.png revisions <*:##NULL>
10236 flying lolcats is http://imgur.com/AzKMhYp revisions <*:##NULL>
10230 flying lolcat is http://imgur.com/AzKMhYp revisions <*:##NULL>
12269 ac is http://imgur.com/gallery/9KWrH revisions <*:##NULL>
12153 facepalm mosaic is http://i.neoseeker.com/mgv/308920/920/28/facepalm_display.jpg revisions <*:##NULL>
5629 is perl dead is http://isperldead.com/ revisions <*:##NULL>
8505 f00lish is | http://i.xintron.se/nano/_MG_3410_g.jpg revisions <*:##NULL>
8506 f00lish =~ s/$/, he is | http://i.xintron.se/nano/_MG_3410_g.jpg/ revisions <*:##NULL>
8507 f00lish =~ s{$}{, he is | http://i.xintron.se/nano/_MG_3410_g.jpg} revisions <*:##NULL>
4774 grocery store is http://jagerman.com/grocery_store_kid_no_candy.avi revisions <*:##NULL>
4399 perlcafe is http://jagerman.com/perlcafe/ revisions <*:##NULL>
5685 ovid's cgi course is http://jdporter.perlmonk.org/cgi_course/ revisions <*:##NULL>
5752 ovid's cgi tutorial is http://jdporter.perlmonk.org/cgi_course/ revisions <*:##NULL>
159 perl jobs is http://jobs.perl.org revisions <*:##NULL>
8133 kent\n is http://kent-fredric.fox.geek.nz , hireme, but please, let it be opensource stuff that I can release to CPAN. revisions <*:##NULL>
8252 babby is http://knowyourmeme.com/memes/how-is-babby-formed revisions <*:##NULL>
68 learn perl is http://learn.perl.org/library/beginning_perl/ revisions <*:##NULL>
3828 beginning is http://learn.perl.org/library/beginning_perl/ revisions <*:##NULL>
10631 event reflexivity is http://leonerds-code.blogspot.com/2014/02/event-reflexive-programming.html revisions <*:##NULL>
10659 futures advent is http://leonerds-code.blogspot.co.uk/2013/12/futures-advent-day-1.html revisions <*:##NULL>
10855 denied is http://lucumr.pocoo.org/2010/4/3/april-1st-post-mortem/ revisions <*:##NULL>
3379 vim for perl programming is http://mamchenkov.net/blog/item/vim_for_perl_developers revisions <*:##NULL>
3888 vim for perl developers is http://mamchenkov.net/wordpress/2004/05/10/vim-for-perl-developers/ revisions <*:##NULL>
4751 jagerman's location is http://maps.google.ca/maps?f=q&hl=en&geocode=&q=Sackville,+NB,+Canada&ie=UTF8&ll=45.95115,-64.335937&spn=87.21612,152.050781&t=k&z=3&iwloc=addr&om=1 revisions <*:##NULL>
8893 :unsure: is http://maxcdn.thedesigninspiration.com/wp-content/uploads/2009/09/cute-animals/baby27.jpg revisions <*:##NULL>
3273 meme is http://maxwell.lucifer.com/virus/alt.memetics/what.is.html revisions <*:##NULL>
3308 maypole is http://maypole.simon-cozens.org/ revisions <*:##NULL>
10277 zoffix is http://metacpan.org/author/ZOFFIX revisions <*:##NULL>
9955 fatpacker is http://metacpan.org/pod/App::FatPacker - pack your dependencies onto your script file revisions <*:##NULL>
5734 sicp is http://mitpress.mit.edu/sicp/ - "Structure and Interpretation of Computer Programs" - A Classical Text on Programming revisions <*:##NULL>
14688 modern perl is http://modernperlbooks.com/ | https://metacpan.org/pod/Modern::Perl revisions <*:##NULL>
3761 mod_perl book is http://modperlbook.org/ revisions <*:##NULL>
4308 ie filters is http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp revisions <*:##NULL>
4169 software wars is http://mshiltonj.com/software_wars/ revisions <*:##NULL>
8908 thrig hates info docs is http://m.xkcd.com/912/ revisions <*:##NULL>
8907 standards is http://m.xkcd.com/927/ revisions <*:##NULL>
12803 herding cats is http://myplace.frontier.com/~r.bond/cats/cats.htm revisions <*:##NULL>
9980 lp example is http://my.safaribooksonline.com/book/programming/perl/9781449311063/learning-perl/id2924359 - but please don't call subs with & and always 'use strict' revisions <*:##NULL>
13180 ftp is http://mywiki.wooledge.org/FtpMustDie revisions <*:##NULL>
5981 ftpmustdie is http://mywiki.wooledge.org/FtpMustDie revisions <*:##NULL>
11148 taking over is http://neilb.org/2013/07/24/adopt-a-module.html revisions <*:##NULL>
11149 adopt a module is http://neilb.org/2013/07/24/adopt-a-module.html revisions <*:##NULL>
14957 cpan river is http://neilb.org/2015/04/20/river-of-cpan.html revisions <*:##NULL>
12784 http comparison is http://neilb.org/reviews/http-requesters.html revisions <*:##NULL>
4878 norvig is http://norvig.com/21-days.html revisions <*:##NULL>
7787 fountain of doubt is http://oglaf.com/fountain-of-doubt/1/ - subtle isn't it revisions <*:##NULL>
5738 newlines is http://onlamp.com/pub/a/onlamp/2006/08/17/understanding-newlines.html ; http://en.wikipedia.org/wiki/Newline revisions <*:##NULL>
4882 line in a file is http://p3m.org/line-in-a-file.html revisions <*:##NULL>
13987 inotify is http://p3rl.org/Linux::Inotify2 revisions <*:##NULL>
11760 moose manual is http://p3rl.org/Moose::Manual revisions <*:##NULL>
11206 discouraged is http://p3rl.org/Perl::Critic::Policy::Freenode::DiscouragedModules revisions <*:##NULL>
8179 docs like cpan is http://p3rl.org/Pod::ProjectDocs revisions <*:##NULL>
6249 sfb is http://p3rl.org/sfb revisions <*:##NULL>
11569 lawyers is http://pdf.textfiles.com/posters/lawyercoloringbook.pdf revisions <*:##NULL>
5765 perl101 is http://perl101.org/ - Tips, snippets, and best practices revisions <*:##NULL>
9970 perl advent is http://perl6advent.wordpress.com/ http://www.perladvent.org/2013/ http://advent.perldancer.org/2013 http://www.catalystframework.org/calendar/ http://leonerds-code.blogspot.co.uk/2013/12/futures-advent-day-1.html revisions <*:##NULL>
15404 perl7 is http://perl7faq.grinnz.com/ revisions <*:##NULL>
15456 perl 7 is http://perl7faq.grinnz.com/ - "Our official position is that we are interested in advanced capabilities added to the language but cannot commit to a specific design or implementation." https://www.nntp.perl.org/group/perl.perl5.porters/2021/01/msg258817.html revisions <*:##NULL>
4552 perl-begin is http://perl-begin.org/ revisions <*:##NULL>
8255 life with cpan is http://perl-begin.org/topics/cpan/life-with-cpan/ revisions <*:##NULL>
10616 cpan wrappers is http://perl-begin.org/topics/cpan/wrappers-for-distributions/ revisions <*:##NULL>
5690 asciio is http://perlbuzz.com/2008/04/asciio-lets-you-create-ascii-charts-graphically.html revisions <*:##NULL>
5701 optimization club is http://perlbuzz.com/mechanix/2008/02/the-rules-of-optimization-club.html revisions <*:##NULL>
5700 optimizing club is http://perlbuzz.com/mechanix/2008/02/the-rules-of-optimization-club.html revisions <*:##NULL>
14480 perldoc is http://perldoc.pl/ or USE THE DOCS INSTALLED ON YOUR SYSTEM. On *nix you get perldoc(1) (See perldoc perldoc), and on windows activestate comes with HTML. revisions <*:##NULL>
9414 perlito is http://perlito.org/ - a Perl 5 / Perl 6 compiler written in Perl 5 / Perl 6. revisions <*:##NULL>
10092 mod_perl vs psgi is http://perlmaven.com/perl-cgi-mod-perl-psgi revisions <*:##NULL>
10093 psgi vs mod_perl is http://perlmaven.com/perl-cgi-mod-perl-psgi revisions <*:##NULL>
3924 perlmeme is http://perlmeme.org/ revisions <*:##NULL>
4988 brian d foy's guide to solving any perl problem is http://perlmonks.org/?displaytype=print;node_id=376075 revisions <*:##NULL>
3342 death to dotstar is http://perlmonks.org/index.pl?node_id=24640 revisions <*:##NULL>
4892 value in array is http://perlmonks.org/?node_id=371938 revisions <*:##NULL>
5185 milestone screenshots is http://perl.net.au/wiki/Freenode_Sharp_Perl_FAQ#Our_Milestone_Pictures revisions <*:##NULL>
8463 perl humour is http://perl.net.au/wiki/Perl_Humour revisions <*:##NULL>
3281 suffering from buffering is http://perl.plover.com/FAQs/Buffering.html revisions <*:##NULL>
3475 mjd buffering is http://perl.plover.com/FAQs/Buffering.html revisions <*:##NULL>
4454 sufferin fer bufferin is http://perl.plover.com/FAQs/Buffering.html revisions <*:##NULL>
71 namespace is http://perl.plover.com/FAQs/Namespaces.html revisions <*:##NULL>
12256 namespaces is http://perl.plover.com/FAQs/Namespaces.html | https://perlmaven.com/packages-modules-and-namespace-in-perl revisions <*:##NULL>
28 precedence is http://perl.plover.com/FAQs/Precedence.html revisions <*:##NULL>
3773 iaq is http://perl.plover.com/IAQ/IAQlist.html revisions <*:##NULL>
5733 lc is http://perl.plover.com/lambda/tpj.html revisions <*:##NULL>
3474 mjd local is http://perl.plover.com/local.html revisions <*:##NULL>
3352 variable variables is http://perl.plover.com/varvarname.html revisions <*:##NULL>
3324 variable variable name is http://perl.plover.com/varvarname.html revisions <*:##NULL>
3679 var vars is http://perl.plover.com/varvarname.html revisions <*:##NULL>
4208 variable variable is http://perl.plover.com/varvarname.html revisions <*:##NULL>
4190 mjd 12 is http://perl.plover.com/yak/12views/samples/notes.html revisions <*:##NULL>
6280 design patterns is http://perl.plover.com/yak/design/ revisions <*:##NULL>
4156 locking is http://perl.plover.com/yak/flock/ revisions <*:##NULL>
4211 flock is http://perl.plover.com/yak/flock/ revisions <*:##NULL>
10824 web book is http://perlwebbook.com/ revisions <*:##NULL>
6313 plack is http://plackperl.org/ - an interface between Perl web applications and web servers (inspired by Python's WSGI and Ruby's Rack). revisions <*:##NULL>
4317 ie double is http://plone.org/documentation/how-to/ie-double-margin-bug revisions <*:##NULL>
3344 plp is http://plp.juerd.nl/ revisions <*:##NULL>
4350 evolution of a poe server is http://poe.perl.org/?Evolution_of_a_POE_Server - A quick tutorial showing some of the power of POE. revisions <*:##NULL>
4572 poe::wheel::run is http://poe.perl.org/?POE_Cookbook/Child_Processes_2 revisions <*:##NULL>
5137 thoth on cgi is http://pound.perl.org/RTFM/thoth-anti-cgi-rant.html revisions <*:##NULL>
6397 pe is http://projecteuler.net/ revisions <*:##NULL>
4922 pxperl is http://pxperl.com/ (url dead - seems unmaintained) perl distribution for Windows that's not ActiveState and includes a C compiler and Pugs revisions <*:##NULL>
11207 hatetris is http://qntm.org/files/hatetris/hatetris.html revisions <*:##NULL>
9559 lp2h is http://qntm.org/files/perl/perl.html revisions <*:##NULL>
9839 640k is http://quoteinvestigator.com/2011/09/08/640k-enough/ revisions <*:##NULL>
8587 dropbox is http://razorfast.com/2011/04/25/dropbox-attempts-to-kill-open-source-project/ revisions <*:##NULL>
8660 mastering regular expressions is http://regex.info/ - the book by Jeffrey Friedl . revisions <*:##NULL>
491 regex info is http://regular-expressions.info/ revisions <*:##NULL>
5256 rx is http://rjbs.manxome.org/rx/ revisions <*:##NULL>
5778 ew73's local::lib for dh is http://robotsrule.us/local-lib-dreamhost.tar.gz revisions <*:##NULL>
3699 pugs revisions log is http://rt.openfoundry.org/Foundry/Project/Source/index.html/pugs/log/ revisions <*:##NULL>
4318 ugly code is http://ruler.student.utwente.nl/csshorror.jpg revisions <*:##NULL>
3647 away is http://sackheads.org/~bnaylor/spew/away_msgs.html revisions <*:##NULL>
15941 forwarded for is https://adam-p.ca/blog/2022/03/x-forwarded-for/ revisions <*:##NULL>
4314 wd is https://addons.mozilla.org/firefox/60/ revisions <*:##NULL>
11224 sad is http://sadtrombone.com/ revisions <*:##NULL>
10598 obsolete is http://safr.kingfeatures.com/idn/test/zone/xml/content.php?file=aHR0cDovL3NhZnIua2luZ2ZlYXR1cmVzLmNvbS9CZWV0bGVCYWlsZXkvMjAwMy8wMS9CZWV0bGVfQmFpbGV5LjIwMDMwMTA3XzkwMC5naWY= revisions <*:##NULL>
10602 levitation is http://safr.kingfeatures.com/idn/test/zone/xml/content.php?file=aHR0cDovL3NhZnIua2luZ2ZlYXR1cmVzLmNvbS9CZWV0bGVCYWlsZXkvMjAwNC8wNy9CZWV0bGVfQmFpbGV5LjIwMDQwNzI2XzkwMC5naWY= revisions <*:##NULL>
10603 republican is http://safr.kingfeatures.com/idn/test/zone/xml/content.php?file=aHR0cDovL3NhZnIua2luZ2ZlYXR1cmVzLmNvbS9CZWV0bGVCYWlsZXkvMjAwNS8wNC9CZWV0bGVfQmFpbGV5X3FzLjIwMDUwNDAzXzkwMC5naWY= revisions <*:##NULL>
12446 bootstrapping perl is https://altreus.blogspot.co.uk/2017/02/bootstrapping-perl.html revisions <*:##NULL>
5212 rsync is http://samba.anu.edu.au/rsync/ - a tool for remote synchronisation of files and directory structures. Many features. revisions <*:##NULL>
14333 mauve is https://assets.amuniversal.com/b1e4d2d09fcd012f2fe600163e41dd5b revisions <*:##NULL>
10766 concurrency and async in perl is https://blog.afoolishmanifesto.com/posts/concurrency-and-async-in-perl/ revisions <*:##NULL>
12002 comments is https://blog.codinghorror.com/code-tells-you-how-comments-tell-you-why/ revisions <*:##NULL>
14446 perl-homedir is https://bugzilla.redhat.com/show_bug.cgi?id=1709491 revisions <*:##NULL>
15988 ccache is https://ccache.dev/ , a fast compiler cache tool revisions <*:##NULL>
15478 artistic is https://choosealicense.com/licenses/artistic-2.0/ compare to https://choosealicense.com/licenses/mit/ revisions <*:##NULL>
5070 schwern's books is http://schwern.org/~schwern/litmus_test/index.html revisions <*:##NULL>
12553 augh is http://scicurious.scientopia.org/wp-content/uploads/sites/3/2010/11/Augh1.jpg revisions <*:##NULL>
15971 cmocka is https://cmocka.org/ ; "a unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers." revisions <*:##NULL>
15869 cmus is https://cmus.github.io/ ; terminal music player revisions <*:##NULL>
14670 password is https://codahale.com/how-to-safely-store-a-password/ ; Use Argon2 ( https://metacpan.org/pod/Crypt::Argon2 ), Bcrypt ( https://metacpan.org/pod/Crypt::Eksblowfish::Bcrypt ) or Scrypt ( https://metacpan.org/pod/Crypt::ScryptKDF ). Do not use SHA256, SHA512, SHA1, SHA3, MD5, or even 3DES. revisions <*:##NULL>
14334 polyglot is https://codegolf.stackexchange.com/questions/102370/add-a-language-to-a-polyglot?answertab=oldest#tab-top revisions <*:##NULL>
14056 code golf is https://codegolf.stackexchange.com/questions/5105/tips-for-golfing-in-perl revisions <*:##NULL>
14491 windows console is https://conemu.github.io/ + https://mridgers.github.io/clink/ | And maybe try the beta of MS's completely new terminal system https://github.com/microsoft/terminal and https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701 revisions <*:##NULL>
15315 mdn is https://developer.mozilla.org/en-US/ ; https://en.wikipedia.org/wiki/MDN_Web_Docs revisions <*:##NULL>
50 sdl perl is http://sdlperl.org/ revisions <*:##NULL>
51 perl sdl is http://sdlperl.org/ revisions <*:##NULL>
14783 duckduckgo is https://duckduckgo.com revisions <*:##NULL>
16058 lto is https://duckduckgo.com/?t=ffab&q=load+time+optimization&atb=v140-1&ia=web revisions <*:##NULL>
12406 perl6 bible is http://search.mcpan.org/~autrijus/Perl6-Bible-0.30/ revisions <*:##NULL>
12379 class-accessor is http://search.mcpan.org/dist/Class-Accessor/ ; http://www.shlomifish.org/lecture/Perl/Newbies/lecture5/accessors/cpan-modules.html - you probably want Moose instead. revisions <*:##NULL>
12387 dmake is http://search.mcpan.org/dist/dmake/ revisions <*:##NULL>
12390 framesready is http://search.mcpan.org/dist/FramesReady/ revisions <*:##NULL>
12400 module starter is http://search.mcpan.org/dist/Module-Starter/ revisions <*:##NULL>
12416 test-count is http://search.mcpan.org/dist/Test-Count/ - a DSL for automatically counting tests in test scripts . See http://www.perl.com/pub/2007/04/12/lightning-four.html revisions <*:##NULL>
12415 test tutorial is http://search.mcpan.org/dist/Test-Simple/lib/Test/Tutorial.pod revisions <*:##NULL>
12419 www::mechanize is http://search.mcpan.org/dist/WWW-Mechanize/ ; http://search.mcpan.org/perldoc?WWW::Selenium - interact with web-sites using Perl. revisions <*:##NULL>
12388 explain regex is http://search.mcpan.org/dist/YAPE-Regex-Explain/Explain.pm revisions <*:##NULL>
12396 link to cpan modules is http://search.mcpan.org/perldoc/Module::Name or http://p3rl.org/Module::Name revisions <*:##NULL>
12404 pastebot is http://search.mcpan.org/~rcaputo/Bot-Pastebot-0.52/ revisions <*:##NULL>
12410 rfc822 is http://search.mcpan.org/src/EFOLLEY/HTML-FormatData-0.10/lib/HTML/FormatData.pm revisions <*:##NULL>
12412 secure http (https) with perl is http://search.mcpan.org/src/GAAS/libwww-perl-5.834/README.SSL. If you have warnings on lwp6+ about Peer Cert not verified, install Mozilla::CA and/or export PERL_LWP_SSL_VERIFY_HOSTNAME=0 revisions <*:##NULL>
12391 https is http://search.mcpan.org/src/GAAS/libwww-perl-5.834/README.SSL. If you have warnings on lwp6+ about Peer Cert not verified, install Mozilla::CA and/or export PERL_LWP_SSL_VERIFY_HOSTNAME=0 revisions <*:##NULL>
12389 find module is http://search.mcpan.org/ that's how you search cpan and find modules, if you have trouble with that, try searching google with, "site:search.mcpan.org module i want" without the quotes revisions <*:##NULL>
10591 dos on dope is http://secretgeek.net/dod_intro.asp revisions <*:##NULL>
14066 aslr is https://en.wikipedia.org/wiki/Address_space_layout_randomization revisions <*:##NULL>
15302 bourekas is https://en.wikipedia.org/wiki/B%C3%B6rek revisions <*:##NULL>
16158 bdb is https://en.wikipedia.org/wiki/Berkeley_DB revisions <*:##NULL>
9947 bisect is https://en.wikipedia.org/wiki/Bisection_%28software_engineering%29 revisions <*:##NULL>
15990 cargo cult is https://en.wikipedia.org/wiki/Cargo_cult_programming revisions <*:##NULL>
14732 cvs is https://en.wikipedia.org/wiki/Concurrent_Versions_System - a version control system. Also see git . revisions <*:##NULL>
16057 hny is https://en.wikipedia.org/wiki/Happy_New_Year_(disambiguation) revisions <*:##NULL>
10856 ikiwiki is https://en.wikipedia.org/wiki/Ikiwiki - a cool wiki/etc. engine written in Perl 5 which uses a VCS backend (e.g: git) and can be used online or offline. | with hosting at https://www.branchable.com/ revisions <*:##NULL>
15940 ir is https://en.wikipedia.org/wiki/Intermediate_representation revisions <*:##NULL>
14731 png is https://en.wikipedia.org/wiki/Portable_Network_Graphics - a compressed lossless raster file format with support for alpha opacity and 24-bit RGB images. Also see webp revisions <*:##NULL>
16077 purim is https://en.wikipedia.org/wiki/Purim revisions <*:##NULL>
10619 pygmalion effect is https://en.wikipedia.org/wiki/Pygmalion_effect - "The greater the expectation placed upon people, the better they perform." Contrast with the "golem effect". revisions <*:##NULL>
13908 vimes theory of socioeconomic unfairness is https://en.wikipedia.org/wiki/Sam_Vimes#Boots_theory_of_socio-economic_unfairness revisions <*:##NULL>
15976 strace is https://en.wikipedia.org/wiki/Strace - trace system calls (e.g: filesystem accesses) revisions <*:##NULL>
16051 tui is https://en.wikipedia.org/wiki/Text-based_user_interface revisions <*:##NULL>
16140 webp is https://en.wikipedia.org/wiki/WebP - the WebP image format, whose files tend to be smaller than PNG and JPEG ones, and look better and crispier than JPEG. revisions <*:##NULL>
16040 www is https://en.wikipedia.org/wiki/World_Wide_Web ; https://www.w3.org/ revisions <*:##NULL>
15981 ltns is https://en.wiktionary.org/wiki/long_time_no_see#English revisions <*:##NULL>
14983 notpastebin is https://f.perl.bot/#perl or http://fpaste.scsys.co.uk/perl or https://gist.github.com/ or App::NoPaste or so on and so forth revisions <*:##NULL>
10826 unlawful is https://freenode.net/policy.shtml#unlawful revisions <*:##NULL>
12075 perl.js is https://gfx.github.io/perl.js/ revisions <*:##NULL>
13376 fix package declarations is https://gist.github.com/Altreus/e693f739227806f8cf02bf898724cb95 revisions <*:##NULL>
10793 latency is https://gist.github.com/jboner/2841832 | http://i.imgur.com/k0t1e.png | http://www.youtube.com/watch?v=JEpsKnWZrJ8 revisions <*:##NULL>
8964 mptk is https://github.com/apeiron/modern-perl-cpan-task-kensho revisions <*:##NULL>
13422 etiquette is https://github.com/fizerkhan/irc-etiquette revisions <*:##NULL>
14386 raptor is https://github.com/kraih/perl-raptor revisions <*:##NULL>
9755 emscripten is https://github.com/kripken/emscripten/wiki - an LLVM to JavaScript compiler allowing one to compile C, C++, Objective C, OCaml, Java, etc. to JavaScript for putting on web-pages. revisions <*:##NULL>
8882 perlootut is https://github.com/mirrors/perl/blob/blead/pod/perlootut.pod revisions <*:##NULL>
9940 bumblebee is https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac revisions <*:##NULL>
9939 bumblbee is https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac revisions <*:##NULL>
14067 dist.ini is https://github.com/shlomif/dzil-dist-ini-format-documentation/blob/master/dist-ini-format-document.pod revisions <*:##NULL>
9113 dbic masterclass is http://shadow.cat/archive/conference-video/yapc-eu-2008/dbic-masterclass/ revisions <*:##NULL>
11722 mstpan web frameworks is http://shadow.cat/blog/matt-s-trout/mstpan-1/ revisions <*:##NULL>
11723 mstpan perl build is http://shadow.cat/blog/matt-s-trout/mstpan-10/ revisions <*:##NULL>
11724 mstpan dist build is http://shadow.cat/blog/matt-s-trout/mstpan-11/ revisions <*:##NULL>
14724 but i can't use cpan is http://shadowcat.co.uk/blog/matt-s-trout/but-i-cant-use-cpan/ | Please tell us what restrictions you are working with so we can best help you make your life easier with CPAN! revisions <*:##NULL>
5567 shadowcat is http://shadowcat.co.uk/ - the Catalyst and systems consultancy mst works for, who also host the http://cpan.shadowcatprojects.net/ mirror revisions <*:##NULL>
10396 conjugation is http://sherlock.scsys.co.uk/~matthewt/NN-conjugation revisions <*:##NULL>
8411 shalom etymology is http://shlomif.livejournal.com/42172.html (also see the comments) - Hebrew word of Proto-Semitic origins meaning "well-begin", "peace", "harmony", "welfare", etc. revisions <*:##NULL>
4718 rindolf about gmail is http://shlomif.livejournal.com/46955.html revisions <*:##NULL>
4581 shlomif vim tips is http://shlomif.livejournal.com/tag/vim and http://community.livejournal.com/shlomif_tech/tag/vim revisions <*:##NULL>
8611 all languages suck is http://shlomif-tech.livejournal.com/57811.html revisions <*:##NULL>
4474 shootout is http://shootout.alioth.debian.org/ revisions <*:##NULL>
15476 httpwtf is https://httptoolkit.tech/blog/http-wtf/ revisions <*:##NULL>
4990 optional module is http://sial.org/blog/2006/12/optional_perl_module_loading.html revisions <*:##NULL>
5305 not root is http://sial.org/howto/perl/life-with-cpan/non-root/ revisions <*:##NULL>
4046 non-root cpan is http://sial.org/howto/perl/life-with-cpan/non-root/ revisions <*:##NULL>
3359 perldoc howto is http://sial.org/howto/perl/perldoc/ revisions <*:##NULL>
14377 english is https://i.giphy.com/media/FFvsp95AGYkE/giphy.webp revisions <*:##NULL>
15601 90s is https://i.imgur.com/1mSPar8.png revisions <*:##NULL>
14164 clap is https://i.imgur.com/2mgmNCI.gif revisions <*:##NULL>
14387 flanos is https://i.imgur.com/54VlvRJ.jpg revisions <*:##NULL>
15520 devs now and then is https://i.imgur.com/Gm7N4DM.jpg revisions <*:##NULL>
14051 facepalm is https://i.imgur.com/Nfwb2x5.gif | https://media.tenor.com/images/2ab2f4ca1d8112ac64ca5878c39522df/tenor.gif revisions <*:##NULL>
15992 hotdaemon is https://i.imgur.com/TM2WxKu.jpg revisions <*:##NULL>
15674 like a boss is https://i.imgur.com/VxnPuWY.png revisions <*:##NULL>
15675 daemon is https://i.imgur.com/VxnPuWY.png revisions <*:##NULL>
9937 sec.pl is http://simple-evcorr.sourceforge.net/ - event correlation tool for advanced event processing which can be harnessed for event log monitoring and blah blah blahsdj revisions <*:##NULL>
14128 languages is https://i.redd.it/2qz2rwfid0b21.jpg revisions <*:##NULL>
15239 adorable is https://i.redd.it/9qhdxwu8s3q51.jpg revisions <*:##NULL>
15440 the manual is https://i.redd.it/ts71fru3xfd61.png revisions <*:##NULL>
14129 wsl is https://i.redd.it/y81hqbwet1b21.jpg revisions <*:##NULL>
15987 fullstack is https://i.redd.it/za35c2azb0991.jpg revisions <*:##NULL>
8364 vampire is http://slash7.com/2006/12/22/vampires/ revisions <*:##NULL>
13189 quickstart is https://learnxinyminutes.com/docs/perl/ -> http://mvp.kablamo.org/ -> https://qntm.org/files/perl/perl.html -> http://www.modernperlbooks.com/ revisions <*:##NULL>
12098 tabs is https://lea.verou.me/2012/01/why-tabs-are-clearly-superior/ revisions <*:##NULL>
14029 debian stable is https://linux.pictures/thumbs/projects/debian-stable-jpg/debian-stable-400x600.jpg revisions <*:##NULL>
12798 trump wind is https://media.giphy.com/media/w5KMBQt6drXvq/giphy.gif revisions <*:##NULL>
12800 trump bird is https://media.giphy.com/media/w5KMBQt6drXvq/giphy.gif revisions <*:##NULL>
12268 metacpan is https://metacpan.org - a search engine for CPAN (http://www.cpan.org). open source, has an API, and google results link to up to date documentation revisions <*:##NULL>
10628 miyagawa is https://metacpan.org/author/MIYAGAWA - Creator of Place/PSGI, cpanm, etc. revisions <*:##NULL>
16033 python also is https://metacpan.org/dist/Inline-Python/view/Python.pod revisions <*:##NULL>
13435 recent is https://metacpan.org/feed/recent - A RDF-formatted feed for recent CPAN distribution submissions revisions <*:##NULL>
15947 plx is https://metacpan.org/pod/App::plx manage lots of local::lib like setups on a per project basis. warning, mstware. revisions <*:##NULL>
16028 cpan smoker is https://metacpan.org/pod/CPAN::Reporter::Smoker revisions <*:##NULL>
10868 profiling is https://metacpan.org/pod/Devel::NYTProf and http://blog.timbunce.org/2008/07/15/nytprof-v2-a-major-advance-in-perl-profilers/ revisions <*:##NULL>
15479 githubmeta is https://metacpan.org/pod/Dist::Zilla::Plugin::GithubMeta revisions <*:##NULL>
10823 orm list is https://metacpan.org/pod/EntityModel#SEE-ALSO revisions <*:##NULL>
13273 exceptions is https://metacpan.org/pod/Exceptions or: do{}. or do not. there is no try{}. Unless you install https://metacpan.org/pod/Syntax::Keyword::Try or https://metacpan.org/pod/Try::Tiny revisions <*:##NULL>
11338 local::lib bootstrap is https://metacpan.org/pod/local::lib#The-bootstrapping-technique revisions <*:##NULL>
16137 base64 is https://metacpan.org/pod/MIME::Base64 revisions <*:##NULL>
14776 path::tiny is https://metacpan.org/pod/Path::Tiny - a functional and feature-rich files/dirs/etc.-manipulation CPAN module. Also see slurp revisions <*:##NULL>
12432 realpath is https://metacpan.org/pod/Path::Tiny#realpath revisions <*:##NULL>
14737 perlsecret is https://metacpan.org/pod/perlsecret revisions <*:##NULL>
12123 scalar hash is https://metacpan.org/pod/release/SHAY/perl-5.25.3/pod/perldelta.pod#scalar-hash-return-signature-changed revisions <*:##NULL>
11795 postderef is https://metacpan.org/pod/release/WOLFSAGE/perl-5.23.1/lib/feature.pm#The-postderef-and-postderef_qq-features revisions <*:##NULL>
11337 autoderef is https://metacpan.org/pod/release/WOLFSAGE/perl-5.23.1/pod/perldelta.pod#The-autoderef-feature-has-been-removed but https://metacpan.org/pod/release/WOLFSAGE/perl-5.23.1/pod/perldelta.pod#Postfix-dereferencing-is-no-longer-experimental revisions <*:##NULL>
14950 unescape is https://metacpan.org/pod/String::Unescape revisions <*:##NULL>
16106 match is https://metacpan.org/pod/Syntax::Keyword::Match revisions <*:##NULL>
16105 equ is https://metacpan.org/pod/Syntax::Operator::Equ revisions <*:##NULL>
10592 rename is https://metacpan.org/release/File-Rename - not the crap one from util-linux. revisions <*:##NULL>
15506 tt2 is https://metacpan.org/release/Template-Toolkit revisions <*:##NULL>
12377 cunningham is https://meta.wikimedia.org/wiki/Cunningham's_Law revisions <*:##NULL>
432 dirty thieves is http://sourceforge.net/projects/perlbot/ revisions <*:##NULL>
15682 try is https://p3rl.org/Syntax::Keyword::Try or https://p3rl.org/Feature::Compat::Try or https://p3rl.org/Try::Tiny | Try things before asking about them. See also TIAS | http://mvp.kablamo.org/cpan/exceptions/ revisions <*:##NULL>
14609 pause is https://pause.perl.org/pause/query - Perl Authors Upload SErver revisions <*:##NULL>
12849 dhcp is https://pbs.twimg.com/media/DIcv2lfUIAA4Fbg.jpg revisions <*:##NULL>
14363 list capture is https://perl.bot/p/kw8l2y revisions <*:##NULL>
13229 news is https://perl.com | http://perlweekly.com revisions