in reply to Re^2: Passing the files as an argument in Subroutines
in thread Passing the files as an argument in Subroutines

Hi shroh,

the correct pragma is:

use warnings;
(i.e. warnings must be plural, not use warning;).

Update: Sorry for the noice, I had not seen 2teez's earlier post to the same effect when I posted that.