SlideShare a Scribd company logo
Light</HTML>
COMP2021 Final Project - LightHTML
COMP2021 Final Project - LightHTML
COMP2021 Final Project - LightHTML
COMP2021 Final Project - LightHTML
COMP2021 Final Project - LightHTML
list - ls [options] elements
clean - cl elements
delete - de [options] elements
delete - de [options] elements
DEMO
Dispatch Table
hash of references to executable code
Dispatch Table
my $dispatchTable = {
! a => &func_a,
! b => &func_b,
! q => sub { exit(0) },
};
while ( 1 ) {
! print "Press a key!n";
! chomp (my $input = <STDIN>);
! if (defined $dispatchTable->($input)) {
! ! $dispatchTable->{$input}->();
! }
}
Hash table
Get user input
reference to function argvs
Dispatch Table
my $myFunc = {
! s => &saveFile,
! de => &deletTag,
! cl => &cleanUp,
! ls => &listTags,
! q => sub { $root = $root->delete; exit(0) },
! DEFAULT => sub {print ("Command not found.n")}
};
HTML::TreeBuilder
Parser that builds a HTML syntax tree
http://search.cpan.org/~cjm/HTML-Tree-5.03/lib/HTML/TreeBuilder.pm
HTML::Tree
make parse trees out of
HTML source
HTML::TreeBuilder
builds the parse trees
HTML::Element
parse trees are made up of
element class objects
create tree object
HTML::TreeBuilder
#!/usr/bin/perl -w
use warnings FATAL => 'all';
use strict;
use HTML::TreeBuilder;
use Term::ANSIColor;
(@ARGV == 1) || exit print "Usage: [HTML file].n";
(-e $ARGV[0]) || exit print "Input file does not exist.n";
my $root = HTML::TreeBuilder->new;
$root->parse_file($ARGV[0]) || die "$!";
include module
html
head
title meta
body
p
h1,h2...div
p p
Perl & LWP
by Sean M. Burke
"Fetching web pages, Parsing HTML,
Writing Spiders, & More"
http://lwp.interglacial.com/index.html
Chapter 9
HTML Processing with Trees
Chapter 10
Modifying HTML with Trees
Light</HTML>
GitHub : LightHTML
https://github.com/Conrad-Lo/LightHTML

More Related Content

PDF
The Magic Of Tie
DOCX
Table through php
PPTX
14. CodeIgniter adaugarea inregistrarilor
PDF
画像Hacks
PDF
Barcelona.pm Curs1211 sess01
PDF
2013 28-03-dak-why-fp
PDF
Михаил Крайнюк. Form api: ajax-commands
PDF
Laravel collections an overview - Laravel SP
The Magic Of Tie
Table through php
14. CodeIgniter adaugarea inregistrarilor
画像Hacks
Barcelona.pm Curs1211 sess01
2013 28-03-dak-why-fp
Михаил Крайнюк. Form api: ajax-commands
Laravel collections an overview - Laravel SP

What's hot (20)

PDF
Nette framework (WebElement #27 lightning talk)
PDF
PPTX
Array menu
ODP
Tips for using Firebird system tables
DOCX
PL/SQL Blocks
PPT
An Elephant of a Different Colour: Hack
PDF
PHP object calisthenics
PDF
Perl Fitxers i Directoris
DOCX
array implementation
DOC
Final ds record
PDF
Migrare da symfony 1 a Symfony2
TXT
PDF
Node.js - Demnächst auf einem Server in Ihrer Nähe
DOCX
C program to implement linked list using array abstract data type
TXT
Codigos
PDF
20191116 custom operators in swift
DOCX
DOCX
Data structure output 1
DOCX
Array imp of list
Nette framework (WebElement #27 lightning talk)
Array menu
Tips for using Firebird system tables
PL/SQL Blocks
An Elephant of a Different Colour: Hack
PHP object calisthenics
Perl Fitxers i Directoris
array implementation
Final ds record
Migrare da symfony 1 a Symfony2
Node.js - Demnächst auf einem Server in Ihrer Nähe
C program to implement linked list using array abstract data type
Codigos
20191116 custom operators in swift
Data structure output 1
Array imp of list
Ad

Viewers also liked (15)

PPTX
210140010 강민지 12주차 수시과제
PPTX
소셜매니저 3차미션(130602)
PPT
PPTX
School Laws Protecting Students with Food Allergies
PDF
Asio4 all v2 instruction manual
DOC
76157598 pr-mihai-andrei-aldea-despre-colinde-și-colindat
PPT
Slideshare
PPTX
Hipertension portal
PDF
都道府県の記念日等の一覧(第1版)
PPTX
A language for learning (thinking maps)
PPTX
Powerpoint taylor swift
PPTX
Parenteral controlled release drug delivery system -by varsha phirke
PPTX
Parenteral controlled release drug delivery system - by varsha phirke
210140010 강민지 12주차 수시과제
소셜매니저 3차미션(130602)
School Laws Protecting Students with Food Allergies
Asio4 all v2 instruction manual
76157598 pr-mihai-andrei-aldea-despre-colinde-și-colindat
Slideshare
Hipertension portal
都道府県の記念日等の一覧(第1版)
A language for learning (thinking maps)
Powerpoint taylor swift
Parenteral controlled release drug delivery system -by varsha phirke
Parenteral controlled release drug delivery system - by varsha phirke
Ad

Similar to COMP2021 Final Project - LightHTML (12)

PDF
lf-2003_01-0269
PDF
lf-2003_01-0269
PDF
Introduction to Perl
PDF
Perl6 Regexen: Reduce the line noise in your code.
PDF
Simple Ways To Be A Better Programmer (OSCON 2007)
PDF
SXML: S-expression eXtensible Markup Language
PDF
Hiveminder - Everything but the Secret Sauce
PDF
I, For One, Welcome Our New Perl6 Overlords
PPTX
XHTML wellformness validation with Prolog
PPTX
Web Scraping Basics
PDF
Neatly Hashing a Tree: FP tree-fold in Perl5 & Perl6
PDF
The beautyandthebeast phpbat2010
lf-2003_01-0269
lf-2003_01-0269
Introduction to Perl
Perl6 Regexen: Reduce the line noise in your code.
Simple Ways To Be A Better Programmer (OSCON 2007)
SXML: S-expression eXtensible Markup Language
Hiveminder - Everything but the Secret Sauce
I, For One, Welcome Our New Perl6 Overlords
XHTML wellformness validation with Prolog
Web Scraping Basics
Neatly Hashing a Tree: FP tree-fold in Perl5 & Perl6
The beautyandthebeast phpbat2010

Recently uploaded (20)

PPTX
Spectroscopy.pptx food analysis technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
A Presentation on Artificial Intelligence
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPTX
Tartificialntelligence_presentation.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Getting Started with Data Integration: FME Form 101
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
1. Introduction to Computer Programming.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectroscopy.pptx food analysis technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
SOPHOS-XG Firewall Administrator PPT.pptx
Encapsulation_ Review paper, used for researhc scholars
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
MYSQL Presentation for SQL database connectivity
A Presentation on Artificial Intelligence
Group 1 Presentation -Planning and Decision Making .pptx
Tartificialntelligence_presentation.pptx
Encapsulation theory and applications.pdf
Getting Started with Data Integration: FME Form 101
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Big Data Technologies - Introduction.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
1. Introduction to Computer Programming.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton

COMP2021 Final Project - LightHTML