Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $dsft->{-ping} = 2;
    
    print Dumper [$ds, $dsft];
    
  2. or download this
    [admin@ensim admin]$ perl ./test.pl
    $VAR1 = [
    ...
              }
            ];
    [admin@ensim admin]$