IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18742


Ignore:
Timestamp:
Jul 25, 2008, 4:04:42 PM (18 years ago)
Author:
bills
Message:

fix some obscure syntax that confused perl -d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r18620 r18742  
    9292
    9393    my $jobs = parse_md_list($metadata);
     94    my $num = @$jobs;
     95    die "unexpected number of jobs $num found for job: $job_id" if $num > 1;
    9496
    95     $psjob = ${@$jobs}[0];
     97    $psjob = $jobs->[0];
    9698}
    9799
Note: See TracChangeset for help on using the changeset viewer.