Help for this page
#!/usr/bin/perl -w use strict; ... syswrite(GP, "quit\n"); }
#!/usr/bin/perl use warnings; ... sub quit { $gnuplot->close; $top->destroy; }