Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Documentation system

by SpanishInquisition (Pilgrim)
on Oct 08, 2004 at 17:58 UTC ( [id://397732]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-03-28 12:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found