Help for this page

Select Code to Download


  1. or download this
    my $ref;
    if($asset->{related_files}){
    ...
    }else{
     $ref = [];
    }
    
  2. or download this
    ## simpler shorthand-code doesn't work, why?
    eval {
    ...
    if($@){
     print "error"
    }