Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    print $wanted;
    print quotemeta($wanted);
    print "Done";
    
  2. or download this
    Weird File Name with Charactesr(1982){1996 Remaster}.ext
    Done
    ...
    
    Weird File Name with Charactesr(1982){1996 Remaster}.extWeird\ File\ N
    +ame\ with\ Charactesr\(1982\)\{1996\ 
    Remaster\}\.extDone
    
  3. or download this
    chomp(my @files = `ls`);