Hi,
I want to know how I can use conditional statement in the beginning of a script to use specific Perl. For example, usually, my perl scripts start with the line: -
#!/opt/OV/bin/perl
However, I want to give a Window's path as well: -
It has to use either /opt/OV/bin/perl or C:\usr\ov\bin\perl
Thanks,
Karthik