Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $EXON_IN = <$i/*test.txt>;
        print "$i, -$EXON_IN-\n";
    }
    
  2. or download this
    [scott@blast test]$ ./test.pl
    0, -0/0_test.txt-
    ...
    Use of uninitialized value in concatenation (.) or string at ./test.pl
    + line 7.
    3, --
    4, -4/4_test.txt-
    
  3. or download this
    [scott@blast test]$ ls -R
    .:
    ...
    
    ./4:
    4_test.txt