in reply to Exporting use strict/warnings into main::
use Exporter; sub import { strict->import; warnings->import; goto &Exporter::import; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Exporting use strict/warnings into main::
by nysus (Parson) on May 15, 2020 at 16:11 UTC |