http://qs321.pair.com?node_id=730005


in reply to Re: Making variables visible between calls.
in thread Making variables visible between calls.

Yes, at the moment that is my own solution, but that forces the user to get a set of predefined parameters. It works, but not as clean as I would like it to be to the user. ;)

Thanks

Alberto Simões

  • Comment on Re^2: Making variables visible between calls.

Replies are listed 'Best First'.
Re^3: Making variables visible between calls.
by ikegami (Patriarch) on Dec 12, 2008 at 18:13 UTC

    A set? No. You could pass a hash or an object.

    Not as clean? Any method of passing arguments without using parameters would be less clean than using parameters.