Help for this page

Select Code to Download


  1. or download this
    use warnings; 
    ..
    # in the block
    no warnings qw(uninitialized);
    
  2. or download this
    sub skipblanks {
    #    my @data = @_;
    ...
            return $x;
    #   }
    }