http://www.perlmonks.org?node_id=946363


in reply to Re^3: Listing of files using glob
in thread Listing of files using glob

I cant see any space though

Even the code (part of the previous complete code) below does not print the complete filename. It only prints the extension

$nameWithoutFastaSign =~ tr/>//d; print "$nameWithoutFastaSign.fasta\n";

Any more thoughts?? :(

Replies are listed 'Best First'.
Re^5: Listing of files using glob
by choroba (Cardinal) on Jan 05, 2012 at 11:09 UTC
    What is in $nameWithoutFastaSign before tr?