Help for this page

Select Code to Download


  1. or download this
    unless(open TST, ">>$var1")
    {
    ...
          exit;  # or die "Failed to open $var1: $!";
    }
    # rest of code here.