summaryrefslogtreecommitdiff
path: root/convert-template.pl
diff options
context:
space:
mode:
authorivan <ivan>2000-05-11 11:27:32 +0000
committerivan <ivan>2000-05-11 11:27:32 +0000
commit0b86cab3c9766089206f59475d55b7f42606bb4d (patch)
tree4c481474c1d6f113f33b1f5d14c14793a6181e1a /convert-template.pl
initial module creationSTARTSTAFF_0_3
Diffstat (limited to 'convert-template.pl')
-rwxr-xr-xconvert-template.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/convert-template.pl b/convert-template.pl
new file mode 100755
index 0000000..e6b2d9e
--- /dev/null
+++ b/convert-template.pl
@@ -0,0 +1,2 @@
+#!/usr/bin/perl -p
+s/\<WORKSHIFT\>([\w\s]+)\<\/WORKSHIFT\>/\{ inputbox\(\"$1\"\); \}/ig;