hyperphoenix
Technical User
Is there a way to print found data in rows instead of a vertical column?
overview:
using this to find data in a txt file
while ( <FILE> )
{
if( /1stfield/ || /2ndfield/)
#I'm searching for strings with the word '1stfield' and '2ndfield.'
{
and using print to poll data - need the data in rows not columns on print. is this possible?
overview:
using this to find data in a txt file
while ( <FILE> )
{
if( /1stfield/ || /2ndfield/)
#I'm searching for strings with the word '1stfield' and '2ndfield.'
{
and using print to poll data - need the data in rows not columns on print. is this possible?