Help for this page

Select Code to Download


  1. or download this
    use warnings;
    no warnings "uninitialized";
    
  2. or download this
    use 5.010;
    use strict;
    ...
    sub debug {
        say shift;
    }