in reply to Getting info with a small flatfile db.

you could use "\t" instead of "|"...
IMHO...

#!/jpsama/bin/perl -w
$tks = `mount`;
$jpsama = $! if $!;
print $jpsama;
  • Comment on Re: Getting info with a small flatfile db.