Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
    _undef_subroutine();
    warn "Got here\n";
    
  2. or download this
    Undefined subroutine &main::_undef_subroutine called at C:\temp\undef.
    +pl line 4.