Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: My first memorable Perl project was:

by talexb (Chancellor)
on Oct 02, 2021 at 02:18 UTC ( [id://11137188]=note: print w/replies, xml ) Need Help??


in reply to My first memorable Perl project was:

The first one that I thought was pretty cool was something that took a memory model (in tabular format) and generated the necessary CREATE TABLE commands to build the table, complete with primary key and foreign key constraints. Then it took that output (in the Unix pipe-lining philosophy) and checked that each of the tables primary key types matched the foreign key types when they appeared in other tables; another script ordered the commands, so that the independent tables appeared first, followed by the dependent tables.

It impressed the hell out of the senior consultant on the contract, which didn't hurt. It definitely sold me on the value of Perl as an Open Source tool. I sure wish I'd made copies of those scripts. That was in about '98, and (I think) Perl 5 had just come out. Good times.

PS Oh yeah, all built without actual access to an SQL database .. I just looked up the appropriate syntax on-line. Such a geek.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137188]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found