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