Perl Tutorial

 

Table of Contents

Generating Output

Run the Program to Generate Output

To start, you will simply generate the output by running the program through the debugger without setting any breakpoints.

  1. Clear the contents of mailexport.xml Click on the "mailexport.xml" tab in the Editor Pane. Delete the contents of the file - you will regenerate it in the next step. Save the file.
  2. Run the debugger Click on the "parse.pl" tab in the editor. From the menu, select Debug|Start (or <F5>). In the Debugging Options dialog box,
    click OK to accept the defaults.
  3. View the contents of mailexport.xml Click on the "mailexport.xml" tab in the editor. Komodo informs you that the file has changed. Click Yes to reload the file.

Top Previous Next