jimmyJIMMYyaya
Programmer
hey all
heres the prob
sub initialize
{
system( "startTime.bat" );
print "Content-type:....";
}
sub process
{
do something....
}
sub terminate
{
system( "endTime.bat" );
do something;
}
-ok the first batch program i call works perfectly.
-the last batch program i call wont run.
is this because its in between the print "Content-type..."
and if so how can i end the print "Content-type..." so i can get this batch to execute?
thanks for all you help in advance
-::JjYY::-
heres the prob
sub initialize
{
system( "startTime.bat" );
print "Content-type:....";
}
sub process
{
do something....
}
sub terminate
{
system( "endTime.bat" );
do something;
}
-ok the first batch program i call works perfectly.
-the last batch program i call wont run.
is this because its in between the print "Content-type..."
and if so how can i end the print "Content-type..." so i can get this batch to execute?
thanks for all you help in advance
-::JjYY::-