Help for this page

Select Code to Download


  1. or download this
    my DVD $matrix is Scalar; # or
    my DVD @disks is Array; # or, even
    my DVD %disks is Hash;
    
  2. or download this
    my DVD $matrix is Media; # or
    my CD @disks is Media;
    
  3. or download this
    my DVD $matrix is Scalar;
    $matrix = "I know Kung Fu";
    
  4. or download this
    my DVD $matrix is Media;
    $matrix = "There is no spoon";