Help for this page

Select Code to Download


  1. or download this
    ($f > "writing this to my file") || die "cannot write to file for some
    + reason";
    
  2. or download this
        # line 800 in All.pm 
        if ($_[0] !~ /^Useless use of .+ \(.+\) in void context/) {
            goto &$old_warn_handler if $old_warn_handler;
            warn(@_);
        }