Help for this page

Select Code to Download


  1. or download this
    my $x;
    open (FILE, ">temp") || do {
       warn "error message";
       $x = 1;
    }
    print "\$x is $x";