Changeset 2976


Ignore:
Timestamp:
2002-02-20T16:29:36+13:00 (22 years ago)
Author:
jrm21
Message:

minor change to test of @ARGV - scalar had brackets in wrong place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/pdftohtml.pl

    r2930 r2976  
    6969
    7070    # Make sure the input file exists and can be opened for reading
    71     if (scalar(@ARGV!=2)) {
     71    if (scalar(@ARGV) != 2) {
    7272    print_usage();
    7373    }
Note: See TracChangeset for help on using the changeset viewer.