Help for this page

Select Code to Download


  1. or download this
        croak("$callpack doesn't contain an __DATA__ token")
            unless fileno($fh);
    
  2. or download this
        croak("$callpack doesn't contain an __DATA__ token")
            unless defined fileno($fh);