Help for this page
use Errno ':POSIX'; { ... print 'test', $/ or die $!; }
*CORE::GLOBAL::glob = sub { my $pat = shift; my @got; ... package Whatever; print <[a-z_]+\.pm>; #show all pragmas in the current directory