I recall a thread a few years back with the same request, "Take my VB Script and convert it to Perl", or something like that. The best answer in the thread was:
Insert these line at the top of the VB Script file:I may be not remembering some of the details, I am an Old Bear after all, but this looks like a good starting point for you.Now run the code and fix all of the errors and warnings.#!/usr/local/bin/perl use strict; use warnings;
Update: Corrected typoes. I need to remember "Coffee BEFORE Perl Monks."
----
I Go Back to Sleep, Now.
OGB
In reply to Re: translate VB Script to Perl Script
by Old_Gray_Bear
in thread translate VB Script to Perl Script
by rameshBhupal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |