Help for this page

Select Code to Download


  1. or download this
      mp3concat -s 700 `ls`
    
  2. or download this
      foreach my $arg ( @ARGV ) {
          doDir($arg), next if -d $arg;
    ...
          }
          closedir(D);
       }