Help for this page

Select Code to Download


  1. or download this
    use CGI qw/ :standard /;
    use Data::Dumper;
    use HTML::TokeParser;
    ...
    }
    
    print Data::Dumper->Dump( [ \%text ], [qw( text )] );