Help for this page

Select Code to Download


  1. or download this
    # $Id: Simpler.pm,v 1.0 2002/04/01 00:00:00 grantm Exp $
    
    ...
    
    1;
    __END__
    
  2. or download this
    package XML::Simpler;
    
    ...
    }
    1;
    __END__
    
  3. or download this
    sub write_file
    {
    ...
        close(F) || croak "close $f: $!";
        return 1;
    }