Help for this page

Select Code to Download


  1. or download this
      sub _get_row {
        my @row;
    ...
        }
        confess("I have no idea how parsing $self->{filename} left me here
    +!");
      }
    
  2. or download this
    Date,SessionID,Category,Number,Description,File,Line,Column,Source,ASP
    +Code,ASPDescription
    "3/25/2002 10:25:18 AM","971874429","Orders.GetHTML(#12).GetAllUserOrd
    +ers(#28)msxml3.dll","0x80004005","Unknown method. 
    ...
    "3/25/2002 10:45:24 AM","971874360","Orders.GetHTML(#20)msxml3.dll","0
    +x80004005","The stylesheet does not contain a document element.  The 
    +stylesheet may be empty, or it may not be a well-formed XML document.
    +","/Default.asp","14","-1",,,
    "3/25/2002 10:46:04 AM","971874509","Microsoft OLE DB Provider for SQL
    + Server","0x80040E14","Line 1: Incorrect syntax near ','.","/Default.
    +asp","169","-1",,,
    "3/25/2002 12:01:00 PM","980227415","Receipt.GetHTML(#19).GetOrder(#26
    +)Account","0x800A0005","Invalid procedure call or argument","/Default
    +.asp","15","-1",,,
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "   found row\n";
    }
    print "Finished loop.\n";