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 2006-12-08 14:22:06-08 by gaetan in response to 3725
Re: OIO and default value
Great !

It works

But my next question is ;-)

How to initialize bidule in Connection::Simulate without having to declare @bidule (in Connection) with the :Arg attribute (I don't want this attribute to be accessible from outside my classes) ?

We could imagine for example the following syntax (in Connection package)

:Arg(name => 'bidule', default => 0, Restricted => 1)

This would solve my problem but this solution, from my point of view, is not an elegant solution

Have a nice we

Gaetan
Direct Responses: 3728 | Write a response