Skip to content

andygeorge/PURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURL

curl in PERL.

Installation

git clone "https://github.com/andygeorge/PURL.git"

Usage

Usage: ./PURL/PURL.pl <URL>

eg:

cd PURL
./PURL.pl "https://example.com"

Upgrading

rm -rf PURL
git clone "https://github.com/andygeorge/PURL.git"

License

None.

Using a container

podman run --rm "ghcr.io/andygeorge/purl:latest" "http://example.com"