in reply to Documentation system

I am currently working on my diploma thesis, written in Perl of course ;-).
That made a funny picture in my head...
sub make_thesis { my $thesis = new Thesis( reference => [ new Bose::Einstein, new Quantum::Entanglement(), +new Matter::Dark ], proposed => new BackOf::GiantTurtle(), ); $thesis->prove(); # $thesis->ambigious_filler_with_big_words(); # $thesis->make_sound_important(); $thesis->lots_of_graphs(); $thesis->conclusion(); $thesis->bibliography(); return $ITS_ALL_GOOD; }

Replies are listed 'Best First'.
Re: Documentation system
by crenz (Priest) on Oct 10, 2004 at 20:32 UTC

    That made my day :-). Actually, writing my thesis was as easy as that. The hard part was to write Thesis.pm, since I couldn't find it on CPAN ;-).

    Joke aside, of course I meant I wrote the software for my diploma project in Perl (using wxPerl). The thesis itself is written in a mixture of German and LaTeX. As soon as I have finished off various things, I'll probably write a meditation about it.