Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    package SIFX;
    use strict;
    ...
        print Dumper($self->{SIFX});
    }
    1;
    
  2. or download this
    my $xml = XML::Simple->new();
    
    my $testSifx = "C:\\Users\\nate\\Desktop\\testSIFX.txt";
    my $sifx = SIFX->new($testSifx);
    print Dumper($sifx);