Revision history of "PERL Scripts for Databases"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:13, 31 March 2021WikiSysop (talk | contribs). . (776 bytes) (+776). . (Created page with " =PERL DBD::Oracle Connection= This works without a tnsnames.ora file. <nowiki> #!/usr/bin/perl # Connecting without a tns use warnings ; use strict ; use DBI; $\="\n"; pr...")