Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
     } elsif ( nonexistant() ) {
      print "hello";
     } else { }
    
  2. or download this
    Undefined subroutine &main::nonexistant called at - line 4.