Perl source code beautifier

2011-04-18 Thread Bruno Costacurta
Hello, I'm looking for a command line tool for Perl source code beautifier. Thanks for your help and advice. Bye, Bruno -- Linux Counter #353844 http://counter.li.org/ -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org

Re: Perl source code beautifier

2011-04-18 Thread marcos rebelo
try perltidy http://search.cpan.org/dist/Perl-Tidy/bin/perltidy Best Regards Marcos Rebelo On Mon, Apr 18, 2011 at 12:05, Bruno Costacurta wrote: > Hello, > > I'm looking for a command line tool for Perl source code beautifier. > Thanks for your help and advice. > > Bye, > Bruno > > -- > Linux

Re: Perl source code beautifier

2011-04-18 Thread Alan Haggai Alavi
Hello Bruno, I'm looking for a command line tool for Perl source code beautifier. Have a look at Perl::Tidy. It also includes a script named `perltidy` which can be run from the command-line. Regards, Alan Haggai Alavi. -- The difference makes the difference -- To unsubscribe, e-mail: beginn

Re: Dynamic replacement of the variable

2011-04-18 Thread shawn wilson
On Apr 18, 2011 1:51 AM, "Uri Guttman" wrote: > > > "SF" == Shlomi Fish writes: > > >> NEVER do that for such a simple problem. eval string is a last resort > >> when no other technique can work well. > > SF> Well, you are right naturally, but there is no need to be so > SF> rude. Start y

Re: Dynamic replacement of the variable

2011-04-18 Thread Shlomi Fish
Hi Uri, On Monday 18 Apr 2011 08:50:43 Uri Guttman wrote: > > "SF" == Shlomi Fish writes: > SF> Hi Uri, > SF> thanks for all your input on this list. See below for my response. > > SF> On Monday 18 Apr 2011 07:56:16 Uri Guttman wrote: > >> > "mr" == marcos rebelo writes: > mr>

unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
Hi I am trying my hand in CGI , i have script that runs svn list on-submit which obviously takes 30 to 40 secs for the page to load , i plan to use a ajax loader to be printed untill those 30 to 40 seconds. But even after the page has finished loading i can still see the image. I am not good in

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Shlomi Fish
Hi Agnello, some comments on your code. On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > Hi > > I am trying my hand in CGI , i have script that runs svn list on-submit > which obviously takes 30 to 40 secs for the page to load , i plan to use a > ajax loader to be printed untill those 30

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > Hi Agnello, > > some comments on your code. > > On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > > Hi > > > > I am trying my hand in CGI , i have script that runs svn list on-submit > > which obviously takes 30 to 40 secs for the page t

Re: Dynamic replacement of the variable

2011-04-18 Thread Chap Harrison
On Apr 18, 2011, at 7:07 AM, Shlomi Fish wrote: > You could have said that it is not a good thing, while being polite and much > less hostile and angry. As it is, you are scaring many people from this list. You're right. I find it staggering that, on a list contributed to by so many intelligent

Re: Dynamic replacement of the variable

2011-04-18 Thread Shlomi Fish
Hi Chap, thanks for supporting me. Regards, Shlomi Fish On Monday 18 Apr 2011 20:55:49 Chap Harrison wrote: > On Apr 18, 2011, at 7:07 AM, Shlomi Fish wrote: > > You could have said that it is not a good thing, while being polite and > > much less hostile and angry. As it is, you are s

Re: Changing XML Tag Value in Perl

2011-04-18 Thread Rajpreet
Thanks for your replies. But the above message is jst a sample and the exact message we get is pretty huge(its a trading sysem message)... I do have XML Parser installed.. I was trying to format a sample message using start and a default handler. I do get data in a variable and can change it, but h

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > Hi Agnello, > > some comments on your code. > > On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > > Hi > > > > I am trying my hand in CGI , i have script that runs svn list on-submit > > which obviously takes 30 to 40 secs for the page t

any perl module where i could call a svn export function.

2011-04-18 Thread Agnello George
HI Would just like to know if there is any perl module where i could call a svn export function. -- Regards Agnello D'souza