Help for this page

Select Code to Download


  1. or download this
    foreach my $key(keys %orgin) {
        #my $tmp_key=quotemeta "$key";
    ...
        }
    }
    print Dumper \%orgin;
    
  2. or download this
    OUTPUT: $VAR1 = {
        '' => 'xxxx' ,
    ...
        ' output' => 'xxxx' ,
        ' inout 4:0' => 'xxxx'
    };