Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $content = get($url);
    my $ascii = &htmltoascii::convert($content);
    print "test is $ascii\n";
    
  2. or download this
    
    sub convert {
    ...
        for $t->find_by_tag_name('table') ;
        return($obj);
    }