Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    {
       local $Data::Dumper::Useqq = 1;
       print(STDERR Dumper($input));
    }