Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    my @compile ...
    print "<pre>\n", Dumper(\@compile), "\n</pre>\n";
    
  2. or download this
    while (my($identifier)=...) {
      print "<tr><td><font color=#FF0000>",  # <- insert print
            "$identifier</font></td></tr>\n";
      foreach ...
    }