in reply to Sharing Namespaces
There's one.use One; use Config; my $config = Config -> new(); my $one = One -> new(); if ($one -> can('config') { $one -> config($config); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sharing Namespaces
by skazat (Chaplain) on Jan 27, 2006 at 09:19 UTC | |
by gloryhack (Deacon) on Feb 01, 2006 at 12:28 UTC |