Help for this page

Select Code to Download


  1. or download this
    for my $attr (keys %attrs) {
        if ($attr eq 'command') {
            print "Command: $attrs{$attr}\n";
        }
    }
    
  2. or download this
    my $command = $attrs{command};