Help for this page

Select Code to Download


  1. or download this
            $command = $block;
        }
    
  2. or download this
    my $input = <STDIN>;
    chomp $input;
    ...
    } else {
        print "Running $input\n";
    }