Help for this page

Select Code to Download


  1. or download this
    my @array = eval $number;
    
  2. or download this
          for (my $i=$1;$i<=$2;$i++){
            push @arraydigit, $i;
          }
    
  3. or download this
         push @array, $1..$2;