Help for this page

Select Code to Download


  1. or download this
    if (!@ARGV)
    {
    print "Usage: perl $0 <XML filename> <equations file name>\nType $0 h 
    +for Help!\n";
    exit(0);
    }
    
  2. or download this
    if(@ARGV="h")
    {
    print "Help contents";
    exit(0);
    }