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 |