rickerl has asked for the wisdom of the Perl Monks concerning the following question:
The code shows how I am using it. Each line of data is a string with no whitespace at the beginning with a return at the end.
Sample output using "zcat myfile" would look something like this:my $gz = gzopen("$filename","wb"); $gz->gzwrite("@{$hash_name{$hash_data}}"); $gz->gzclose();
I don't know why the leading whitespace. Please help.# Make Model Year ford mustang 2003 toyota landcruiser 1990 dodge caravan 1998
Thanks,
Ryan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: different output from gzwrite
by Paladin (Vicar) on Jul 12, 2003 at 04:04 UTC | |
|
Re: different output from gzwrite
by jsprat (Curate) on Jul 12, 2003 at 04:07 UTC | |
|
Re: different output from gzwrite
by bunnyman (Hermit) on Jul 14, 2003 at 14:35 UTC |