Help for this page

Select Code to Download


  1. or download this
    $num = @ARGV[0];
    while (<>)
    {
       (parser algorithm)
    }
    print ("$result");
    
  2. or download this
    $num = @ARGV[0];
    printf (<>);
    while (<>)
    ...
       (parser algorithm)
    }
    print( "$result" )