









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] grep help
Anthony Martinez wrote:
> Eww. I found Python to be extremely restrictive and demanding in syntax.
> Reading the most simple of Python applications gives me a headache. Then again,
> I've been teaching myself Perl since 7th grade (i'm in my second semester of
> college now), so I'm biased. :)
I love Perl, but I recognize that there are things Python is better for
... I find myself not doing those things.
On the other hand, I finally decided it was time to stop flexing my Perl
all the time, and build some Bash muscles.
It's kinda fun!
After I wrote a Perl script to generate javascript on-the-fly last week,
I started thinking about when it would be suitable to do some
quick-n-dirty Bash CGI scripting.
echo "Content-type: text/html"
echo
echo "<html>"
echo "<head><title>Bash rocks!</title></head>"
echo "<body>"
echo
echo ".... kinda"
echo "</body>"
echo "</html>"
eh!
Jody
--
http://www.RealizationSystems.com/ -- start communicating
http://www.GalacticSlacker.com/ -- read it and weep
http://www.NMPerspective.com/ -- a Southwest Perspective
|
|