Help for this page

Select Code to Download


  1. or download this
    $myvar="location.location_code = '${l}' "
    
  2. or download this
    my $dbh = DBI->connect('DBI:Oracle:','user', 'pass', { RaiseError => 1
    + }) or die "Could not connect to Oracle backend: $DBI::errstr";
            
    ...
            my $sth = $dbh->prepare($query) || die "Failed preparing the q
    +uery. WTF?";
            
            my $retcode = $sth->execute;