in reply to Re: Re: Re: random file selection
in thread random file selection

I don't think that this works. Is there a simple explanation for it?

matthew@www Sep_files_all_in_one_dir]$ perl rand.pl -N=5 Bank/at1g1*.f +asta Use of uninitialized value in print at rand.pl line 17. Bank/at1g10000.fasta Use of uninitialized value in print at rand.pl line 17. Use of uninitialized value in print at rand.pl line 17. Use of uninitialized value in print at rand.pl line 17. [matthew@www Sep_files_all_in_one_dir]$ perl rand.pl -N=5 Bank/at1g1*. +fasta Use of uninitialized value in print at rand.pl line 17. Use of uninitialized value in print at rand.pl line 17. Use of uninitialized value in print at rand.pl line 17. Use of uninitialized value in print at rand.pl line 17. Bank/at1g10000.fasta [matthew@www Sep_files_all_in_one_dir]$

20030614 Edit by Corion: Added code tags

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: random file selection
by BrowserUk (Patriarch) on Jun 13, 2003 at 20:44 UTC

    As your error messges gives line 17 as the culprit and the script I posted only had 15 lines, I can only assume that you have modifed your version in some way. However, unless you post your version so that I can see the modifications, I cannot even begin to guess as to the cause of the problem.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller