File:  [Coherent Logic Development] / pandia / Attic / crawl.pl
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 23 23:17:08 2025 UTC (4 weeks ago) by snw
Branches: MAIN
CVS tags: HEAD
Initial revision

#!/usr/bin/env perl

# 
# $Id: crawl.pl,v 1.1 2025/06/23 23:17:08 snw Exp $
#  Copyright (C) 2025 Coherent Logic Development LLC
#
# Author: Serena Willis <snw@coherent-logic.com>
#
# Licensed AGPL-3.0
#
# $Log: crawl.pl,v $
# Revision 1.1  2025/06/23 23:17:08  snw
# Initial revision
#
#

use HTTP::Tiny;
use HTML::TreeBuilder;


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>