Help for this page

Select Code to Download


  1. or download this
    $Buffer = '';
    @Buffer = ();
    %Buffer = ();
    
  2. or download this
    my $notdef;
    my $defnull;  # like the pun?
    ...
    if ( defined $defnull ) {
      print "DEFNULL is $defnull.\n";
    }