April 2023 Archives

Data::Table - Weekly Travelling in CPAN

Destination: Data::Table
Distribution: Data-Table
Module version: 0.38
Main Contributors: Yingyao Zhou (EZDB), Guangzhou Zou
License: [perl]


Near the Christmas in 2022, I played a data engineering challenge called "Hanukkah of Data 5783". You can find it on https://hanukkah.bluebird.sh/5783 . Players can download data of either .CSV, .JSON or .SQLITE format.

The first* ta…

Web::Scraper - Weekly Travelling in CPAN

Destination: Web::Scraper
Distribution: Web-Scraper
Module version: 0.38
Main Contributors: Tatsuhiko Miyagawa (MIYAGAWA)
License: [perl_5]

The official document provided by Web::Scraper is quite clear. I copied the style and comments and made up a script :

use v5.24.0;
use URI;
use Web::Scraper;
 
# First, create your scraper block
my $modules = scraper {
    # Parse all TDs inside 'table' with classname equ…

About C.-Y. Fung

user-pic This blog is inactive and replaced by https://e7-87-83.github.io/coding/blog.html ; but I post highly Perl-related posts here.