Should use feature be added to the list of pragmas itemized by perldoc
-f use?
(I'm currently gunshy about supplying a diff). -- jpl
Currently implemented pragmas are:
use constant;
use diagnostics;
use integer;
use sigtrap qw(SEGV BUS);
use strict qw(subs vars refs);
use subs qw(afunc blurfl);
use warnings qw(all);
use sort qw(stable _quicksort _mergesort);
Thread Next