[interchange-docs] xmldocs - racke modified refs/SafeUntrap

docs at icdevgroup.org docs at icdevgroup.org
Wed Jul 12 18:09:38 EDT 2006


User:      racke
Date:      2006-07-12 22:09:38 GMT
Modified:  refs     SafeUntrap
Log:
ftsize example added

Revision  Changes    Path
1.2       +14 -0     xmldocs/refs/SafeUntrap


rev 1.2, prev_rev 1.1
Index: SafeUntrap
===================================================================
RCS file: /var/cvs/xmldocs/refs/SafeUntrap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SafeUntrap	20 Feb 2005 00:59:50 -0000	1.1
+++ SafeUntrap	12 Jul 2006 22:09:38 -0000	1.2
@@ -31,4 +31,18 @@
 </programlisting>
 __END__
 
+__NAME__ example: Allowing -s function to determine file size
+The following code fails to work with the default SafeUntrap setting.
+
+<programlisting>
+[calcn]-s $Scratch->{upload_repository};[/calcn]
+</programlisting>
+
+Adding ftsize to SafeUntrap solves this problem:
+
+<programlisting>
+SafeUntrap ftsize
+</programlisting>
+__END__
+
 TODO: enabling all








More information about the docs mailing list