Profile
Achievement
numberwhun's Recent SnippetsTagged perl
- All /
« Prev 1 Next »
This is a script that simply prints the current month. I produced this a couple years ago and use it as a reference for using the localtime() function.
0
1501
posted 14 years ago by numberwhun
This is a handy little bit that will show you all of the installed modules on the system.
0
593
posted 14 years ago by numberwhun
This code will validate not only the four octets contain between 1 and 3 numbers each, but also that the number they contain is between 0 and 255.
In all, there are 3 different regex's that I tried and all seem to work fine. The three regex's a...
0
2474
posted 17 years ago by numberwhun