help with regexp #2814 (2/7/2013 10:53:56 AM) comp.lang.perl.misc Hello,
I intend to start fixing an issue I have with a regexp of mine, but I
thought I might ask for comments even before I start myself.
I wanted to catch the text between '%[' ... ']N?l' brackets in a
... Marc
avoid empty cron logs713 (1/30/2013 4:27:56 PM) comp.unix.shell Hello,
I am using Cron version V5.0 on Linux.
I have one crontab running every minute, checking for the existence of
a file, and running a build if found.
This will create a unique log file.
When the fil... Marc
get local packages symbols with require1135 (5/22/2012 7:47:34 AM) comp.lang.perl.misc Hello, I am still trying to improve the CPAN ClearCase::Wrapper package: http://cpansearch.perl.org/src/DSB/ClearCase-Wrapper-1.16/Wrapper.pm In particular, somebody brought to my attention the fact that erro... Marc
Optionally avoid AutoLoader2024 (4/21/2012 8:01:54 AM) comp.lang.perl.misc Hello, I contribute to a family of CPAN packages which heavily use AutoSplit/ AutoLoader (ClearCase::Wrapper, ClearCase::Wrapper::MGi -- unfortunately, they interface a proprietary tool: IBM/Rational ClearCase... Marc
arithmetic persistence1555 (2/20/2011 2:43:12 PM) comp.lang.perl.misc A Sunday topic...
I bought not long ago a deck of cards with mathematical puzzles
(question on the face, answer on the back) by Martin Gardner.
One puzzle dealt with the issue of /persistence/ in the mathema... Marc
Main pod in CPAN module234 (8/5/2010 6:03:28 PM) comp.lang.perl.misc Hello, Last time I updated my ClearCase::Wrapper::MGi module on CPAN, I made one unfortunate error which had a result surprisiing to me: I added one new pod file in the extra directory, named Configuration.pod... Marc
who stole my returned list?671 (6/23/2010 12:58:51 PM) comp.lang.perl.misc Hello, Debugging session: main::(blib/script/synctree:319): exit $rc unless $sync->get_addhash || $sync->get_modhash main::(blib/script/synctree:320): || $sync- >get_sublist || $sync->_ls... Marc
macros: return or exit4691 (1/21/2010 10:25:01 AM) comp.lang.perl.misc Hello,
I consider making a change to a module, which will significantly alter
its client interface.
Until now, client functions could exit, die, or exec: no further
action was meant to take place.
Altern... Marc
Strip control characters in a file10352 (1/21/2010 9:20:51 AM) comp.lang.perl.misc Hello,
I was asked a way to strip control characters from a text file.
Soon, it became clear that newlines must be kept, as well as
(probably) tabs.
The context was however unix only.
Inspired in part ... Marc
require from autoload module1157 (6/13/2009 10:38:34 AM) comp.lang.perl.misc Hello, From an autoloaded function, a require statement succeeds, without importing any function. Using the same module works fine from a normal script. I suspect a problem with my own autoloaded module, or an... Marc
Deduplicate and keep latest date only - sort? awk?5835 (1/6/2013 7:53:46 PM) comp.unix.shell Dear All,
In a dataset with an ID and a date on each line I have one or more dates per ID. I would like to keep only the most recent date. I can sort it easily but have trouble keeping only the latest date.
... wocket(11)
problem using cut with backslash delimiter2132 (1/10/2013 11:47:23 AM) comp.unix.shell Here is a sample of a file, example.txt, containing a few lines of data:
files data=foo {} rel\path\to\01-song_name.ogg
files data=bar {} rel\path\to\02-song_name.ogg
files data=bas {} rel\path\to\03-song_... notvalid7402(9)
avoid empty cron logs713 (1/30/2013 4:27:56 PM) comp.unix.shell Hello,
I am using Cron version V5.0 on Linux.
I have one crontab running every minute, checking for the existence of
a file, and running a build if found.
This will create a unique log file.
When the fil... marc.girod(96)
help with regexp #2814 (2/7/2013 10:53:56 AM) comp.lang.perl.misc Hello,
I intend to start fixing an issue I have with a regexp of mine, but I
thought I might ask for comments even before I start myself.
I wanted to catch the text between '%[' ... ']N?l' brackets in a
... marc.girod(96)
counting '.' in a domain name721 (2/25/2013 10:53:05 AM) comp.lang.perl.misc Hi,
can someone point me to where I can read something about how I can
count the '.'s in a domain name, ie lisse.NA = 1 and www.lisse.NA =
2 and so forth, so I can weed out some subdomains from a list?
... nospam198(103)
some random remarks about Moose::Manual::Concepts1919 (3/2/2013 5:07:57 PM) comp.lang.perl.misc The complete text is available here:
http://search.cpan.org/~doy/Moose-2.0604/lib/Moose/Manual/Concepts.pod
,----
| Attributes are not methods, but defining them causes various accessor
| methods to be ... rweikusat(2679)
bash equivalent to perl regex1431 (3/17/2013 9:03:53 PM) comp.unix.shell Happy St. Pat's ng,
I find myself wanting to remove leading whitespace and digits, much like
this perl script:
#!/usr/bin/perl -w
use strict;
use 5.010;
use File::Slurp;
my $in = 'phpini.sh';
my $o... cal819(188)
I'd like to try Perl...30 (5/20/2013 2:04:34 PM) comp.lang.perl.misc I'd like to try Perl on Win 7 and according to this:
http://www.perl.org/get.html, it's a choice between ActiveState,
Strawberry and DWIM. Any advice on choosing between them would be welcome.
... peterxpercival(3)