in reply to How to reference variables in another package via keyword names

foreach(@in::keywords) { $_ =~s/asdf/fdsa/g; }
foreach sets $_
  • Comment on Re: How to reference variables in another package via keyword names
  • Download Code