Help for this page

Select Code to Download


  1. or download this
    for my $d ( $xmlResponse->dataof("//MT_LABEL_IN/HEADER/*") ){
        print "$d   ", $d->name, " = ", $d->value, "\n",
    }
    ...
    SOAP::Data=HASH(0xa6ab5c)   batch = D00166202
    SOAP::Data=HASH(0xa6af74)   material_desc = Albumin, Bovine Serum, Fra
    +ct 1PC x 250GM
    SOAP::Data=HASH(0xa6b744)   plant = US05
    
  2. or download this
    
    sub ppp {
    ...
        return Data::Dumper->new( [@_] )->Sortkeys( 1 )->Purity( 1 )->Inde
    +nt( 0 )
          ->Useqq( 1 )->Dump . '$VAR1;';
    } ## end sub ppp