I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-04-01 10:22:46-07 by balu
How to remove curly braces?
Hi , I have written a proc some thing like this. proc test {args} { puts "$args" } test "test1 test2 test3" Output: {test1 test2 test3} Here, I dont want curly braces in the output. How to remove those curly braces from parent proc? I dont have any control on child proc. This is very important. Please send reply. Thanks, Balu
Direct Responses: Write a response