Help for this page

Select Code to Download


  1. or download this
       use warnings;
       use strict;
    
  2. or download this
       use diagnostics;
    
  3. or download this
        Use of implicit split to @_ is deprecated 
        at ./t line 7 (#1)
    ...
        compiler when you clobber a subroutine's argument 
        list, so it's better if you assign the results
        of a split() explicitly to an array (or list).