Re: really bad use of postfix

2007-04-29 Thread Dr.Ruud
Ken Foskey schreef: > Just like to show how NOT to use postfix. I have had a frustrating > day tackling this type of unreadable code. > >> exec_rqst('stga2k_vps.pl',$FileNameIn) if ($a2kqual[4] eq >> "VPS"); >> exec_rqst('stga2kif.sh',$FileNameIn) if ($a2kqual[4] ne >> "VPS"); >>

Re: really bad use of postfix

2007-04-28 Thread John W. Krahn
Ken Foskey wrote: > Just like to show how NOT to use postfix. I have had a frustrating day > tackling this type of unreadable code. > >> exec_rqst('stga2k_vps.pl',$FileNameIn) if ($a2kqual[4] eq >>"VPS"); >> exec_rqst('stga2kif.sh',$FileNameIn) if ($a2kqual[4] ne >>"VPS"); >> >> >>

really bad use of postfix

2007-04-28 Thread Ken Foskey
Just like to show how NOT to use postfix. I have had a frustrating day tackling this type of unreadable code. > > exec_rqst('stga2k_vps.pl',$FileNameIn) if ($a2kqual[4] eq > "VPS"); > exec_rqst('stga2kif.sh',$FileNameIn) if ($a2kqual[4] ne > "VPS"); > > > if ($a2kqual[4] e