Help for this page

Select Code to Download


  1. or download this
        dienice("Line ",__LINE__,": oops\n");
    
  2. or download this
    sub dienice {
        my $line= (caller)[2];
        dienicely( "Line $line: ", @_ );
    }