Help for this page

Select Code to Download


  1. or download this
    package Gorgon;
    use 5.6.1;
    ...
        return $elmt;
    }
    1;
    
  2. or download this
    #/usr/local/perl
    
    ...
    
    for (1..8) { $walk->transmute(); print $walk->element(), "\n"; }
    exit(0);
    
  3. or download this
    package Gorgon;
    use 5.6.1;
    ...
        return $elmt;
    }
    1;