Thanks a lot i tried what you suggested but it says vi is not internal or external command , operable program or batch file.
#!/usr/bin/perl use strict; use warnings; my $test= 'C:\Users\Gxtech\Downloads\ostinato-bin-win32-0.5.1 (2)\osti +nato-0.5.1'; my @command = ('vi', $test) ; System(@command) == 0 or die "could not '@command':$";
In reply to Re^2: Calling Software/Applications from Perl Script
by Orion13
in thread Calling Software/Applications from Perl Script
by Orion13
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |