Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Devel::FindBlessedRefs 1.253

    Download button

    No screenshots available
    Downloads: 202  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Paul Miller | More programs
    LGPL / FREE
    February 5th, 2012, 21:16 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Devel::FindBlessedRefs description

    Find all refs blessed under a package

    Devel::FindBlessedRefs is a Perl module to find all refs blessed under a package.

    SYNOPSIS

     use Devel::FindBlessedRefs qw(:all);

     my @refs = find_refs("PackageName");
     # this is somewhat inefficient and is rprobably only useful for testing

    If you're so inclined, you could also search this way:

     use Scalar::Util qw(blessed);

     my @refs;
     find_refs_by_coderef(sub {
     my $sv = shift;

     if( ref($sv) and blessed($sv) ) {
     push @refs, $sv if $sv->isa("PackageName");
     }
     });



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    refs blessed | Perl module | Perl | refs | blessed



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM