Help for this page

Select Code to Download


  1. or download this
    my @leftCon;
    my @rightCon;
    ...
        # remove leading space char
        $rightCon[$y] =~ s/\s+//g;
    }
    
  2. or download this
    for ( my $x = 0; $x < $numFrom; $x++) {
    
    ...
    
    print @fromConv;
    print @toConv;