Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print join(' - ', @{$ref}),"\n";
    
    }
    
  2. or download this
    $VAR1 = [
              [
    ...
            ];
    UnitID - fileno
    
  3. or download this
    my (@Cdevices,@Mdevices);
    
    ...
    for my $ref (@Mdevices) {
        print $ref->[0],"\n";
    }