Help for this page

Select Code to Download


  1. or download this
    use warnings;
    no warnings 'uninitialized';
    
  2. or download this
    my @row :default([]);
    # or
    my @other :default(new Foo::Bar());