Help for this page

Select Code to Download


  1. or download this
    @output = `program args`;
    
  2. or download this
    print "ask for dir: ";
    chomp(<STDIN> = $dir);
    @output = `du -h $dir`;
    # do stuff