jsilva_im has asked for the wisdom of the Perl Monks concerning the following question:
Help.my $getFiles = $dbh->prepare($sql)|| die "Unable to get getMaxFile"; $getFiles->execute(); $rv = $getFiles->bind_columns(\$file_id, \$filename,\$content); open FILE, ">$filename"; binmode FILE; print FILE "$content"; close FILE;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ReadyNas File Store Copy
by samtregar (Abbot) on Mar 11, 2008 at 20:26 UTC | |
by jsilva_im (Novice) on Mar 11, 2008 at 21:38 UTC | |
by samtregar (Abbot) on Mar 11, 2008 at 21:55 UTC | |
|
Re: ReadyNas File Store Copy
by starbolin (Hermit) on Mar 12, 2008 at 02:11 UTC | |
by jsilva_im (Novice) on Mar 12, 2008 at 13:19 UTC | |
by starbolin (Hermit) on Mar 13, 2008 at 22:11 UTC |