Using XML Treepp
Hi All, I am using Treepp module for XML parsing. If I have a file as follows : ABCD EFGH abcd abcd abcd I want to access each section Ex - tree->{Family}->{Father} tree->{Family}->{Mother}
How to set environment variable
Hi All, I am new to perl. I am using "Active Perl-5.8.8" I want to set environment variable in a perl script Ex - #!/usr/bin/perl $ENV{HAI} = "hai"; and want to display the contents of the environment variable i