Help for this page

Select Code to Download


  1. or download this
      for( -5..@{$term} ) {
    
  2. or download this
      for( -5..$term ) {
    
  3. or download this
      print "\$term is @{$term}\n";
    
  4. or download this
      print "\$term is $term\n";
    
  5. or download this
      for( -5..undef ) {