#!/bin/sh

# disable filename globbing

 echo Content-type: text/html
 echo
 BASE=`pwd`
APPLDIR=$BASE/appl
DATADIR=$BASE/data
PATH=$PATH:$BASE/ihd/bin:.
export PATH APPLDIR DATADIR
ihmq perso h00^$1 h01^ h08^ | awk -F^ ' { 
printf "%s|",substr($2,1,index($2,"  ")-1)  
printf "%s\n",substr($3,1,index($3," ")-1) } ' 
