Re: Perl source code beautifier

2011-04-20 Thread Bruno Costacurta
Indeed Perl::Tidy and perltidy does perfectly the job. Thanks to all for your help. Bye, Bruno -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl

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: special variable $? usage : SOLVED

2010-04-26 Thread Bruno Costacurta
- Original Message - From: "Shawn H Corey" To: "Brandon McCaig" Cc: "John W. Krahn" ; "Perl Beginners" Sent: Saturday, April 24, 2010 7:41 PM Subject: Re: special variable $? usage Brandon McCaig wrote: On Thu, Apr 22, 2010 at 1:05 PM, John W. Krahn wrote: What does that sentence

special variable $? usage

2010-04-22 Thread Bruno Costacurta
Hello, I'm looking about how to work with $? returning from a system call. I have the following : system("echo 'DIS CHS(*)' | runmqsc SQFR | grep CHANNEL | sort | uniq -c"); print $?; which is returning correct result : 6CHANNEL(ADMIN.MQMON)CHLTYPE(SVRCONN) 19C