Welcome To Snipplr


Everyone's Recent Perl Snippets Tagged perl



« Prev 1 2
[The original problem was stated as a SQL (SQL Server 2008) problem. This Perl script demonstrates the desired outcome for the problem statement.] PROBLEM STATEMENT: Please help me with SQL Query and requirement is as below: Below is the Da...
0 767 posted 8 years ago by bvwatson
Author: jsinix([email protected] This script can be used to create, delete and update device inventory. This is a basic script that can be modified and improved upon to make it serve better .
0 1063 posted 9 years ago by jsinix
Author: jsinix([email protected]) This is a script that demonstrates how to get input from keyboard with a timeout. This can be useful in many places.
0 1092 posted 9 years ago by jsinix
Maps multiple apps with mount and URLMap
0 653 posted 9 years ago by dbiesecke
Renames files in a directory. If no directory is specified, the current directory is used.
0 704 posted 10 years ago by ff1959
Used to extract the various config parameters from the TRA file
0 708 posted 10 years ago by sukantahazra
This is used to recurse through a directory and perform some action on each file
0 766 posted 10 years ago by sukantahazra
I love this one. Needed a good way to numerically sort IP addresses or OIDs. Took longer to come up with this than I'm willing to admit. Hope others find it useful.
0 829 posted 11 years ago by kurtkincaid
Snippet obtained from Stackoverflow courtesy of [Loki Astari](http://stackoverflow.com/a/130428)
0 832 posted 11 years ago by symsec
Capture Web Screenshots easily with the [GrabzIt Perl API](http://grabz.it/api/perl/) You will need the free [GrabzIt Code Library](http://grabz.it/api/perl/download.aspx) to get started.
0 762 posted 11 years ago by Maximus1983
How to use a constant in perl
0 672 posted 11 years ago by ff1959
Text filter to increment numbers by one with regex in BBEdit (Mac only)
0 1188 posted 11 years ago by page_lab
Wrote this script to work with pngcrush command line based program on Windows system to compress several .png images in multiple folders (with only 1 level of folders, rather than that you have to repeat doing it manually). It's fast, and help doi...
0 875 posted 12 years ago by haxpor
Program that sums all the values (including big positive/negative integers)
0 592 posted 12 years ago by apoz
Recursive delete of given file or folder, e.g. .svn folder Call : [Program] [SearchPath] [DeleteItem]
0 634 posted 12 years ago by FazzyX
list all files in dir
0 743 posted 13 years ago by yoblob
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 1193 posted 13 years ago by numberwhun
This is a handy little bit that will show you all of the installed modules on the system.
0 453 posted 13 years ago by numberwhun
send SMS to any mobile phone number (or a list) worldwide.
0 632 posted 13 years ago by smsmatrix
0 559 posted 13 years ago by joe-bbb
This replaces all .pngx files with .png
0 673 posted 14 years ago by joe-bbb
I modified this excellent Perl script, created by John Watson (http://www.watson-net.com) to be used with TextMate to reformat your HTML for easier readability. Here's how to use it: 1. In TextMate > Bundles > Bundle Editor > Show Bundle Editor...
1 786 posted 14 years ago by rareyman
I recently had to remove some files from a svn repo. should work pretty much out of the box, just fill in blatantly exampleish text and read the comments
0 598 posted 14 years ago by spreelanka
source for perl file that is step 2
1 619 posted 14 years ago by rowntreerob
This is inspired by this http://www.cgi101.com/book/ch5/text.html so I'm using a similar example. In PHP you can combine a set of checkboxes into an array using square brackets like this: <form> <input> Red<br> <input> Green<br>...
1 817 posted 14 years ago by ptepper
on cygwin, run 'CPAN' to manage module installs
0 539 posted 14 years ago by rowntreerob
« Prev 1 2