Help for this page

Select Code to Download


  1. or download this
        foreach my $tmp_name (`dcop amarok playlist filenames`) {
    
    ...
    
            $tmp_idx++;
        }
    
  2. or download this
    $ perl -e'
        my @files = ( "egg_nogg.mp3\n", "egg_nogg\n", "stupid file.ogg.shn
    +.flac.mp3\n", "stupid fileloggashnoflacamp3\n" );
    ...
    $tmp_name = stupid fileloggashnoflacamp3
            =>      stupid file
    
  3. or download this
        foreach my $tmp_name (`dcop amarok playlist filenames`) {
    
    ...
            $tmp_idx++;
        }