This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl -w | |
# To run on linux, install the following packages: | |
# sudo apt-get install libdbd-xbase-perl | |
# sudo apt-get install libdbi-perl | |
# | |
# To run without downloading and creating the perl file, type: | |
# cd /path/to/step7/project | |
# curl -s -L https://raw.github.com/gist/3899286/s7unprotect.pl | perl | |
# |