Help for this page

Select Code to Download


  1. or download this
    <c>
    </c>
    
  2. or download this
    <p>Hi,</p>
    
    ...
    close(READIT);
    my $ref = XMLin($data);
    </c>
    
  3. or download this
    [Tue Feb 17 03:40:51 2009] import_attachments.cgi: Couldn't open encma
    + p iso-8859
    
    -15.enc:
    [Tue Feb 17 03:40:51 2009] import_attachments.cgi: No such file or dir
    +ectory
    [Tue Feb 17 03:40:51 2009] import_attachments.cgi: at /usr/lib/perl5/ 
    +vendor_per l/5.8.4/x86_64-linux/XML/Parser.pm line 187
    
  4. or download this
    my $data;
    open(READIT,"<$file");
    ...
    }
    close(READIT);
    my $ref = XMLin($data);