chakreey has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I came across the following few lines at the beginning of a python script. I write short programs in perl and would like to share my scripts with others. It will be very useful it this kind of meta-information is created/modified automatically whenever I write/edit a script. (I use gedit to write scripts on ubuntu OS)
If you know of any perl script or software/addon or any other pointers to do this, kindly share.
#!/usr/bin/env python # join_proteins.py --- # # Filename: join_proteins.py # Description: # Author: Andy Bork # Maintainer: # Copyright (C) 2010 Andy Bork, all rights reserved. # Created: Sat May 21 16:32:14 2011 (+0530) # Version: # Last-Updated: Sat May 21 17:54:05 2011 (+0530) # By: Ray jennings # Update #: 117 # URL: # Keywords: # Compatibility: # # # Commentary: # # # # # Change log: # # # # Code: ... ... ... # # join_proteins.py ends here
Thanks in Advance
Chakri
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to do the follwing in Perl OR any other software
by graff (Chancellor) on Jun 25, 2011 at 01:07 UTC | |
|
Re: How to do the follwing in Perl OR any other software
by Corion (Patriarch) on Jun 24, 2011 at 20:18 UTC | |
|
Re: How to do the follwing in Perl OR any other software
by roboticus (Chancellor) on Jun 24, 2011 at 20:27 UTC | |
by chakreey (Acolyte) on Jun 24, 2011 at 20:41 UTC | |
|
Re: How to do the follwing in Perl OR any other software
by Anonymous Monk on Jun 25, 2011 at 01:56 UTC |