Yo Guys,
I don't know if this code is a cool one but I've
discovered it in a very accidental way. I'm not sure if this
code is cool or unique but this is kinda interesting.
It has no special features but kinda don't know why this works
this way.
I called this code "gver.pl"
try this if you like =)
---==Kelly==---

#!/usr/bin/perl
# gver.pl v1.0.99 by AgentKelly
#
# Experimental PERL Version extraction v1.0.99
# Unique way of extrating and checking of PERL version.
#
# Author : AgentKelly
# Date : July 11, 2000
#

$v = 1; # Let's start at version 1
1 while do (*$+($v++)); # Check version....

# This is a simple code.
# Not good for application I guess.
# Just trying to give what i've discovered.
  • Comment on gver.pl - Unique PERL Version extraction