X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2Fblog-0023.html-inc;h=8451d0cad9fffac62cf3d01e8ef56f55afa6d4fd;hb=55bbf7a209993f4172fd7e6555dda0947b844089;hp=3ac3dc1eb721287ce662d03b2b0099706ebb7531;hpb=8d3f70f2a099e5c99545142b8dcb2368ab3f9b1f;p=sdlgit%2FSDL-Site.git diff --git a/pages/blog-0023.html-inc b/pages/blog-0023.html-inc index 3ac3dc1..8451d0c 100644 --- a/pages/blog-0023.html-inc +++ b/pages/blog-0023.html-inc @@ -1,6 +1,20 @@

-SDL perl is coming to Strawberry!! +Newbie Friendly Perl Projects

-
I am a part of all that I have met. --Alfred Tennyson
 
I hope I am not jumping the gun but it looks good.  This is all thanks to kmx!!

Here is an obligatory pic since my last post on this matter. (That is one of the test script you can run for test/ in the distrobution).



You can follow the history here.

It has been tested on winXP 32/64 bit strawberry so far. Here is how you can get it.

  1. Go here to get the code 
  2. Click download, choose .tar.gz
  3. Save the resultant kthakore....tar.gz somewhere
  4. Get this and extract it on C:/strawberry/
  5. Last do pip kthakore......tar.gz (I find this so amazing!!)
  6. Play with C:/strawberry/cpan/build/SDL/test/*.pl 
Enjoy
--yapgh
\ No newline at end of file +
A seed needs soft soil and water to grow
This is a reply to szabgab's post on how to get newbies interested in Perl modules. Being a newbie in Perl myself I thought I should take a shot.
+
+I was thinking you can make projects more accessible to newbies by having a step by step plan included with where they need to look. For example for docs of SDL_perl:
+
  1. Look at SDL docs [link]
  2. +
  3. See where SDL_perl is using the same functions [link] and the docs to this file [link]
  4. +
  5. Use the pod format to add it to the source [link to using pod]
  6. +
  7. {BONUS} Come up with tutorial or cookbook [link to example]
  8. +
  9. Submit code to github [link] or email them to me [link]
    +
  10. +

+Basically assume nothing is known. I know this may seem demeaning but I am a newbie to Perl and sometimes I hate looking for crust (docs). I call it crust because a crust is useful for me to eat a pizza slice, but it has no flavor .
+
+--yapgh
+


+

\ No newline at end of file