Help for this page

Select Code to Download


  1. or download this
    my $filecontents = $t->get("1.0", "end");
    chomp($filecontents);
    print TEMP $filecontents;
    
  2. or download this
    my $filecontents = $t->get("1.0", "end");
    $filecontents =~ s/\n+\z/\n/;
    print TEMP $filecontents;