Welcome To Snipplr
Everyone's Recent Perl Snippets
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
Name the source duplicate_remove.perl and open Terminal.app in the same directory, and write: perl duplicate_remove.perl <file-to-be-convertet>
        
        
        
            0 
        
        
            1201 
        
                    posted 16 years ago by gerhardsletten
            Refer to http://msdn.microsoft.com/en-us/library/aa394512(VS.85).aspx
        
        
        
            0 
        
        
            1374 
        
                    posted 16 years ago by vinocui
            # useful links:
# (WMI space definition) http://msdn.microsoft.com/en-us/library/aa394084(VS.85).aspx
# (OLE usage on CPAN)    http://cpan.uwinnipeg.ca/htdocs/Win32-OLE/Win32/OLE.html#Object_methods_and_properties
        
        
        
            1 
        
        
            1598 
        
                    posted 16 years ago by vinocui
            This is a simplified example for cut and paste use for command line parsing arguments with the use of an options hash
        
        
        
            0 
        
        
            1452 
        
                    posted 16 years ago by kfaulk1
            For database inserts must be made some site on "http://redirect_host:port/.../"   with nice getip function: http://snipplr.com/view/10946/
        
        
        
            0 
        
        
            1281 
        
                    posted 16 years ago by paramah
            Used for converting, compiling, and reversing tiff files from the Book Center's digital library.
        
        
        
            0 
        
        
            1021 
        
                    posted 17 years ago by rubinsta
            This Perl one-liner will remove all newline characters from a text file, replacing them with a space.  In the source, all newline characters in the file gear_list.xml are replaced with spaces, and the original file is saved as gear_list.xml.bak
        
        
        
            0 
        
        
            1432 
        
                    posted 17 years ago by retry
            Sometimes you can find error numbers in log files from various programs or even the kernel. This one-liner can be used to convert the error number into a meaningful message. "X" is the error number.
        
        
        
            0 
        
        
            1194 
        
                    posted 17 years ago by amosshapira
            In response to a very simplistic solution suggestion using Shell, here is a basic version of what I use. The advantage of the solution below is that it is supposed to be much faster on directories with many files (I regularly use its full-blown versi...
        
        
        
            0 
        
        
            1206 
        
                    posted 17 years ago by amosshapira
            Yes, this is valid code.
Designed by myself, unless otherwise noted.
        
        
        
            0 
        
        
            1726 
        
                    posted 17 years ago by darkphotn