Changeset 15740


Ignore:
Timestamp:
2008-05-28T10:15:41+12:00 (16 years ago)
Author:
mdewsnip
Message:

Added "use strict".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/scriptutil.pm

    r12966 r15740  
    2525
    2626package scriptutil;
     27
     28use strict;
    2729no strict 'subs'; # allow barewords (eg STDERR) as function arguments
    2830no strict 'refs'; # ...but allow filehandles to be variables and vice versa
Note: See TracChangeset for help on using the changeset viewer.