Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub min{
        print "min11";
    }
    
  2. or download this
    Subroutine min redefined at test.pl line 8 (#1)
        (W redefine) You redefined a subroutine.  To suppress this warning
    +, say
    
    ...
            eval "sub name { ... }";
            }