Perl script to find a number in matching lines and report the sum.
<geshi lang="perl">
...
178 bytes (30 words) - 18:10, 13 June 2013
...tp://tldp.org/LDP/abs/html/process-sub.html process substitution] and uses perl to parse in a property file with '=' delimiters. All '''${}''' are substit
java -xmlconfig <(perl -pne 'BEGIN { open my $fh, $ENV{SERVER_PROPERTIES_FILE} or die $!; \
...
662 bytes (106 words) - 07:11, 8 January 2010
<geshi lang="perl">
echo "Title Case to Camel Case" | perl -e 'while(<>) { split(/ /); print lcfirst(shift(@_)); print map(ucfirst,@_)
...
492 bytes (68 words) - 06:14, 12 October 2009
This perl one-liner sends ten 100 byte packets to '''hostname''', and then displays t
<geshi lang="perl">
...
694 bytes (91 words) - 23:44, 8 March 2009
...ions can give you fast replacements in Java, along with the readability of Perl. Here's an example of using a replaceAll to mask out certain digits in a c
...
650 bytes (78 words) - 02:40, 9 October 2009
== 3. Perl CGI programming ==
...makes it drop dead easy to create an interactive web page. You can get a Perl CGI page working faster than reading the first page of the Java servlet spe
...
5 KB (807 words) - 00:56, 26 May 2009
sudo aptitude install liblwp-useragent-determined-perl
...
849 bytes (115 words) - 03:54, 19 January 2010
In attempting to install [http://www.pcre.org/ Perl Compatible Regular Expressions] on Solaris I got this error:
...
2 KB (205 words) - 23:37, 27 August 2009
This means I can make my Java programs look like Perl.
...
3 KB (381 words) - 02:48, 10 November 2007
autocmd FileType ruby,eruby,yaml,perl set ai sw=2 sts=2 et
...
3 KB (441 words) - 19:44, 17 April 2013
...le.com/components/com_zoom/images/pbot.txt? HTTP/1.1" 200 9936 "-" "libwww-perl/5.805"
...php?error=http://example.com/sdsdf.gif????? HTTP/1.1" 200 9912 "-" "libwww-perl/5.805"
...
9 KB (1,678 words) - 02:33, 9 October 2009
...hich would fail to parse, another regular expression would be added to the Perl program which did the parsing. This soon turned into the most unreadable p
...
5 KB (851 words) - 01:13, 5 August 2009