Help for this page

Select Code to Download


  1. or download this
    use PPI;
    
    ...
    my @sub_names = map { $_->name } @$subs_ref;
    
    print "@sub_names\n";