Help for this page

Select Code to Download


  1. or download this
    eval "use Foo::Bar";
    
    unless ($@) {
        sub my_method { # Code }
    }
    
  2. or download this
    $matrix(0,0) = $value;