Help for this page

Select Code to Download


  1. or download this
    qsub -t 1-100 myscript.pl
    
  2. or download this
    open (my $fh , "<", $ENV{SGE_TASK_ID}.".txt") or die $!;
    etc ...