Help for this page

Select Code to Download


  1. or download this
    no strict 'refs';
    for ( keys %{"main::"} ) {
      print "$_\n" if defined *{"main::$_"}{CODE};
    }
    
  2. or download this
    my @subs;
    for my $mod ( keys %INC ) {
    ...
        }
    }
    print "$_\n" for @subs;