Help for this page

Select Code to Download


  1. or download this
    ABORT:while(<$fh>){
            my $data = $_;
            my $params = fd_retrieve($fh);
            ...
    
  2. or download this
      # Writing a message:
      my $message = {
    ...
      my $message = fd_retrieve($fh);
      my $params = $message->{'params'};
      my $data = $message->{'data'};