Help for this page

Select Code to Download


  1. or download this
        # $program is what you pass in as the Program key
        # $progargs is the array reference of arguments
    ...
          }
        }
    
  2. or download this
    my $wheel = POE::Wheel::Run->new(
      Program => [ $program ],             # changed!
    ...
      StdoutEvent => "stdout",     
      StdoutFilter => POE::Filter::Stream->new(),
     );
    
  3. or download this
    $progargs = (q{"SELECT * FROM MY_TABLE;"});