Help for this page

Select Code to Download


  1. or download this
    # perl 5.10
    sub ENDOFITERATION { undef }; # some magic value that signals the end 
    +of all values
    ...
            };
        };
    };
    
  2. or download this
    # Read incoming commands - an infinite loop/generator
    sub get_commands {
    ...
            print "$user: Executing $command\n";
        };
    };