Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI qw(:standard);
    ...
    $check->printgrades("test");
    print "</div>\n";
    print $cgi->end_html();
    
  2. or download this
    sub new {
        my ($class,$file,$answers,$grades,$script) = @_;
    ...
        open(GRADES,"<<$grades") or die "got error $! (".($!+0).")\n"; # p
    +roblem right here
            ...
    }
    
  3. or download this
    Software error: got error No such file or directory (2)
    
  4. or download this
    jddancks@debian-macbook:/var/www/roger/homeworks/hw13$ ls -l /var/www/
    +roger/homeworks/hw13/grades4.txt
    -rwxr-xr-x 1 jddancks jddancks 2095 Jan 16 16:30 /var/www/roger/homewo
    +rks/hw13/grades4.txt