Help for this page

Select Code to Download


  1. or download this
        While($#letters + 1 > 5) 
        {
    ...
           $letters = <STDIN>;
           chomp($letters);
        }
    
  2. or download this
    syntax error at .. line 39, near ")
        {"
    syntax error at .. line 45, near "}"
    Execution of .. aborted due to compilation errors.