Help for this page

Select Code to Download


  1. or download this
    $f->Button(-text => "Save",
    -command => sub { # do something with %info;
        use Data::Dump;
        dd \%info;
    })->pack(-side => 'bottom');
    
  2. or download this
    {
      Address => 456,
    ...
      State => "qwe",
      Zip => "rty",
    }