Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    print "time = ", $som->dataof('//command/message/time')->attr->{time},
    + "\n";
    print "done.\n";
    
  2. or download this
    time = 27.07.2007-10:37:49 +0200
    done.
    
  3. or download this
    Can't call method "attr" on an undefined value at deserialize-test2.pl
    + line 23.