Help for this page

Select Code to Download


  1. or download this
    my $module = MyModule->new() ;
    ...
    ...
       $module->process() ;
    }
    ....
    
  2. or download this
    use IPC::Open2 ;
    ....
    sub process {
    ...
       ..
      return @output ;
    }
    
  3. or download this
    print STDOUT "....." ;
    
  4. or download this
    open OUT,">>", \$out ;
    select OUT; $| = 1 ;