Skip to content

Instantly share code, notes, and snippets.

View imranmchoudhary's full-sized avatar

imranmchoudhary

View GitHub Profile
@imranmchoudhary
imranmchoudhary / recursive_index.pl
Created May 4, 2022 07:03 — forked from Zverik/recursive_index.pl
Create index.html with a list of all files
#!/usr/bin/perl
# Create index.html with a list of all files.
# Written by Ilya Zverev, licensed WTFPL.
use strict;
use POSIX qw(strftime);
use HTML::Template;
use File::Basename;
use Getopt::Long;