Help for this page

Select Code to Download


  1. or download this
    my ($os) = 
        grep $ostype =~ /$_/i,
        map quotemeta,
        keys %os_specific_cmd;
    
  2. or download this
    #!/usr/bin/perl -w
    package Device::MagneticTape;
    ...
    
    1;