This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl 5.11 delta is now up to date
[perl5.git] / vms / genopt.com
index 3d3e5fe..77d295f 100644 (file)
@@ -2,7 +2,7 @@ $! generates options file for vms link
 $! p1 is filename and mode to open file (filename/write or filename/append)
 $! p2 is delimiter separating elements of list in p3
 $! p3 is list of items to be written, one per line, into options file
-$
+$!
 $ open file 'p1'
 $ element=0
 $loop:
@@ -30,7 +30,7 @@ $ endif
 $ if y .nes. "" then write file y
 $ element=element+1
 $ goto loop
-$
+$!
 $out:
 $ close file
 $ exit