#!/usr/bin/perl use strict; no warnings; use Module::CoreList; use Data::Dumper::Concise; my @mods = Module::CoreList->find_modules(qr/^*/); print Dumper @mods;
In reply to A quick corelist by Khen1950fx
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |