Menu

#6 webser apps file handling

v1.0_(example)
open
nobody
None
5
2012-12-06
2010-12-29
Anonymous
No

for those unfortunate who uses windows using binmode when handling files won't
strip carriage return from binary files.

makefsdata:
open(FILE, $file) || die "Could not open file $file\n";
+binmode FILE;

$file =~ s-^-/-;

Discussion

MongoDB Logo MongoDB