Help for this page

Select Code to Download


  1. or download this
    $sth->execute() || die "Could not execute SQL statement ... maybe inva
    +lid?\n$!";
    
  2. or download this
    $sth->execute or die "Could not execute SQL statement ... maybe invali
    +d?\n$!";
    
  3. or download this
    unlink "alpha", "beta", "gamma"
           or gripe (), next LINE;
    
  4. or download this
    unlink("alpha", "beta", "gamma")
            || (gripe(), next LINE);