- or download this
I was able to implement yesterday your recommandation
on the part section script:
...
What do's the OUT command do?
I'm learning a bit more and I tried other command lines
like
- or download this
open(FH, ">> $path");
sysopen(FH, $path, O_APPEND); # but this one gives me an error:(
- or download this
I'm trying to write code to capture the values from a URL address line
+ and have them sent
to a file to be entered and appended for me to view later.
...
to get added to the dataform.html file.
This script creates the file "dataform.html file" but no values are co
+ntained...
Any ideas or more perl wisdom:)
- or download this
#!/usr/bin/perl -w
...
print "Education: $Education\n\n";
close OUT;