Help for this page

Select Code to Download


  1. or download this
    "column monthly_cost format 9999999999999.99"
    
  2. or download this
    # Pull the DB record for the service_number passed 
    my $dbh = DBI->connect( "dbi:Oracle:$dbase", $user, $pass,
    ...
            from comms.services where service_number = ?"
            );
        $sth->execute($svce);