in reply to saving data problem
use Data::Dumper; my $filename = time; # i.e. a time-stamped filename $filename .= '.txt'; open F, ">/your/chose/path/$filename"; print F Dumper($q);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: saving data problem
by crazyinsomniac (Prior) on Oct 20, 2002 at 06:25 UTC |