diigouser2 's Library tagged → View Popular
Recursive Regular Expressions - good coders code, great reuse
Now let’s look at the Yo Dawg regular expression in the picture above. Can you guess what it does? It matches a fully parenthesized expression such as (foo(bar())baz) or balanced parentheses ((()()())()).
But please don’t use these regular expressions in production as they are too cryptic. Use Text::Balanced or Regexp::Common Perl modules.
-
Now let’s look at the Yo Dawg regular expression in the picture above. Can you guess what it does? It matches a fully parenthesized expression such as
(foo(bar())baz)or balanced parentheses((()()())()). -
But please don’t use these regular expressions in production as they are too cryptic. Use Text::Balanced or Regexp::Common Perl modules.
local::lib::deps - search.cpan.org
"use local::lib::deps;
$local::lib::deps->install_deps( 'My::Module', 'Dep::One', 'Dep::Two' );"
How can I install a specific version of a Perl module? - Stack Overflow
install M/MS/MSCHWERN/Test-Simple-0.62.tar.gz
-
install M/MS/MSCHWERN/Test-Simple-0.62.tar.gz
The Diffusion of Technical Knowledge and the Crisis of the Technology Worker - Vox
We all have a stake in finishing a project and a domain of action for accomplishing that. I would never start questioning legal matters at a direct reports meeting, and I ask that you refrain from speculating that this all could have been more easily done using VBA and Excel, just because you heard so from a friend of a friend.
Technology meetings should never be limited to the workers in a given department. In return, for opening the door, I ask that my non IT colleagues try to show some sensitivity and realize that often your off the cuff suggestions can sound to me like you are saying my skill and ability are no longer needed. Often what I hear is that I'm going to be forced to work with yet another ill conceived technology directive. For this sensitivity is needed all around.
-
I would never start
questioning legal matters at a direct reports meeting, and I ask that
you refrain from speculating that this all could have been more
easily done using VBA and Excel, just because you heard so from a
friend of a friend. -
Technology meetings should never be limited
to the workers in a given department. In return, for opening the
door, I ask that my non IT colleagues try to show some sensitivity
and realize that often your off the cuff suggestions can sound to me
like you are saying my skill and ability are no longer needed. Often
what I hear is that I'm going to be forced to work with yet another
ill conceived technology directive. For this sensitivity is needed
all around.
Re: [Catalyst] ways to do stuff and why
I tend to return the DBIC objects but make sure the controller only ever
interacts with *semantic* methods rather than the DBIC-specific
find/search/etc. so I could swap it out for such an extra layer if I ever need
to.
-
I tend to return the DBIC objects but make sure the controller only ever
interacts with *semantic* methods rather than the DBIC-specific
find/search/etc. so I could swap it out for such an extra layer if I ever need
to.
Low Level Manager: Care and feeding of third party perl modules at work -- how do you do it?
4 easy steps to make Mason utf-8 Unicode clean with Apache, mod_perl, and DBI
-
PerlSetVar MasonPreamble "use utf8;"
TryCatch - search.cpan.org
TryCatch - first class try catch semantics for Perl, without source filters.
Pod::Classdoc - Generate Javadoc-like detail class documentation from POD - search.cpan.org
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in perl
-
Perl
Items: 6 | Visits: 33
Created by: Erika Foreman
-
development
Items: 88 | Visits: 49
Created by: zou ave
-
Perl
Perl
Items: 37 | Visits: 37
Created by: Brant Chen
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
