Help for this page

Select Code to Download


  1. or download this
        
    my $a = "Identificação do paciente";print $a,"\n";
    
  2. or download this
        my $a = __t("Patient Id");print $a,"\n";
    
  3. or download this
        my $loc_dsn = <<DSN;
    dbi:InterBase:dbname=/home/DB/TEST.FDB;
    ...
                RaiseError => 1                            
                }
            ) or die "Can't connect to database" . DBI->errstr;