Top

Perl Code Snippets Tagged with replace+search

  (1)  
Sort by 
This is a very handy command line use of perl. You basically execute the s// function of perl on a handful of files to do a global search and replace. Just run this from the command line and indicate
Tags: perl  replace  search 
+ 0 likes
1 comment(s)   |   Score: 0.0   |   Language: Perl   |   Posted by Hawkee on Apr 13, 2007
Bottom