Re: parse xml with invalid chars

2010-06-05 Thread Roman Makurin
I think i found solution suitable for me. I would wrap all broken texts in CDATA sections, it works perfectly. Thanks for help On Fri, Jun 04, 2010 at 02:05:58PM -0400, Chas. Owens wrote: > On Fri, Jun 4, 2010 at 13:30, Roman Makurin wrote: > > I used mostly the same things, but without uri_(un)

Re: Where - best source for Perl scripts example ... mostly SYSADMIN stuff

2010-06-05 Thread Young W.
On Sat, 05 Jun 2010 15:37 +1200, "newbie01 perl" wrote: > Hi all, > > Sorry for being lazy I guess but am assuming a lot of you will > probably > have a list of their favorite sites for resources of Perl scripts > You may want to buy this book: http://oreilly.com/catalog/9780596006396 -

Re: Just asking - Tips on how to maintain your scripts ..

2010-06-05 Thread Young W.
On Sat, 05 Jun 2010 15:42 +1200, "newbie01 perl" wrote: > Hi all, > > Just writing to ask if any one can advise on what tools to use best for > maintaining your scripts ... preferably free/open source and portable if > there is one, that is, one that can be placed and run on a USB stick ... >

Re: Just asking - Tips on how to maintain your scripts ..

2010-06-05 Thread Robert Wohlfarth
On Fri, Jun 4, 2010 at 10:42 PM, newbie01 perl wrote: > Just writing to ask if any one can advise on what tools to use best for > maintaining your scripts ... preferably free/open source and portable if > there is one, that is, one that can be placed and run on a USB stick ... > We use Bazaar at

Re: Just asking - Tips on how to maintain your scripts ..

2010-06-05 Thread Shlomi Fish
On Saturday 05 Jun 2010 06:42:31 newbie01 perl wrote: > Hi all, > > Just writing to ask if any one can advise on what tools to use best for > maintaining your scripts ... preferably free/open source and portable if > there is one, that is, one that can be placed and run on a USB stick ... > > At

Re: List of Available Modules ... ???

2010-06-05 Thread Chaitanya Yanamadala
sorry abt that could be a type mistake.. try this one.. $ perl -MFile::Find=find -MFile::Spec::Functions -lwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC' Chaitanya On Sat, Jun 5, 2010 at 3:12 PM, newbie01 perl wrote: > Hi Chaitanya, > > Thanks for your s