Welcome To Snipplr
Everyone's Recent Snippets Tagged perl
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
test with echo instead of mv
example removes spaces after dots, replaces spaces with _, removes ' , and -, and finally lowercases filenames
1
959
posted 16 years ago by iblis
This shows how to use a module that normally needs a 'qw' attachment to the use statement (hint: its the = sign). You can add others by using comma separated values.
0
819
posted 17 years ago by wolfie
Retrieves gif page images from RIFIAS on-line archive and combines them into a single pdf file
0
665
posted 17 years ago by iblis
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
2478
posted 17 years ago by numberwhun
This allows you to use perl syntax highlighting in vi for test scripts that use the ".t" file extension
0
975
posted 17 years ago by wolfie
Use this to display a file properly if you are reading it from another location and wish to direct it to the user's browser
0
819
posted 17 years ago by wolfie