Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
iam new to perl. I have done some simple programs using perl,tcl and c. Is it possible to call a STL used in my C program in perl using SWIG? I have an employee strcuture which is stored in a vector (STL) called EMP. Now i want to get that vector in my perl/tcl and to display a chart based on
employees salary using Tk. How can i use a STL in my scripting language using SWIG?