Help for this page

Select Code to Download


  1. or download this
    open FILE, "filename"
    my @file = <FILE>;
    ...
    for my $line (@file) {
      $text->insert('end', $line);
    }
    
  2. or download this
    -----------------------------------
    --the good, the bad and the physi--
    -----------------------------------