Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
      if(open (my $mem, '>', \$var)) {print "Success\n"}
    }
    else {print "Ok\n"}