http://qs1969.pair.com?node_id=178081


in reply to Substituting data

Try this:
$line =~ s/\t/ /g; $line =~ s/^/\a/;

Replies are listed 'Best First'.
Re: Re: Substituting data
by Anonymous Monk on Jun 28, 2002 at 18:04 UTC
    Thanks for the answers to my script problem.