Help for this page

Select Code to Download


  1. or download this
      # Create XML reader object
      my $xs = new XML::Simple();
    
      # Parse XML string
      my $ref = $xs->XMLin($file_str);
    
  2. or download this
    Thu Oct 26 12:47:37 2006 [PID 23309] [critical] Can't use string ("<sa
    +:model xmlns:sa="urn:basel-rb") as a symbol ref while "strict refs" i
    +n use at /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/XML/Parser
    +/Expat.pm line 451.
    
  3. or download this
        $SIG{__WARN__} = \&log_warn;
        $SIG{__DIE__}  = \&log_die;