From 0b86cab3c9766089206f59475d55b7f42606bb4d Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 May 2000 11:27:32 +0000 Subject: initial module creation --- convert-template.pl | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 convert-template.pl (limited to 'convert-template.pl') 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/\([\w\s]+)\<\/WORKSHIFT\>/\{ inputbox\(\"$1\"\); \}/ig; -- cgit v1.2.1