Help for this page

Select Code to Download


  1. or download this
    if ( 0 ) {
      ;
    ...
    elsif ( die __LINE__ ) {
      ;
    }
    
  2. or download this
    4 at buggy.pl line 1.
    
  3. or download this
    use warnings;
    if ( 0 ) {
    ...
    }
    __END__
    Use of uninitialized value in string at buggy.pl line 2.
    
  4. or download this
    if ( 0 ) {
      ;
    ...
    }
    __END__
    Illegal division by zero at buggy.pl line 4