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)
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
-
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 ...
>
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
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
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