Help for this page

Select Code to Download


  1. or download this
    @mylnxsrvrs = split(',', $myhash{SBLLNXSRVRHOSTS});
    @mywinsrvrs = split(',', $myhash{SBLWINSRVRHOSTS});
    @mysblroot = split(',', $myhash{SIEBELROOT});
    ...
    printf "$a $lnxsrvr\n\n";}
    printf "$lnxsrvr\n";
    printf "@mylnxsrvrs";
    
  2. or download this
    my $lnxsrvrs = "@mylnxsrvrs";
    printf "$lnxsrvrs";