The script starts like this.
#!/usr/bin/perl
use Filter :: decrypt ;
This is a script used by our company and the technician left so know I need to find out what it does and how it works. Tried perl -MO=Deparse "script" but it threws an error Compilation failed in tequire at "script name" line2. Begin failed -- compilation aborted at "script name" line 2 use Filter :: decrypt ;.
Can anyone help me?