Help for this page

Select Code to Download


  1. or download this
    push @b,($stuff[90]."\t")x90;
    print @b[-90..-1];
    
  2. or download this
    ($a,$b,$c,$d, $i)= ('',$stuff[90]."\t",'','',90); 
    push @b,($b)x90;
    print @b[-90..-1];