Help for this page

Select Code to Download


  1. or download this
    if ( not( $ref ) ) { 
       print "No results\n";
    } else { 
       # code to print results
    }
    
  2. or download this
      my $result = join ", ", @{ $ref }; 
      print $result, "\n";