/[cvs]/nfo/perl/scripts/xupdate/xupdate.pl
ViewVC logotype

Diff of /nfo/perl/scripts/xupdate/xupdate.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Thu May 1 20:41:47 2003 UTC revision 1.2 by joko, Thu May 1 23:43:58 2003 UTC
# Line 4  Line 4 
4  ##  $Id$  ##  $Id$
5  ## -------------------------------------------------------------------------  ## -------------------------------------------------------------------------
6  ##  $Log$  ##  $Log$
7    ##  Revision 1.2  2003/05/01 23:43:58  joko
8    ##  required debugging flag
9    ##
10  ##  Revision 1.1  2003/05/01 20:41:47  joko  ##  Revision 1.1  2003/05/01 20:41:47  joko
11  ##  initial commit, partly from joko/Scripts/xupdate/xupdate.pl.  ##  initial commit, partly from joko/Scripts/xupdate/xupdate.pl.
12  ##  ##
# Line 49  use Data::Dumper; Line 52  use Data::Dumper;
52  sub main {  sub main {
53        
54    my $xupdate = XML::XUpdate::XSLT->new(    my $xupdate = XML::XUpdate::XSLT->new(
55      warnings => 1      debug => 0,
56        warnings => 1,
57    );    );
58    
59    #print Dumper($xupdate);    #print Dumper($xupdate);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed