Help for this page

Select Code to Download


  1. or download this
    use File::Find::Rule;
    my @files = find( 'file', 'name', qr/\.mp3$/i, 'maxdepth', 1, 'in', $i
    +npath );
    
  2. or download this
    open my($fh), '>', $file or die "can't open '>', $file : $! ";