Help for this page

Select Code to Download


  1. or download this
    use Foo::Test;
    my $x = 'Foo::Test'
    my @syms = do {
        no strict 'refs';
        keys %{$x . '::'};
    };