Help for this page

Select Code to Download


  1. or download this
    my $output = `gnuplot $cmd 2>&1`;
    
  2. or download this
    use IPC::Run qw( run );
    my ($stdout, $stderr);
    run ["gnuplot", $cmd], undef, \$stdout, \$stderr;
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq