Help for this page

Select Code to Download


  1. or download this
    my $foo;
    if(  eval { \@$foo }  ) {
    ...
    }
    __END__
    ARRAY(0x34d10)
    
  2. or download this
    my $foo= "not_a_code_reference";
    print "oops!\n"
        if  eval { \&$foo };