Help for this page

Select Code to Download


  1. or download this
    print IO Data::Dumper->new([$data],[$name])->Indent(2)->Quotekeys(0)->
    +Dump if $name;
    
  2. or download this
    wantarray ? return @file : return join '', @file;