0
votes
1
vote
Is it worth learning BASH when I know Perl?
don't learn 'bash', learn sh/ksh/pdksh, its the basis of bash and knowing the basics of it instead of all the bad practices (bashisms) learning bash would teach you, would let you use any unix/posi …
5
votes
Why opensource database like Postgresql and Mysql don’t have encrypted stored proc?
While I'm sure encrypted stored procs are a simple matter of programming in PostgreSQL at least (MySQL and stored procs do not have a long history together), with PgSQL's custom languages support, …
0
votes
What do you keep in your Perl toolbox?
CGI::Application::Dispatch (thus CGI::Application too)
CGI::Fast
DBIx::Class
Template Toolkit
DBD::Pg
Coro
AnyEvent::*
Gtk2::* …
0
votes
Significant new inventions in computing since 1980
Let's see, Connection Machines (Massive Parallelism) for one.
Anyway, this whole question seems like an egoboo for Alan Kay since he invented everything.
…
0
votes
What Perl module would you be lost without?
CGI::Application
DBI
AnyEvent (I'm definitely a POE skeptic)
Template Toolkit
…
