Is there anyway I can do a 
using namespace for a particular loop like in c++;
( for functions not exported )

FOr eg in a perl script 


use Some::Module
....
{ 
  using namespace Some::Module;   # Is this possible ? 
  
  someFuntion1();          # Instead of Some::Module::someFunction1()
  someFunction2();         # Instead of Some::Module::someFunction2()
}

----------------------------------------

Thanks
Ram





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to