i need to know what version of perl do i need in order to work with Data center on win 2000.
when i run some lines from a perl script ,the os ignores it,
but if i do it manually through the command window it works.
when i run the script on another machine(not on datacenter) it works.
here are two examples from the script:
1. system ("SQL < calfile.txt ").
the file calfile.txt is a valid sql commands
2. any system command that contains the %% sign is ignored.