Help for this page

Select Code to Download


  1. or download this
    perl multiple.pl -o outputfile -x xmlfile -d disk1 disk2 disk3 -m memo
    +ry1 memory2 memory3
    
  2. or download this
    my %switches = (
            -x => ["xmlfile"],
            -o => ["outputfile"],
        -d => ["disk1", "disk2", "disk3"],
        -m => ["memory1", "memory2", "memory3"]);
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    print %switches;
    print "\n";