Skip to content

Commit

Permalink
Fixing a call to cgi->dump to be Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rangi committed Jan 15, 2003
1 parent 3b6f7a6 commit b29f498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions placerequest.pl
Expand Up @@ -54,7 +54,7 @@
$i2++;
}
}
#print $input->dump;

my $env;

my $const;
Expand All @@ -73,5 +73,5 @@
} elsif ($bornum eq ''){
print $input->header();
print "Invalid card number please try again";
print $input->dump;
print $input->Dump;
}

0 comments on commit b29f498

Please sign in to comment.