Help for this page
#!/usr/bin/perl use warnings; ... } sub quit{close $pid; exit}
open PROC, "| c:/gnuplot/bin/gnuplot.exe" || die "Could not start gnup +lot: $!"; #above :the first character in the filename is a pipe symbol (|) ... } print PROC "e\n"; close PROC;