==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this
link:http://bugs.contribs.org/show_bug.cgi?id=8073
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #15 from Charlie Brady
<[email protected]> ---
(In reply to Stephane de Labrusse from comment #13)
> Created attachment 4429 [details]
> smeserver-sme8admin-1.3-raidstatusV2.patch
Stephane, it makes no sense to do "`/bin/cat filename`" in a perl script - perl
can read the file directly. File::Slurp gives you a very concise way to do it,
but you can also use:
open(HANDLE, $filename);
@contents = <HANDLE>;
close HANDLE;
etc.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/